Basic menu

This commit is contained in:
Oskar Thoren 2021-03-29 10:12:15 +08:00
parent 0772d1f026
commit 00ae1c695d
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 10 additions and 18 deletions

View File

@ -2,3 +2,6 @@ baseURL = "http://example.org/"
languageCode = "en-us"
title = "Vac RFC"
theme = "book"
[params]
BookMenuBundle = "/menu"

View File

@ -1,22 +1,11 @@
---
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" >}})
- [Collapsed]({{< relref "/docs/example/collapsed" >}})
- [3rd]({{< relref "/docs/example/collapsed/3rd-level" >}})
- [4th]({{< relref "/docs/example/collapsed/3rd-level/4th-level" >}})
<br />
- **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" >}})
<br />
- Raw
- Draft
- [1/COSS]({{< relref "/docs/rfcs/1/README.md" >}})
- Stable
- Deprecated
- Retired