forked from OPSILab/Idra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
26 lines (25 loc) · 1.04 KB
/
mkdocs.yml
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
site_name: Idra
site_url: https://idra.readthedocs.org
repo_url: https://github.com/OPSILab/Idra
site_description: Idra - Open Data Federation platform Documentation
docs_dir: docs/manuals
site_dir: html
markdown_extensions: [toc,fenced_code]
use_directory_urls: true
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_publication.css"]
edit_uri: edit/master/docs/manuals/
pages:
- 'Home': 'index.md'
- 'Architecture Overview': 'architecture/architecture.md'
- 'Installation & Administration Manual':
- 'Introduction': 'admin/index.md'
- 'Installation overview': 'admin/installation.md'
- 'Install with WARs packages': 'admin/install_war.md'
- 'Install with Docker': 'admin/install_docker.md'
- 'Sanity Checks': 'admin/sanitychecks.md'
- 'Platform Management': 'admin/administration_gui.md'
- 'Scraping Guide': 'admin/scraping.md'
- 'User Guide':
- 'Introduction': 'user/index.md'
- 'How to use Idra': 'user/enduser.md'