Skip to content

Commit 6bf9c62

Browse files
committed
chore: update footer url
Signed-off-by: Han Gao <rabenda.cn@gmail.com>
1 parent b951549 commit 6bf9c62

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

docusaurus.config.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

77
const 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
{

i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
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"
@@ -35,6 +39,10 @@
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"

i18n/en/docusaurus-theme-classic/navbar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": {
3-
"message": "RevyOS Docs",
3+
"message": "RevyOS",
44
"description": "The title in the navbar"
55
},
66
"logo.alt": {

0 commit comments

Comments
 (0)