Skip to content

Commit 7abb429

Browse files
kagura114RevySR
authored andcommitted
Add links to PLCT Lab, Fix deadlink in lpi4a ins page
1 parent acc7dab commit 7abb429

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

Diff for: docs/Installation/licheepi4a.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { DownloadLink } from "@site/src/components/ImageLinks";
1010

1111
| 支持设备 | |
1212
| ------- | -------------- |
13-
| Milk-V pioneer | [刷写教程](https://docs.revyos.dev/Installation/milkv-pioneer/) |
13+
| Milk-V pioneer | [刷写教程](./milkv-pioneer) |
1414

1515
## 注意!
1616

Diff for: docusaurus.config.ts

+10-1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ const config: Config = {
9494
}
9595
],
9696
},
97+
{
98+
title: 'PLCT Lab',
99+
items: [
100+
{
101+
label: 'PLCT 主页',
102+
href: 'https://plctlab.org/',
103+
},
104+
],
105+
},
97106
{
98107
title: '社交媒体',
99108
items: [
@@ -108,7 +117,7 @@ const config: Config = {
108117
],
109118
},
110119
],
111-
copyright: `Copyright © ${new Date().getFullYear()} RevyOS. Built with Docusaurus.`,
120+
copyright: `Copyright © 2023 - ${new Date().getFullYear()} RevyOS by PLCT Lab. Built with Docusaurus.`,
112121
},
113122
prism: {
114123
theme: prismThemes.github,

Diff for: i18n/en/docusaurus-plugin-content-docs/current/Installation/licheepi4a.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide provides instructions for installing RevyOS on the LicheePi4A. For ot
1212

1313
| Device Name | |
1414
| ------- | -------------- |
15-
| Milk-V pioneer | [Installation Guide](https://docs.revyos.dev/Installation/milkv-pioneer/) |
15+
| Milk-V pioneer | [Installation Guide](./milkv-pioneer) |
1616

1717
## Important!
1818

Diff for: i18n/en/docusaurus-theme-classic/footer.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"link.item.label.镜像刷写需知": {
1111
"message": "Installation Overview",
12-
"description": "The label of footer link with label=Installation Overview linking to /docs/Installation/intro"
12+
"description": "The label of footer link with label=镜像刷写需知 linking to /docs/Installation/intro"
1313
},
1414
"link.item.label.Github": {
1515
"message": "Github",
@@ -18,5 +18,25 @@
1818
"copyright": {
1919
"message": "Copyright © 2025 RevyOS. Built with Docusaurus.",
2020
"description": "The footer copyright"
21+
},
22+
"link.title.PLCT Lab": {
23+
"message": "PLCT Lab",
24+
"description": "The title of the footer links column with title=PLCT Lab in the footer"
25+
},
26+
"link.item.label.Lichee Pi 4A": {
27+
"message": "Lichee Pi 4A",
28+
"description": "The label of footer link with label=Lichee Pi 4A linking to /docs/Installation/licheepi4a"
29+
},
30+
"link.item.label.Milk-V Pioneer": {
31+
"message": "Milk-V Pioneer",
32+
"description": "The label of footer link with label=Milk-V Pioneer linking to /docs/Installation/milkv-pioneer"
33+
},
34+
"link.item.label.PLCT 主页": {
35+
"message": "PLCT Homepage",
36+
"description": "The label of footer link with label=PLCT 主页 linking to https://plctlab.org/"
37+
},
38+
"link.item.label.Telegram": {
39+
"message": "Telegram",
40+
"description": "The label of footer link with label=Telegram linking to https://t.me/+Pi6px22-OsUxM2M1"
2141
}
2242
}

0 commit comments

Comments
 (0)