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"
|
||||
title = "Vac RFC"
|
||||
theme = "book"
|
||||
|
||||
[params]
|
||||
BookMenuBundle = "/menu"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue