Skip to content

Commit

Permalink
Merge pull request #855 from nunocoracao/nunocoracao-patch-1
Browse files Browse the repository at this point in the history
Update menus.en.toml
  • Loading branch information
nunocoracao authored Jul 29, 2023
2 parents e7a77c8 + 102a9bc commit a7998e4
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions exampleSite/config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,29 @@
pageRef = "docs"
weight = 10

#[[main]]
# name = "Examples"
# weight = 20
[[main]]
name = "Shortcodes"
pageRef = "docs/shortcodes"
weight = 15

[[main]]
name = "Samples"
pageRef = "samples"
weight = 16

[[main]]
name = "Examples"
weight = 20

[[main]]
name = "Showcase"
parent = "Examples"
pageRef = "examples"
weight = 30

[[main]]
name = "Recipes"
parent = "Examples"
pageRef = "guides"
weight = 40

Expand Down Expand Up @@ -80,4 +87,4 @@
[[footer]]
name = "Authors"
pageRef = "authors"
weight = 20
weight = 20

0 comments on commit a7998e4

Please sign in to comment.