Since the name link is placed in the sidebar, it would be nice to be able to speficify different name links on different sidebars. For example: ```js window.$docsify = { nameLink: {'/': '/', '/zh-cn/': '/zh-cn/'} } ```
Since the name link is placed in the sidebar, it would be nice to be able to speficify different name links on different sidebars. For example: