Skip to content

Commit 1c6bddd

Browse files
committed
[site] Promote App and Content Guidelines to navbar
1 parent 52d44bd commit 1c6bddd

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

config/navbar.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,20 @@ const navbar = {
5656
label: 'Process',
5757
docsPluginId: 'general',
5858
},
59+
{
60+
type: 'docSidebar',
61+
position: 'left',
62+
sidebarId: 'moodleapp',
63+
label: 'Moodle App',
64+
docsPluginId: 'general',
65+
},
66+
{
67+
type: 'docSidebar',
68+
position: 'left',
69+
sidebarId: 'contentguidelines',
70+
label: 'Content guidelines',
71+
docsPluginId: 'general',
72+
},
5973

6074
// Right.
6175
{

sidebars/docs.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ const sidebars = {
6262
id: 'devupdate',
6363
},
6464

65-
{
66-
label: 'Moodle App',
67-
type: 'link',
68-
href: '/general/app',
69-
},
70-
7165
{
7266
type: 'html',
7367
value: '<hr>',

0 commit comments

Comments
 (0)