We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d44bd commit 1c6bdddCopy full SHA for 1c6bddd
config/navbar.js
@@ -56,6 +56,20 @@ const navbar = {
56
label: 'Process',
57
docsPluginId: 'general',
58
},
59
+ {
60
+ type: 'docSidebar',
61
+ position: 'left',
62
+ sidebarId: 'moodleapp',
63
+ label: 'Moodle App',
64
+ docsPluginId: 'general',
65
+ },
66
67
68
69
+ sidebarId: 'contentguidelines',
70
+ label: 'Content guidelines',
71
72
73
74
// Right.
75
{
sidebars/docs.js
@@ -62,12 +62,6 @@ const sidebars = {
id: 'devupdate',
- {
- label: 'Moodle App',
- type: 'link',
- href: '/general/app',
- },
-
type: 'html',
value: '<hr>',
0 commit comments