-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
42 lines (37 loc) · 1.37 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
site_name: TEv2 MVE for Github Pages
site_url: https://tno-terminology-design.github.io/tev2-mve/
theme: material
nav:
- Home: index.md
- How To Install TEv2:
- Locally: how-to/install-tev2-tools-locally.md
- In GitHub Actions: how-to/add-tev2-tools-to-actions-script.md
- How To Manage Files:
- The SAF: how-to/saf.md
- Config files: how-to/config-files.md
- Terms and Definitions: how-to/curated-texts.md
- How To Run Tools:
- Import MRGs from elsewhere: how-to/import-mrgs.md
- Generate MRGs: how-to/generate-mrgs.md
- Generate HRGs: how-to/generate-hrgs.md
- Resolve TermRefs: how-to/resolve-termrefs.md
- Spec-Up Integration:
- How To Use Spec-Up Term References: how-to/use-spec-up-term-references.md
- Spec-Up XRef Definitions: glossary-for-spec-up.md
- Glossary: glossary.md
- Abbreviations: abbreviations.md
repo_url: 'https://github.com/tno-terminology-design/tev2-mve'
repo_name: 'TEv2 MVE'
# Assuming your Markdown files are directly in the /docs folder
docs_dir: docs
# This is where the built site will be output, which GitHub Actions can then deploy
site_dir: site
# Plugins can be added here
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
# known pygments_styles: monokai, friendly, colorful, solarized-dark, solarized-light
pygments_style: solarized-dark
- pymdownx.extra