-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
46 lines (41 loc) · 928 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
42
43
44
45
46
site_name: histoCAT Web
copyright: Copyright © 2021 Anton Rau
repo_url: https://github.com/BodenmillerGroup/histocat-web
site_url: https://bodenmillergroup.github.io/histocat-web
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- navigation.tabs
- navigation.top
- navigation.expand
markdown_extensions:
- admonition
- footnotes
plugins:
- include-markdown
- search
nav:
- Home:
- index.md
- changelog.md
- license.md
- User manual:
- user/registration.md
- user/structure.md
- user/groups.md
- user/projects.md
- Project Workspace:
- user/project.md
- user/imaging.md
- user/datasets.md
- user/data-analysis.md
- Admin Views:
- user/users.md
- user/models.md
- Developer documentation:
- dev/overview.md
- dev/development.md
- dev/staging.md
- dev/production.md