forked from OpenImaging/miqa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (31 loc) · 814 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
site_name: MIQA
site_description: Documentation for MIQA
site_author: Kitware
repo_url: https://github.com/OpenImaging/miqa
theme:
name: material
logo: images/kitware-mark.png
highlightjs: true
palette:
primary: black
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
extra_css: [extra.css]
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/OpenImaging/miqa
nav:
- User Guide:
- Home: index.md
- Navigating the site: site.md
- Users in MIQA: users.md
- Projects in MIQA: projects.md
- Administrator Guide:
- Introduction: admin.md
- Setting up MIQA: setup.md
- The Django Admin Console: console.md
- Imports and Exports: imports.md
- Integrating MIQA in your workflow: integration.md