Skip to content

Commit 6a1627a

Browse files
delete releaseinformation and move changelog in main menu
1 parent 188649a commit 6a1627a

File tree

2 files changed

+2
-50
lines changed

2 files changed

+2
-50
lines changed

docusaurus.config.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -398,19 +398,9 @@ const config = {
398398
position: 'left',
399399
},
400400
{
401-
type: 'dropdown',
402-
label: 'Versions',
401+
to: '/blog-changelog',
402+
label: 'Changelog',
403403
position: 'left',
404-
items: [
405-
{
406-
to: '/release-information',
407-
label: 'Release Information',
408-
},
409-
{
410-
to: '/blog-changelog',
411-
label: 'Changelog'
412-
},
413-
],
414404
},
415405
{
416406
type: 'docsVersionDropdown',

src/pages/release-information.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)