From 8678e82154226d31ff2833c83fc078d6260a218f Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 18 Sep 2018 01:35:54 +0200 Subject: Improve side menu rendering --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5bb44fe..5828986 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3