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 188649a commit 6a1627aCopy full SHA for 6a1627a
docusaurus.config.js
@@ -398,19 +398,9 @@ const config = {
398
position: 'left',
399
},
400
{
401
- type: 'dropdown',
402
- label: 'Versions',
+ to: '/blog-changelog',
+ label: 'Changelog',
403
404
- items: [
405
- {
406
- to: '/release-information',
407
- label: 'Release Information',
408
- },
409
410
- to: '/blog-changelog',
411
- label: 'Changelog'
412
413
- ],
414
415
416
type: 'docsVersionDropdown',
src/pages/release-information.md
0 commit comments