Skip to content

Commit 2aeeda5

Browse files
committed
add gitbook node_modules
1 parent 9c4c820 commit 2aeeda5

File tree

294 files changed

+19580
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+19580
-16
lines changed

.gitignore

-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
_book/
2-
book.json
3-
node_modules/
4-
5-
MYAGV_JN_2023_CN/README.md
6-
MYAGV_JN_2023_CN/SUMMARY.md
7-
8-
MYAGV_JN_2023_EN/README.md
9-
MYAGV_JN_2023_EN/SUMMARY.md
10-
11-
MYAGV_PI_2023_CN/README.md
12-
MYAGV_PI_2023_CN/SUMMARY.md
13-
14-
MYAGV_PI_2023_EN/README.md
15-
MYAGV_PI_2023_EN/SUMMARY.md
162

173
nul

MYAGV_JN_2023_CN/README.md

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# myAGV 开发者指南
2+
3+
欢迎来到 myAGV 开发者指南的官方文档库!我们的目标是提供全面且易于理解的指南,帮助开发人员使用各种编程语言和开发环境对 myAGV 进行编程和控制。
4+
5+
## 入门
6+
7+
在开始之前,请确保您熟悉基本的 Git 操作和 Markdown 语法。这将帮助您更有效地贡献和检索信息。
8+
9+
## 文档跳转链接
10+
11+
[SUMMARY_MYAGV_JN_2023_EN](https://docs.elephantrobotics.com/docs/myagv_jn23_en)
12+
13+
[SUMMARY_MYAGV_JN_2023_CN](https://docs.elephantrobotics.com/docs/myagv_jn23_cn)
14+
15+
[SUMMARY_MYAGV_PI_2023_EN](https://docs.elephantrobotics.com/docs/myagv_pi23_cn)
16+
17+
[SUMMARY_MYAGV_PI_2023_CN](https://docs.elephantrobotics.com/docs/myagv_pi23_cn)
18+
19+
## 如何报告问题
20+
21+
如果您在使用指南或使用 myAGV 进行开发时遇到任何问题,请按照以下步骤操作:
22+
23+
1. 访问 [Issues page](https://github.com/elephantrobotics/myAGV-docs/issues).
24+
2. 单击“New Issue”按钮创建新问题。
25+
3. 提供尽可能多的详细信息,包括但不限于:
26+
- 问题描述。
27+
- 重现步骤。
28+
- 预期结果与实际结果。
29+
- 屏幕截图或代码片段。
30+
4. 提交后,请耐心等待我们的团队回复。
31+
32+
## 如何提交合并请求
33+
34+
我们热烈欢迎并鼓励社区成员改进文档或添加新内容。如果您希望做出贡献,请按照以下步骤操作:
35+
36+
1. 将此存储库分叉到您的 GitHub 帐户。
37+
2. 将分叉的存储库克隆到本地计算机。
38+
3. 为您的更改创建一个新分支。
39+
4. 进行更改后,将其提交到您的分叉。
40+
5. 在 GitHub 上,向原始存储库的`gitbook-en`分支提交合并请求 (MR)。
41+
6. 在您的 MR 描述中,清楚地描述您所做的更改及其原因。
42+
7. 提交您的 MR 后,请耐心等待我们的团队对其进行审核。
43+
44+
## 贡献指南
45+
46+
我们的目标是保持一个开放和热情的环境,让每个人都能轻松地做出贡献。由于我们目前没有行为准则,我们要求您在项目内的互动中保持专业和尊重。
47+
48+
## 添加行为准则
49+
50+
我们建议在您的项目中添加行为准则,以营造积极包容的环境。GitHub 提供诸如贡献者契约之类的模板,该模板在开源项目中被广泛采用。您可以在存储库中创建`CODE_OF_CONDUCT.md`,并在添加后在此处引用它。
51+
52+
## 支持和联系
53+
54+
如果您需要任何帮助,或者有建议或反馈,请随时与我们联系。
55+
56+
感谢您的支持和贡献!

SUMMARY_MYAGV_JN_2023_CN.md renamed to MYAGV_JN_2023_CN/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [6.1.1 环境配置](6-SDKDevelopment/6.1-ApplicationBasePython/6.1.1-download.md)
5757
- [6.1.2 API 使用说明](6-SDKDevelopment/6.1-ApplicationBasePython/6.1.2-API.md)
5858
- [6.2 ROS 开发](6-SDKDevelopment/6.2-ApplicationBaseROS1/6.2.1-ROS_Introduction.md)
59+
5960
- [6.2.1 安装和环境搭建](6-SDKDevelopment/6.2-ApplicationBaseROS1/6.2.2-ROS_Installation.md)
6061
- [6.2.2 ROS 基础工具](6-SDKDevelopment/6.2-ApplicationBaseROS1/6.2.3-Using_Common_ROS_Tools.md)
6162
- [6.2.3 ROS 基本控制](6-SDKDevelopment/6.2-ApplicationBaseROS1/6.2.4-Basic_Control_Based_on_ROS.md)
@@ -72,7 +73,6 @@
7273
- [7.1 myAGV+280Pi复合机器人](7-ExamplesRobotsUsing/280pi.md)
7374
- [7.2 myAGV+280M5复合机器人](7-ExamplesRobotsUsing/280m5.md)
7475
- [7.3 myAGV+280JN复合机器人](7-ExamplesRobotsUsing/280jn.md)
75-
- [7.4 myAGV+270M5复合机器人手柄遥控](7-ExamplesRobotsUsing/270.md)
7676

7777
- [8 相关资料下载](8-FilesDownload/README.md)
7878
- [8.1 Gitbook 下载](8-FilesDownload/8.1-GitbookDownload.md)

MYAGV_JN_2023_CN/book.json

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"plugins": [
3+
"chapter-fold",
4+
"expandable-chapters",
5+
"back-to-top-button",
6+
"password-z",
7+
"-lunr",
8+
"-search",
9+
"search-pro",
10+
"theme-fexa",
11+
"splitter",
12+
"-sharing"
13+
],
14+
"variables": {
15+
"themeFexa":{
16+
"showHome": false,
17+
"showNavigator": false
18+
}
19+
},
20+
"pluginsConfig": {
21+
"theme-fexa":{
22+
"search-placeholder":"输入关键字搜索",
23+
"logo":"/photo/logo.png",
24+
"favicon": "./favicon.ico"
25+
},
26+
"password": {
27+
"model": "file",
28+
"settings": {
29+
"4-myCobotKit/1-intelligent_storage_kit.md": {
30+
"password": "intwa",
31+
"bg-img": "https://www.elephantrobotics.com/docs/myCobot/suit-img/Banner-1.png"
32+
},
33+
"4-myCobotKit/2-ai_kit.md": {
34+
"password": "aiint",
35+
"bg-img": "https://www.elephantrobotics.com/docs/myCobot/suit-img/Banner-2.jpg"
36+
},
37+
"4-myCobotKit/3-industrial4.0_Kit.md": {
38+
"password": "ind40",
39+
"bg-img": "https://www.elephantrobotics.com/docs/myCobot/suit-img/Banner-3.jpg"
40+
}
41+
}
42+
}
43+
}
44+
}

MYAGV_JN_2023_CN/node_modules/.idea/.gitignore

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MYAGV_JN_2023_CN/node_modules/.idea/inspectionProfiles/profiles_settings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MYAGV_JN_2023_CN/node_modules/.idea/misc.xml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MYAGV_JN_2023_CN/node_modules/.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MYAGV_JN_2023_CN/node_modules/.idea/node_modules.iml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MYAGV_JN_2023_CN/node_modules/.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MYAGV_JN_2023_CN/node_modules/gitbook-plugin-back-to-top-button/LICENSE

+201
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)