asciidoc 中的菜单
Menu in asciidoc
我一直在寻找一种机制来获取左侧栏中的菜单,就像在 asciidoc 网站中一样 http://asciidoc.org/index.html。
当我编译 asciidoc 页面源代码时 http://asciidoc.org/index.txt using any of the commands given in the Overview and Examples http://asciidoc.org/index.html#_overview_and_examples,菜单没有自动生成。 asciidoc Cheat Sheet 也没有解释任何此类机制。当然,我可能漏掉了什么。
谁能给我指点一个资源,解释获取此类菜单的正确步骤?
看看:
- http://asciidoc.org/README-website.html
- https://github.com/asciidoc/asciidoc/tree/master/examples/website
似乎您需要的不仅仅是 index.txt 文件来获取整个网站结构。
我一直在寻找一种机制来获取左侧栏中的菜单,就像在 asciidoc 网站中一样 http://asciidoc.org/index.html。
当我编译 asciidoc 页面源代码时 http://asciidoc.org/index.txt using any of the commands given in the Overview and Examples http://asciidoc.org/index.html#_overview_and_examples,菜单没有自动生成。 asciidoc Cheat Sheet 也没有解释任何此类机制。当然,我可能漏掉了什么。
谁能给我指点一个资源,解释获取此类菜单的正确步骤?
看看:
- http://asciidoc.org/README-website.html
- https://github.com/asciidoc/asciidoc/tree/master/examples/website
似乎您需要的不仅仅是 index.txt 文件来获取整个网站结构。