aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-28 01:12:07 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-28 01:12:07 +0200
commit78bd5938a392318601bfca4c2e6783727dd33d37 (patch)
treeca3e2132a039034f3104d919851e44b57029e6a0 /README.md
parentcce17bcc99be389dce5bfbadfabaacf132c3f8f7 (diff)
Improve sass styles
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 5828986..bebbc05 100644
--- a/README.md
+++ b/README.md
@@ -90,8 +90,8 @@ type: docs
# Set page weight to re-arrange items in file-tree menu (if BookMenuBundle not set)
weight: 10
-# (Optional) Set to mark page as top level section in file-tree menu (if BookMenuBundle not set)
-bookRootSection: true
+# (Optional) Set to mark page as flat section in file-tree menu (if BookMenuBundle not set)
+bookFlatSection: true
# (Optional) Set to hide table of contents, overrides global value
bookShowToC: false
@@ -101,12 +101,12 @@ bookShowToC: false
### Partials
There are few empty partials you can override in `layouts/partials/`
-| Partial | Placement |
-| -- | -- |
-| `layouts/partials/docs/inject/head.html` | Before closing `<head>` tag |
-| `layouts/partials/docs/inject/body.html` | Before closing `<body>` tag |
-| `layouts/partials/docs/inject/nav-before.html` | At the beginning of `<nav>` menu block |
-| `layouts/partials/docs/inject/nav-after.html` | At the end of `<nav>` menu block |
+| Partial | Placement |
+| -- | -- |
+| `layouts/partials/docs/inject/head.html` | Before closing `<head>` tag |
+| `layouts/partials/docs/inject/body.html` | Before closing `<body>` tag |
+| `layouts/partials/docs/inject/menu-before.html` | At the beginning of `<nav>` menu block |
+| `layouts/partials/docs/inject/menu-after.html` | At the end of `<nav>` menu block |
## Contributing