-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
66 lines (59 loc) · 1.49 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Documentation generator based on MkDocs
# Automatically documents API references
# References:
# https://www.mkdocs.org/
# https://mkdocstrings.github.io/recipes/
site_name: ACED-IDP Documentation
nav:
- index.md
- Getting Started:
- requirements.md
- workflows/quick-start-guide.md
- Use Cases & Workflows:
- workflows/creating-project.md
- Submitting Data:
- workflows/upload.md
- Meta-Data:
- data-model/introduction.md
- workflows/metadata.md
- data-model/integration.md
- workflows/status.md
- workflows/commit-push.md
- Consuming Data:
- workflows/clone.md
- Exploring Data:
- workflows/portal-explore.md
- workflows/portal-download.md
- workflows/query.md
- Utilities:
- workflows/approve-requests.md
- workflows/add-users.md
- Experimental Features:
- workflows/tabular.md
- workflows/restrict-access.md
- Status Monitor ↗: https://aced-idp.github.io/status-monitor
plugins:
- search
- macros
repo_url: https://github.com/ACED-IDP/aced-idp.github.io
repo_name: ACED-IDP/aced-idp.github.io
theme:
name: "material"
features:
- navigation.indexes
- navigation.footer
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: true
extra_css:
- stylesheets/extra.css