forked from KnowageLabs/Knowage-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
21 lines (21 loc) · 713 Bytes
/
mkdocs.yml
File metadata and controls
21 lines (21 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: Knowage
site_url: https://knowage.readthedocs.org
repo_url: https://github.com/KnowageLabs/Knowage-Server.git
site_description: Knowage Documentation
docs_dir: doc
site_dir: html
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs.css"]
pages:
- 'Home': 'index.md'
- 'User & Programmers Manuals':
- 'CKAN': 'user/CKAN/README.md'
- 'Javascript SDK': 'user/JS/README.md'
- 'NGSI': 'user/NGSI/README.md'
- 'Admin Manuals':
- 'Admin Guide': 'admin/README.md'
- 'Sanity check procedures': 'admin/sanity.md'
- 'Diagnosis procedures': 'admin/diagnosis.md'
- 'FIWARE theme': 'admin/theme.md'