diff --git a/config.toml b/config.toml index fbdc1fe..be8bbd8 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,6 @@ baseURL = "http://example.org/" languageCode = "en-us" title = "Vac RFC" theme = "book" + +[params] +BookMenuBundle = "/menu" diff --git a/content/menu/index.md b/content/menu/index.md index 810bcfd..67bc26a 100644 --- a/content/menu/index.md +++ b/content/menu/index.md @@ -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" >}}) -
- -- **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" >}}) -
+- Raw +- Draft + - [1/COSS]({{< relref "/docs/rfcs/1/README.md" >}}) +- Stable +- Deprecated +- Retired