File tree Expand file tree Collapse file tree
i18n/en/docusaurus-theme-classic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
55// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66
77const config : Config = {
8- title : 'RevyOS Docs ' ,
8+ title : 'RevyOS' ,
99 favicon : 'img/favicon.ico' ,
1010
1111 // Set the production url of your site here
@@ -48,7 +48,7 @@ const config: Config = {
4848 themeConfig : {
4949 image : 'img/docusaurus-social-card.jpg' ,
5050 navbar : {
51- title : 'RevyOS Docs ' ,
51+ title : 'RevyOS' ,
5252 logo : {
5353 alt : 'RevyOS Logo' ,
5454 src : 'img/RevyOS-logo.svg' ,
@@ -95,6 +95,10 @@ const config: Config = {
9595 label : 'Lichee Pi 4A' ,
9696 to : '/docs/Installation/licheepi4a' ,
9797 } ,
98+ {
99+ label : 'Milk-V Meles' ,
100+ to : '/docs/Installation/milkv-meles' ,
101+ } ,
98102 {
99103 label : 'Milk-V Pioneer' ,
100104 to : '/docs/Installation/milkv-pioneer' ,
@@ -108,6 +112,10 @@ const config: Config = {
108112 label : 'PLCT 主页' ,
109113 href : 'https://plctlab.org/' ,
110114 } ,
115+ {
116+ label : 'RuyiSDK 主页' ,
117+ href : 'https://ruyisdk.org/' ,
118+ } ,
111119 ] ,
112120 } ,
113121 {
Original file line number Diff line number Diff line change 2727 "message" : " Lichee Pi 4A" ,
2828 "description" : " The label of footer link with label=Lichee Pi 4A linking to /docs/Installation/licheepi4a"
2929 },
30+ "link.item.label.Milk-V Meles" : {
31+ "message" : " Milk-V Meles" ,
32+ "description" : " The label of footer link with label=Milk-V Meles linking to /docs/Installation/milkv-meles"
33+ },
3034 "link.item.label.Milk-V Pioneer" : {
3135 "message" : " Milk-V Pioneer" ,
3236 "description" : " The label of footer link with label=Milk-V Pioneer linking to /docs/Installation/milkv-pioneer"
3539 "message" : " PLCT Homepage" ,
3640 "description" : " The label of footer link with label=PLCT 主页 linking to https://plctlab.org/"
3741 },
42+ "link.item.label.RuyiSDK 主页" : {
43+ "message" : " RuyiSDK Homepage" ,
44+ "description" : " The label of footer link with label=RuyiSDK 主页 linking to https://ruyisdk.org/"
45+ },
3846 "link.item.label.Telegram" : {
3947 "message" : " Telegram" ,
4048 "description" : " The label of footer link with label=Telegram linking to https://t.me/+Pi6px22-OsUxM2M1"
Original file line number Diff line number Diff line change 11{
22 "title" : {
3- "message" : " RevyOS Docs " ,
3+ "message" : " RevyOS" ,
44 "description" : " The title in the navbar"
55 },
66 "logo.alt" : {
You can’t perform that action at this time.
0 commit comments