mirror of https://github.com/vacp2p/rfc.git
Basic menu
This commit is contained in:
parent
0772d1f026
commit
00ae1c695d
|
@ -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"
|
||||||
|
|
|
@ -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 />
|
|
||||||
|
|
Loading…
Reference in New Issue