forked from Wirecloud/wirecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (32 loc) · 1.18 KB
/
mkdocs.yml
File metadata and controls
34 lines (32 loc) · 1.18 KB
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
site_name: WireCloud
theme: readthedocs
extra_css: ['css/mkdocs.css']
pages:
- 'Introduction': 'index.md'
- 'Installation Guide': 'installation_guide.md'
- 'Administration Guide': 'administration_guide.md'
- 'User Guide': 'user_guide.md'
- 'Programmer Guide':
- 'Application Mashup RESTful API': 'restapi/index.md'
- 'MAC Description Language':
- 'Introduction': 'development/macdl.md'
- 'MACDL (XML)': 'development/macdl_xml.md'
- 'MACDL (RDF)': 'development/macdl_rdf.md'
- 'Widget & Operator Development':
- 'Basic Concepts': 'development/widget_and_operators.md'
- 'Widget API': 'widgetapi/widgetapi.md'
- 'NGSI API': 'development/ngsi_api.md'
- 'ObjectStorage API': 'development/object_storage_api.md'
- 'WireCloud IDE': 'development/eclipse_ide.md'
- 'Platform Development':
- 'Creating new themes': 'development/platform/themes.md'
- 'Translating': 'development/platform/translation.md'
markdown_extensions:
- markdown_github.headerid
- markdown_github.superfences
- markdown_github.magiclink
- codehilite:
guess_lang: False
- toc:
permalink: True
separator: "."