Skip to content

Commit 5983791

Browse files
committed
add some md files
1 parent 5200487 commit 5983791

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

docs/index.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
# Welcome to MkDocs
1+
---
2+
title: "新疆大学飓风战队四足机器人视觉组文档站"
3+
hide:
4+
- navigation
5+
- toc
6+
comments: true
7+
---
28

3-
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
9+
# 欢迎访问新疆大学飓风战队四足机器人视觉组文档站
410

5-
## Commands
11+
这里有一些有关于四足机器人视觉部分技术的分享资料以及一些硬件调试教程,不断更新中……敬请期待!
612

7-
* `mkdocs new [dir-name]` - Create a new project.
8-
* `mkdocs serve` - Start the live-reloading docs server.
9-
* `mkdocs build` - Build the documentation site.
10-
* `mkdocs -h` - Print help message and exit.
11-
12-
## Project layout
13-
14-
mkdocs.yml # The configuration file.
15-
docs/
16-
index.md # The documentation homepage.
17-
... # Other markdown pages, images and other files.
13+
欢迎提出意见,参与讨论!
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 还没写

docs/zh/About/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 我们是新疆大学飓风战队仿生足式视觉组

mkdocs.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ site_url: https://XjuHurricaneQuadVision.github.io
33
repo_url: https://github.com/XjuHurricaneQuadVision/XjuHurricaneQuadVision.github.io
44
edit_uri: edit/main/docs/
55

6+
nav:
7+
- Home: 'index.md'
8+
- About:
9+
- profile: 'zh/About/index.md'
10+
- Teammates: 'zh/About/Teammates/Teammates.md'
11+
- Documents: 'zh/Documents/'
12+
613

714
theme:
815
name: material
@@ -97,7 +104,3 @@ extra_javascript:
97104

98105
extra_css:
99106
- stylesheets/extra.css
100-
101-
nav:
102-
- Home: index.md
103-

0 commit comments

Comments
 (0)