spring-io / spring-asciidoctor-backends

A backend for Asciidoctor used to produce Spring styled HTML
Apache License 2.0
79 stars 16 forks source link

Level 3 Section Title not show in left menu #58

Closed apoollo closed 2 years ago

apoollo commented 2 years ago

asciidoctor 3级章节没有显示在左侧菜单里,没有找到相关配置; 请赐教

wilkinsona commented 2 years ago

I suspect you haven't configured your document's toclevels. For example, Spring Boot's documentation uses :toclevels: 4 with this backend and shows four levels in the table of contents.

apoollo commented 2 years ago

thank you very much ; up ssue has been resolved ; another question , how to set up html "shortcut icon" and change spring icon ; 非常感谢您如此快速的回复,上面的问题已经解决。另外的问题: 如何设置html tab 图标,以及更改spring 图标; icon

wilkinsona commented 2 years ago

The purpose of this project is to produce Spring-branded documentation. If you want to use it for another purpose then you are, of course, free to modify it to meet your needs but such usage isn't something that we intend to support or that we can afford spend time on.

apoollo commented 2 years ago

thank you