-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (35 loc) · 1.02 KB
/
mkdocs.yml
File metadata and controls
41 lines (35 loc) · 1.02 KB
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
#Old
# pip install mkdocs-bootswatch
#Sizing images: convert foo.png -resize x100 foo_rs.png
#Local site: 127.0.0.1:8000
# name: flatly
#pip install mkdocs (py3)
#pip install mkdocs-material (py3)
#extra:
# logo: 'images/hello_robot_logo.png'
site_name: Hello Robot Documentation
site_url: https://docs.hello-robot.com
site_description: "Hello Robot User Documentation"
#repo_name: "github.com/hello-robot"
#repo_url: https://github.com/hello-robot
use_directory_urls: True
copyright: 'Copyright © 2020 Hello Robot Inc'
nav:
- Home: README.md
- Resources:
- Stretch Forum: "https://forum.hello-robot.com/"
- Stretch GitHub: "https://github.com/hello-robot"
- Stretch Videos: "https://www.youtube.com/channel/UCzoafc2G5uW5QuyTZ22OWRA"
theme:
font: Arial
name: material
palette:
primary: hello-robot
logo: images/hello_robot_logo.png
favicon: images/hello_robot_favicon.png
extra_css: [extra.css]
plugins: []
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/HelloRobotInc