Skip to content

Commit

Permalink
optimize: add fake link (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Nov 9, 2023
1 parent aa4c431 commit 0927c11
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,17 @@ const config = {
},
items: [
{
label: 'Home',
to: '/',
label: ' ',
to: 'https://nacos.io/zh-cn/docs/v2/quickstart/quick-start.html',
activeBaseRegex: '^/$',
position: 'right',
},
{
label: 'Home',
to: '/',
activeBaseRegex: '^/$',
position: 'right',
},
// {
// label: 'Blog',
// to: '/blog',
Expand Down

0 comments on commit 0927c11

Please sign in to comment.