Skip to content

Commit 673d60b

Browse files
committed
Update.
1 parent c075301 commit 673d60b

File tree

13 files changed

+375
-150
lines changed

13 files changed

+375
-150
lines changed

docs/intro.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# Welcome to XRobot Docs
2-
This is the English version.
1+
# 欢迎
2+
3+
本文档会分块介绍LibXR, CodeGenerator和XRobot的环境配置、基础使用和进阶用法。有任何问题欢迎在对应仓库提交issue或者加入QQ群交流。
4+
5+
![XRobot Logo](/img/XRobot.jpeg)

docusaurus.config.js

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,25 @@ module.exports = {
6767
label: '入门',
6868
to: '/',
6969
},
70+
{
71+
label: 'LibXR 类文档',
72+
href: 'https://jiu-xiao.github.io/libxr/',
73+
},
74+
{
75+
label: 'CodeGenerator命令行工具',
76+
href: 'https://pypi.org/project/libxr/',
77+
},
78+
{
79+
label: 'XRobot命令行工具',
80+
href: 'https://pypi.org/project/xrobot/',
81+
},
7082
],
7183
},
7284
{
7385
title: '社区',
7486
items: [
7587
{
76-
label: 'GitHub Org',
88+
label: 'GitHub仓库',
7789
href: 'https://github.com/xrobot-org',
7890
},
7991
{
@@ -84,6 +96,36 @@ module.exports = {
8496
label: 'CodeGenerator',
8597
href: 'https://github.com/Jiu-xiao/LibXR_CppCodeGenerator',
8698
},
99+
{
100+
label: 'QDU Robomaster未来战队',
101+
href: 'https://github.com/QDU-Robomaster',
102+
}
103+
],
104+
},
105+
{
106+
title: '媒体',
107+
items: [
108+
{
109+
label: 'Bilibili视频教程',
110+
href: 'https://space.bilibili.com/339766655/lists',
111+
},
112+
{
113+
label: '未来战队B站频道',
114+
href: 'https://space.bilibili.com/1309383975',
115+
}
116+
],
117+
},
118+
{
119+
title: '联系方式',
120+
items: [
121+
{
122+
label: '邮箱',
123+
href: 'mailto:[email protected]',
124+
},
125+
{
126+
label: 'QQ群: 608182228',
127+
href: 'https://qm.qq.com/q/RPgE71OXmw',
128+
}
87129
],
88130
},
89131
],

0 commit comments

Comments
 (0)