diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-10-23 21:31:58 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-10-23 21:31:58 +0200 |
commit | 4596f08e323ce7ddb67d86705387115bc7e03045 (patch) | |
tree | d00cd25f4eda830156e66e1414e76bd226b448c7 /exampleSite/content/menu/index.md | |
parent | e03b9bccb113e3e5c9efbc7392a4cdce9bb5cbb5 (diff) |
Rename ToC level styles, reorganize example content
Diffstat (limited to 'exampleSite/content/menu/index.md')
-rw-r--r-- | exampleSite/content/menu/index.md | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md index d07c65d..d5e9807 100644 --- a/exampleSite/content/menu/index.md +++ b/exampleSite/content/menu/index.md @@ -1,17 +1,21 @@ --- headless: true +bookMenuLevels: 1 --- -- [**Example Site**]({{< relref "/docs/example" >}}) -- [Table of Contents]({{< relref "/docs/example/table-of-contents" >}}) - - [With ToC]({{< relref "/docs/example/table-of-contents/with-toc" >}}) - - [Without ToC]({{< relref "/docs/example/table-of-contents/without-toc" >}}) -- **Shortcodes** -- [Buttons]({{< relref "/docs/shortcodes/buttons" >}}) -- [Columns]({{< relref "/docs/shortcodes/columns" >}}) -- [Expand]({{< relref "/docs/shortcodes/expand" >}}) -- [Hints]({{< relref "/docs/shortcodes/hints" >}}) -- [Katex]({{< relref "/docs/shortcodes/katex" >}}) -- [Mermaid]({{< relref "/docs/shortcodes/mermaid" >}}) -- [Tabs]({{< relref "/docs/shortcodes/tabs" >}}) -- [**Blog**]({{< relref "/posts" >}}) + - [**Example Site**]({{< relref "/docs/example" >}}) + - [Table of Contents]({{< relref "/docs/example/table-of-contents" >}}) + - [With ToC]({{< relref "/docs/example/table-of-contents/with-toc" >}}) + - [Without ToC]({{< relref "/docs/example/table-of-contents/without-toc" >}}) + - [2nd]({{< relref "/docs/example/2nd" >}}) + - [3rd]({{< relref "/docs/example/2nd/3rd" >}}) + - [4th]({{< relref "/docs/example/2nd/3rd/4th" >}}) + - **Shortcodes** + - [Buttons]({{< relref "/docs/shortcodes/buttons" >}}) + - [Columns]({{< relref "/docs/shortcodes/columns" >}}) + - [Expand]({{< relref "/docs/shortcodes/expand" >}}) + - [Hints]({{< relref "/docs/shortcodes/hints" >}}) + - [Katex]({{< relref "/docs/shortcodes/katex" >}}) + - [Mermaid]({{< relref "/docs/shortcodes/mermaid" >}}) + - [Tabs]({{< relref "/docs/shortcodes/tabs" >}}) + - [**Blog**]({{< relref "/posts" >}}) |