File tree 4 files changed +33
-4
lines changed
docusaurus-plugin-content-docs/current/Installation
4 files changed +33
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { DownloadLink } from "@site/src/components/ImageLinks";
10
10
11
11
| 支持设备 | |
12
12
| ------- | -------------- |
13
- | Milk-V pioneer | [ 刷写教程] ( https://docs.revyos.dev/Installation/ milkv-pioneer/ ) |
13
+ | Milk-V pioneer | [ 刷写教程] ( ./ milkv-pioneer) |
14
14
15
15
## 注意!
16
16
Original file line number Diff line number Diff line change @@ -94,6 +94,15 @@ const config: Config = {
94
94
}
95
95
] ,
96
96
} ,
97
+ {
98
+ title : 'PLCT Lab' ,
99
+ items : [
100
+ {
101
+ label : 'PLCT 主页' ,
102
+ href : 'https://plctlab.org/' ,
103
+ } ,
104
+ ] ,
105
+ } ,
97
106
{
98
107
title : '社交媒体' ,
99
108
items : [
@@ -108,7 +117,7 @@ const config: Config = {
108
117
] ,
109
118
} ,
110
119
] ,
111
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } RevyOS. Built with Docusaurus.` ,
120
+ copyright : `Copyright © 2023 - ${ new Date ( ) . getFullYear ( ) } RevyOS by PLCT Lab . Built with Docusaurus.` ,
112
121
} ,
113
122
prism : {
114
123
theme : prismThemes . github ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This guide provides instructions for installing RevyOS on the LicheePi4A. For ot
12
12
13
13
| Device Name | |
14
14
| ------- | -------------- |
15
- | Milk-V pioneer | [ Installation Guide] ( https://docs.revyos.dev/Installation/ milkv-pioneer/ ) |
15
+ | Milk-V pioneer | [ Installation Guide] ( ./ milkv-pioneer) |
16
16
17
17
## Important!
18
18
Original file line number Diff line number Diff line change 9
9
},
10
10
"link.item.label.镜像刷写需知" : {
11
11
"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"
13
13
},
14
14
"link.item.label.Github" : {
15
15
"message" : " Github" ,
18
18
"copyright" : {
19
19
"message" : " Copyright © 2025 RevyOS. Built with Docusaurus." ,
20
20
"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"
21
41
}
22
42
}
You can’t perform that action at this time.
0 commit comments