-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yaml
43 lines (40 loc) · 1.23 KB
/
mkdocs.yaml
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: AI-on-Demand REST API
site_url: https://api.aiod.eu/docs
theme:
name: material
features:
- content.code.copy
- navigation.footer
nav:
- Home: README.md
- Using the API: Using.md
- Hosting the API:
- hosting/index.md
- 'Authentication': hosting/authentication.md
- 'Connectors': hosting/connectors.md
- 'Synchronization': hosting/synchronization.md
- 'Developer Resources':
- developer/index.md
- 'Authentication': developer/authentication.md
- 'Metadata Schema':
- developer/schema/index.md
- 'Attributes': developer/schema/attributes.md
- 'Relationships': developer/schema/relationships.md
- 'Objects': developer/schema/objects.md
- 'Schema Migration': developer/schema/migration.md
- 'Elastic Search': developer/elastic_search.md
- 'Scripts': developer/scripts.md
- 'Release Workflow': developer/releases.md
- 'Troubleshooting': developer/troubleshooting.md
- 'Contributing': contributing.md
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- section-index
- search