-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (26 loc) · 783 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (26 loc) · 783 Bytes
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
site_name: o2r Architecture
site_description: Opening Reproducible Research System Architecture
site_author: "Daniel Nüst, Matthias Schutzeichel, Jörg Lorenz"
copyright: "Licensed under Creative Commons CC0 1.0 Universal License."
nav:
- Architecture: index.md
- 'User scenarios': user-scenarios.md
- Glossary: glossary.md
- Metadata: metadata.md
- Zenodo integration: zenodo.md
theme:
name: readthedocs
custom_dir: custom_theme
site_author: o2r project
site_dir: site
site_url: https://o2r.info/architecture/
extra_css: [arc42.css]
repo_url: https://github.com/o2r-project/architecture
repo_name: GitHub
edit_uri: tree/master/docs/
markdown_extensions:
- markdown_include.include
- markdown.extensions.admonition
- def_list
- toc:
permalink: true