feat: add auto new docs tree

This commit is contained in:
Henk Verlinde
2022-01-28 13:52:51 +01:00
parent 4b3e21abb5
commit f7bb574a9b
21 changed files with 174 additions and 23 deletions

View File

@ -10,11 +10,23 @@
identifier = "help"
url = "/docs/help/"
[[docs]]
# [[docs]]
# name = "Lorem"
# weight = 70
# identifier = "lorem"
# url = "/docs/lorem/"
[[guide]]
name = "Lorem"
weight = 70
weight = 10
identifier = "lorem"
url = "/docs/lorem/"
url = "/guide/lorem/"
[[tutorial]]
name = "Lorem"
weight = 10
identifier = "lorem"
url = "/tutorial/lorem/"
[[main]]
name = "Docs"
@ -22,6 +34,21 @@
# url = "/docs/1.0/prologue/introduction/"
weight = 10
[[main]]
name = "Guide"
url = "/guide/lorem/ipsum/"
weight = 11
[[main]]
name = "Tutorial"
url = "/tutorial/lorem/ipsum/"
weight = 12
[[main]]
name = "Hints"
url = "/hints/lorem/ipsum/"
weight = 13
[[main]]
name = "Blog"
url = "/blog/"