Skip to content

Commit 970fca8

Browse files
committed
move general linux tips
1 parent 8978424 commit 970fca8

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.vitepress/config.mts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default defineConfig({
3131
{ text: 'Home', link: '/' },
3232
{ text: 'Download', link: '/download' },
3333
{ text: 'Documentation', link: '/docs/' },
34+
{ text: 'Tips', link: '/tips/vim' },
3435
{ text: 'Development', link: '/development/development' },
3536
{ text: 'FAQ', link: '/faq' },
3637
{ text: 'Support', link: '/support' },
@@ -68,6 +69,15 @@ export default defineConfig({
6869
]
6970
}
7071
],
72+
'/tips/': [
73+
{
74+
text: 'General Linux Tips',
75+
items: [
76+
{ text: 'Vim hotkeys', link: '/tips/vim' },
77+
{ text: 'Game Begin Guide', link: '/tips/gamebegin' },
78+
]
79+
}
80+
],
7181
'/docs/': [
7282
{
7383
text: 'Getting Started',
@@ -82,7 +92,6 @@ export default defineConfig({
8292
text: "Beginner's Guide",
8393
items: [
8494
{ text: 'Installation Guide', link: '/docs/beginner/installguide' },
85-
{ text: 'Vim hotkeys', link: '/docs/beginner/vim' },
8695
]
8796
},
8897
{
@@ -140,7 +149,6 @@ export default defineConfig({
140149
text: 'Gaming',
141150
items: [
142151
{ text: 'Gaming', link: '/docs/gaming/gaming' },
143-
{ text: 'Game Begin', link: '/docs/gaming/gamebegin' }
144152
]
145153
}
146154
],
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)