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" languageCode = "en-us"
title = "Vac RFC" title = "Vac RFC"
theme = "book" theme = "book"
[params]
BookMenuBundle = "/menu"

View File

@ -1,22 +1,11 @@
--- ---
headless: true headless: true
bookMenuLevels: 1
--- ---
- [**Example Site**]({{< relref "/docs/example" >}}) - Raw
- [Table of Contents]({{< relref "/docs/example/table-of-contents" >}}) - Draft
- [With ToC]({{< relref "/docs/example/table-of-contents/with-toc" >}}) - [1/COSS]({{< relref "/docs/rfcs/1/README.md" >}})
- [Without ToC]({{< relref "/docs/example/table-of-contents/without-toc" >}}) - Stable
- [Collapsed]({{< relref "/docs/example/collapsed" >}}) - Deprecated
- [3rd]({{< relref "/docs/example/collapsed/3rd-level" >}}) - Retired
- [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 />