Skip to content

Commit 800ddfb

Browse files
authored
skip ci: Update en.ts
1 parent 13e4a33 commit 800ddfb

File tree

1 file changed

+6
-4
lines changed
  • docs/.vitepress/locales

1 file changed

+6
-4
lines changed

docs/.vitepress/locales/en.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515

1616
sidebar: {
1717
'/guide/': sidebarGuide(),
18-
'/home/': sidebarHome()
18+
'/legal/': sidebarLegal()
1919
},
2020

2121
socialLinks: [
@@ -48,6 +48,7 @@ function sidebarGuide() {
4848
text: 'Guide',
4949
items: [
5050
{ text: 'What is MMRL', link: '/guide/' },
51+
{ text: 'Repositories', link: '/guide/repositories' },
5152
{
5253
text: 'WebUI',
5354
items: [
@@ -79,12 +80,13 @@ function sidebarGuide() {
7980
}
8081

8182

82-
function sidebarHome() {
83+
function sidebarLegal() {
8384
return [
8485
{
85-
text: 'Home',
86+
text: 'Legal',
8687
items: [
87-
{ text: 'Repositories', link: '/home/repositories' },
88+
{ text: 'Privacy Policy', link: '/legal/privacy' },
89+
{ text: 'Chat Rules', link: '/legal/chat-rules' },
8890
]
8991
}
9092
]

0 commit comments

Comments
 (0)