-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
66 lines (60 loc) · 1.35 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: canbeta
site_description: CanSat developed by FTE 9th.
site_url: https://FROM-THE-EARTH.github.io/canbeta/
docs_dir: docs
repo_url: https://github.com/FROM-THE-EARTH/canbeta
repo_name: FROM-THE-EARTH/canbeta
copyright: Copyright © FTE 9th CanSat Team
theme:
name: material
logo: res/logo.jpg
favicon: res/logo.jpg
icon:
repo: fontawesome/brands/github
features:
- navigation.expand
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- search.highlight
language: ja
palette:
primary: slate
nav:
- Home: index.md
- Project:
- project/index.md
- Development:
- dev/index.md
- CLI: cli.md
- Trouble Shootings: trouble_shootings.md
- Learning:
- learning/index.md
- ソフトウェア一般:
- learning/software/index.md
- チーム開発:
- learning/team/index.md
- Python:
- learning/python/index.md
- ロボットプログラミング:
- learning/robot/index.md
- 回路設計:
- learning/circuit/index.md
- Raspberry Pi:
- learning/raspi/index.md
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.snippets
- pymdownx.superfences
extra:
alternate:
- name: 日本語
link: /
lang: ja
social:
- icon: fontawesome/brands/github
link: https://github.com/FROM-THE-EARTH/canbeta
plugins:
- search