forked from dasch-swiss/sipi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
30 lines (27 loc) · 841 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
site_name: SIPI Documentation
repo_url: https://github.com/dasch-swiss/sipi
repo_name: dasch-swiss/sipi
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:
- Overview: index.md
- Introduction: introduction.md
- Basic information and Reference: sipi.md
- Lua integration: lua.md
- Lua imaging functions: lua-image.md
- Sqlite3 integration: sqlite.md
- Building: building.md
- Running: running.md
- Developing: developing.md
- Release-Notes: 0-release-notes/index.md
theme:
name: material
logo: 'assets/images/dasch-icon-white.svg'
favicon: 'assets/images/dasch-favicon.ico'
palette:
primary: 'deep blue'
accent: 'deep blue'
feature:
tabs: false
extra_css:
- 'assets/style/theme.css'