diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-18 01:35:54 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-18 01:35:54 +0200 |
commit | 8678e82154226d31ff2833c83fc078d6260a218f (patch) | |
tree | ce36a6825aaea3323980548df9db547a9c7d15f9 /README.md | |
parent | 561659ed53a1eb1e7583513af5fa2faba55fca7e (diff) |
Improve side menu rendering
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -43,6 +43,10 @@ Given you have this file structure Create file `content/docs/menu/index.md` with content ```md +--- +headless: true +--- + - [Book Example](/docs/) - [Page One](/docs/page-one) - [Page Two](/docs/page-two) @@ -87,7 +91,7 @@ type: docs weight: 10 # (Optional) Set to mark page as top level section in file-tree menu (if BookMenuBundle not set) -bookTopSection: true +bookRootSection: true # (Optional) Set to hide table of contents, overrides global value bookShowToC: false |