File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments