Skip to content

Commit

Permalink
fix name link
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Oct 6, 2024
1 parent 7e2378c commit 6e032db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _js/docsifyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ window.$docsify = {
color: 'var(--accent)',
height: '2px',
},
nameLink: {
'/': '#/',
alias: {
'/.*/_sidebar.md': '/_sidebar.md',
'/.*/_navbar.md': '/_navbar.md',
},
nameLink: {
'/': '#/',
},
'flexible-alerts': {
important: {
label: 'Important',
Expand Down

0 comments on commit 6e032db

Please sign in to comment.