-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs-template.yml
47 lines (41 loc) · 1008 Bytes
/
mkdocs-template.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
site_name: 'HuCon'
site_description: '{{ description }}'
copyright: 'Basler AG 2020'
repo_name: 'basler/hucon'
repo_url: 'https://github.com/basler/hucon'
edit_uri: ''
nav:
- index.md
- '{{ getting_started }}':
- getting_started/assembling.md
- getting_started/initial_setup.md
- getting_started/connect.md
- getting_started/blockly.md
- getting_started/python.md
- getting_started/update.md
- hardware.md
- license.md
theme:
name: 'material'
custom_dir: 'docs_theme'
logo: 'images/icon.svg'
favicon: 'images/icon.ico'
palette:
primary: 'blue'
accent: 'light blue'
features:
- navigation.instant
- navigation.sections
language: '{{ language }}'
docs_dir: 'docs/{{ language }}'
site_dir: 'site/{{ language }}'
extra_css:
- 'css/extra.css'
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- tables
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg