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/"
|
||||
|
||||
Reference in New Issue
Block a user