Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 21, 2023
1 parent 0793df4 commit e959c97
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,16 @@ const config = {
items: [
{
label: 'Tutorial',
to: '/docs/v4/tutorial/srs-server',
to: '/docs/v6/tutorial/srs-server',
},
{
label: 'Docs',
to: '/docs/v5/doc/getting-started',
to: '/docs/v6/doc/getting-started',
},
{
to: '/blog',
label: 'Blog',
},
{
to: '/guide',
label: 'Guide',
},
],
},
{
Expand All @@ -235,10 +231,6 @@ const config = {
to: '/how-to-file-pr',
label: 'Community',
},
{
label: 'Live',
href: 'https://mp.weixin.qq.com/s/6xvXQCRiShSXyjyjAlmPzw',
},
],
},
{
Expand All @@ -257,10 +249,6 @@ const config = {
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/ossrs/srs',
},
],
},
],
Expand Down

0 comments on commit e959c97

Please sign in to comment.