Skip to content

Commit a346ca1

Browse files
authored
Elevate embedded shortcode documentation to its own section
1 parent 8fa19b5 commit a346ca1

File tree

25 files changed

+1067
-629
lines changed

25 files changed

+1067
-629
lines changed

config/_default/menus/menus.en.toml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,26 @@ identifier = 'render-hooks'
5555
pageRef = '/render-hooks/'
5656

5757
[[docs]]
58-
name = 'Hugo Modules'
58+
name = 'Shortcodes'
5959
weight = 100
60+
identifier = 'shortcodes'
61+
pageRef = '/shortcodes/'
62+
63+
[[docs]]
64+
name = 'Hugo Modules'
65+
weight = 110
6066
identifier = 'modules'
6167
pageRef = '/hugo-modules/'
6268

6369
[[docs]]
6470
name = 'Hugo Pipes'
65-
weight = 110
71+
weight = 120
6672
identifier = 'hugo-pipes'
6773
pageRef = '/hugo-pipes/'
6874

6975
[[docs]]
7076
name = 'CLI'
71-
weight = 120
77+
weight = 130
7278
post = 'break'
7379
identifier = 'commands'
7480
pageRef = '/commands/'
@@ -77,25 +83,25 @@ pageRef = '/commands/'
7783

7884
[[docs]]
7985
name = 'Troubleshooting'
80-
weight = 130
86+
weight = 140
8187
identifier = 'troubleshooting'
8288
pageRef = '/troubleshooting/'
8389

8490
[[docs]]
8591
name = 'Developer tools'
86-
weight = 140
92+
weight = 150
8793
identifier = 'developer-tools'
8894
pageRef = '/tools/'
8995

9096
[[docs]]
9197
name = 'Hosting and deployment'
92-
weight = 150
98+
weight = 160
9399
identifier = 'hosting-and-deployment'
94100
pageRef = '/hosting-and-deployment/'
95101

96102
[[docs]]
97103
name = 'Contribute'
98-
weight = 160
104+
weight = 170
99105
post = 'break'
100106
identifier = 'contribute'
101107
pageRef = '/contribute/'

0 commit comments

Comments
 (0)