-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (26 loc) · 790 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (26 loc) · 790 Bytes
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
site_name: OBA documentation
nav:
- Home: index.md
- OBA features: features.md
- 'Generate an OpenAPI specification':
- 'Quickstart...': 'quickstart.md'
- 'OBA Output': 'result.md'
- 'Class filtering': 'filtering.md'
- 'OWL to OAS mapping': 'mapping.md'
- 'Generate the server':
- 'Quickstart...': 'server.md'
- 'Running the server': 'running_server.md'
- 'Testing your API': 'test.md'
- 'Adding custom queries': 'adding_custom_queries.md'
- 'Authentication': 'authentication.md'
- Configuration file: 'configuration_file.md'
- Examples: examples.md
- Performance tips: benchmarking.md
theme:
name: material
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true