-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (42 loc) · 959 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
31
32
33
34
35
36
37
38
39
40
41
42
43
site_name: ScopeMArchiver
theme:
name: "material"
palette:
primary: teal
features:
- toc.follow
- toc.integrate
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [backend/archiver]
- search
- gen-files:
scripts:
- ./docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: referece/Summary.md
- drawio
- mermaid2
- panzoom:
mermaid: true
full_screen: true
nav:
- Introduction: index.md
- Architecture: architecture.md
- Deployment: deployment.md
- Flows (WIP):
- Ingestion: upload_flow.md
- Archiving: archival_flow.md
- Retrieval: retrieval_flow.md
- Code Reference: reference/
docs_dir: ./docs
site_dir: ./.site
site_url: http://0.0.0.0:8000
repo_url: https://github.com/SwissOpenEM/ScopeMArchiver
repo_name: SwissOpenEM/ScopeMArchiver
markdown_extensions:
- markdown_include.include:
base_path: docs