-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
43 lines (38 loc) · 1.25 KB
/
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
site_name: DSP-APP
repo_url: https://github.com/dasch-swiss/dsp-app
repo_name: dasch-swiss/dsp-app
edit_uri: blob/main/docs/
copyright: "© 2017 - 2021 <a href='https://dasch.swiss' target='_blank'>Data and Service Center for the Humanities (DaSCH)</a>"
nav:
- Introduction: index.md
- User Guide:
- Introduction: user-guide/index.md
- Project Administration: user-guide/project.md
- System Administration: user-guide/system.md
- Data Management:
- Start from scratch: user-guide/data/start.md
- Search and browse: user-guide/data/search.md
- Search results: user-guide/data/search-results.md
- Work on your data: user-guide/data/work-on-data.md
- User Profile: user-guide/user.md
- Contribution:
- How to contribute: contribution/index.md
- Docs Documentation: contribution/docs-documentation.md
- Release Notes: contribution/release-notes.md
plugins:
- include-markdown
- search
- git-revision-date
theme:
name: material
logo: 'assets/icons/dasch-icon-white.svg'
favicon: 'assets/icons/dasch-favicon.ico'
icon:
repo: fontawesome/brands/github
palette:
primary: 'deep purple'
accent: 'deep purple'
features:
- navigation.tabs
extra_css:
- 'assets/style/theme.css'