-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
41 lines (36 loc) · 927 Bytes
/
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
site_name: Azure Visual Intelligence
site_url: https://github.com/Azure/azure-visual-intelligence
site_description: Azure Visual Intelligence
site_author: Microsoft
repo_url: https://github.com/Azure/azure-visual-intelligence
edit_uri: ""
theme:
name: material
custom_dir: mkdocs-overrides
font:
text: Roboto
code: Roboto Mono
palette:
scheme: default
primary: blue grey
accent: indigo
logo: assets/ms_icon.png
favicon: assets/ms_icon.png
features:
- navigation.instant
- navigation.indexes
nav:
- Overview: "index.md"
- Quickstart:
- Installation: "installation.md"
- Concept:
- Engine: "engine.md"
- Layout: "layout.md"
- Workflow: "workflow.md"
- Contribute:
- Documentation: "contribution-doc.md"
- Develop: "contribution-dev.md"
markdown_extensions:
- pymdownx.superfences:
extra_css:
- theme/css/python_markdown_extension.css