feat: add support for sub navigation main menu

This commit is contained in:
Henk Verlinde
2022-02-01 09:57:11 +01:00
parent 0fad0abb88
commit ab228b2643
4 changed files with 90 additions and 3 deletions

View File

@ -44,6 +44,33 @@
url = "/blog/"
weight = 20
[[main]]
name = "Prologue"
weight = 30
identifier = "prologue"
url = "/docs/prologue/"
[[main]]
name = "Introduction"
weight = 35
identifier = "introduction"
url = "/docs/prologue/introduction/"
parent = "prologue"
[[main]]
name = "Quick Start"
weight = 40
identifier = "quick-start"
url = "/docs/prologue/quick-start/"
parent = "prologue"
[[main]]
name = "Commands"
weight = 45
identifier = "commands"
url = "/docs/prologue/commands/"
parent = "prologue"
[[social]]
name = "GitHub"
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"