Skip to content

Commit edf7f1d

Browse files
committed
Displaying child sections alphabetically
1 parent c56d382 commit edf7f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/navigation/navigation.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ let Sections = [
1818
title: 'Documentation',
1919
url: 'configuration',
2020
children: [
21+
{ title: 'API', url: 'api' },
2122
{ title: 'Configuration', url: 'configuration' },
2223
{ title: 'Loaders', url: 'loaders' },
23-
{ title: 'Plugins', url: 'plugins' },
24-
{ title: 'API', url: 'api' }
24+
{ title: 'Plugins', url: 'plugins' }
2525
]
2626
},
2727
{

0 commit comments

Comments
 (0)