-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmkdocs.yaml
65 lines (59 loc) · 1.8 KB
/
mkdocs.yaml
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
site_name: CYBER
site_description: "A General Robotic Operation System for Embodied AI"
repo_url: ${REPO_URL}
repo_name: ${REPO_NAME}
remote_branch: gh-pages
theme:
icon:
repo: fontawesome/brands/github
name: material
favicon: imgs/logo_dark.png
logo: imgs/logo_with_name_dark.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to system preference
- media: "(prefers-color-scheme: light)"
primary: "indigo"
accent: "pink"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: "deep-purple"
accent: "cyan"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- mkdocstrings
- search
- mkdocstrings
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Key Features: features.md
- Modular Components:
- World Model: tutorial/world.md
- Action Model: tutorial/action.md
# - Perception Model: tutorial/preception.md
# - Memory Model: tutorial/memory.md
# - Control Model: tutorial/control.md
- Setup: setup.md
- Hugging Face Integration: huggingface.md
- Usage:
- World Model: experiments/world_model.md
- File Structure: file_structure.md
- References: reference.md
- Contact: contact.md