forked from openml-labs/server-demo
-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yaml
36 lines (33 loc) · 943 Bytes
/
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
site_name: AI-on-Demand REST API
site_url: https://api.aiod.eu/docs
theme:
name: material
features:
- content.code.copy
nav:
- Home: README.md
- Using the API: Using.md
- Hosting the API: Hosting.md
- 'Developer Resources':
- developer/index.md
- 'Metadata Schema':
- developer/schema/index.md
- 'Attributes': developer/schema/attributes.md
- 'Relationships': developer/schema/relationships.md
- 'Objects': developer/schema/objects.md
- 'Contributing': Contributing.md
- 'Unorganized Docs':
- 'Code Advice': developer/code.md
- 'Keycloak': developer/auth.md
- 'DB Schema Migration': developer/migration.md
- 'Scripts': developer/scripts.md
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- section-index