Koy Zhuang

Results 88 comments of Koy Zhuang

> I am currently encountering issue 2, and I do not want to change my document directory structure. Is there any way to resolve this? Hi @L-Super , could provide...

Hi @L-Super , I think you can try the [`alias` config](https://docsify.js.org/#/configuration?id=alias) to do the trick. You can refer our docs here to see how it works on live, we rewrite...

> > Hi @L-Super , I think you can try the [`alias` config](https://docsify.js.org/#/configuration?id=alias) to do the trick. You can refer our docs here to see how it works on live,...

Hi @dzylikecode, thx for those info. Could you plz take a look at this `marked` upgrade stuff and make a PR ? thats should help a lot. Otherwise we have...

Hi @noraj , you can use `` to mark those headers which you do not wanna show on sidebar. refer doc here [Ignoring Subheaders](https://docsify.js.org/#/more-pages?id=ignoring-subheaders) .

> `` is ok as a temporary workaround, be one doesn't want to add this extra directive for each title in each block quote. Now, we treat those contents which...

Hi @noraj . Although the content in blockquote ideally should not be a `title` in an article , the point is the `> ## h2` acts as a title item...

Hi @noraj , yep. I agree that docsify should handle some general cases of sidebar. For current case the blockquote with title marks, as I mentioned, docsify treats all the...

Personally, I think this config is not a common requirement for us. The sidebar is made for the whole site in one place, I can not image why user need...

Related to issue #1822 and pr in https://github.com/docsifyjs/docsify/pull/1824 .