-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 811 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (29 loc) · 811 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
28
29
site_name: Orchestra Cities
site_url: https://orchestracities.com
site_description: Orchestra Cities Documentation
site_author: Martel Innovate
copyright: Copyright © 2020 - Martel Innovate
theme:
name: readthedocs
locale: en
markdown_extensions:
- fenced_code
- toc:
permalink: "#"
validation:
links:
absolute_links: relative_to_docs
anchors: warn
unrecognized_links: warn
docs_dir: docs
nav:
- 0. Introduction: index.md
- 1. Platform overview: overview.md
- 2. Architecture: architecture.md
- 3. Deploy an example instance: deploy.md
- 4. Security configuration:
- 4.1. Auth Provider (Keycloak): keycloak.md
- 4.2. Api Management (Gravitee): gravitee.md
- 4.3. Admin Portal: portal.md
- 5. Tutorial: tutorial.md
- 6. How to contribute: contribute.md