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 a23090c commit ce5f9f6Copy full SHA for ce5f9f6
config/navbar.js
@@ -63,6 +63,13 @@ const navbar = {
63
label: 'Moodle App',
64
docsPluginId: 'general',
65
},
66
+ {
67
+ type: 'docSidebar',
68
+ position: 'left',
69
+ sidebarId: 'releaseNotes',
70
+ label: 'Releases',
71
+ docsPluginId: 'general',
72
+ },
73
{
74
type: 'dropdown',
75
label: 'Writing',
sidebars/docs.js
@@ -59,11 +59,6 @@ const sidebars = {
59
type: 'html',
60
value: '<hr>',
61
62
- {
- label: 'Release notes',
- type: 'link',
- href: '/general/releases',
- },
label: 'Content guidelines',
0 commit comments