Skip to content

Commit

Permalink
add: lang
Browse files Browse the repository at this point in the history
  • Loading branch information
xjellyx committed Apr 29, 2024
1 parent d94c884 commit 589c4fc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ export default defineConfig({
{ text: 'Home', link: '/'},
{text: 'Lang',link: '/lang/index'},
{ text: 'Linux', link: '/linux/index' },
{ text: 'GIS', link: '/gis/index' },
{ text: 'Devops', link: '/devops/index'}
{ text: 'GIS', link: '/gis/index' },
{ text: 'Devops', link: '/devops/index'}
],

sidebar: [
{
text: 'Lang',
items: [
{ text: 'Go', link: '/lang/go/index' }
{ text: 'Go', link: '/lang/go/index',
items: [
{ text: 'Strings', link: '/lang/go/strings' }
]
}
]
},
{
text: 'Linux',
Expand Down

0 comments on commit 589c4fc

Please sign in to comment.