Add dropdown menu option for landing page
This commit is contained in:
@@ -43,6 +43,18 @@ enableGitInfo = true
|
||||
url = "/docs/example/"
|
||||
weight = 1
|
||||
|
||||
[[menu.home]]
|
||||
name = "Introduction"
|
||||
url = "/docs/example/"
|
||||
weight = 10
|
||||
parent = "Documentation"
|
||||
|
||||
[[menu.home]]
|
||||
name = "Shortcodes"
|
||||
url = "/docs/shortcodes/badges/"
|
||||
weight = 20
|
||||
parent = "Documentation"
|
||||
|
||||
[[menu.home]]
|
||||
name = "Showcases"
|
||||
url = "/showcases/"
|
||||
|
||||
@@ -40,6 +40,14 @@ menu:
|
||||
- name: "Documentation"
|
||||
url: "/docs/example/"
|
||||
weight: 1
|
||||
- name: "Introduction"
|
||||
url: "/docs/example/"
|
||||
weight: 10
|
||||
parent: "Documentation"
|
||||
- name: "Shortcodes"
|
||||
url: "/docs/shortcodes/badges/"
|
||||
weight: 20
|
||||
parent: "Documentation"
|
||||
- name: "Showcases"
|
||||
url: "/showcases/"
|
||||
weight: 2
|
||||
|
||||
Reference in New Issue
Block a user