-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
37 lines (37 loc) · 1.28 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
site_name: "Executable Research Compendium (ERC) Specification"
site_author: "Daniel Nüst, Marc Schutzeichel, Markus Konkol"
site_description: "Executable Research Compendium technical specification, user guides, developer guides, and support."
copyright: "Licensed under Creative Commons CC0 1.0 Universal License."
nav:
- Home: index.md
- ERC specification: spec/index.md
- Glossary: glossary.md
- User guides:
- Creation guide for authors: user-guide/creation.md
- Examination guide for readers and reviewers: user-guide/examination.md
- ERC template for authors: user-guide/template.md
- Minimal ERC examples: user-guide/minimal.md
- ERC & OAIS: user-guide/oais.md
- ERC as supplement: user-guide/erc_journal_supplement.md
- Developer guide: dev-guide/index.md
- Support: support.md
theme:
name: readthedocs
custom_dir: custom_theme
docs_dir: docs
repo_url: https://github.com/o2r-project/erc-spec
repo_name: GitHub
edit_uri: tree/master/docs/
site_url: https://o2r.info/erc-spec/
site_dir: site
extra_css: [erc.css]
markdown_extensions:
- admonition
- smarty
- codehilite:
guess_lang: False
- toc:
permalink: True
- def_list
- pymdownx.tilde
- pymdownx.superfences # need >= 5.0