forked from Wirecloud/wirecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (37 loc) · 1.48 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
27
28
29
30
31
32
33
34
35
36
37
38
39
site_name: WireCloud
site_description: WireCloud Documentation
repo_url: https://github.com/Wirecloud/wirecloud
theme: readthedocs
extra_css: ['https://fiware.org/style/fiware_readthedocs.css', 'css/mkdocs.css']
google_analytics: ['UA-84269043-1', 'wirecloud.readthedocs.io']
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 themes': 'development/platform/themes.md'
- 'Contributing': 'CONTRIBUTING.md'
- 'Testing': 'development/platform/testing.md'
- 'Translations': 'development/platform/translation.md'
markdown_extensions:
- markdown_github.headerid
- markdown_github.superfences
- markdown_github.magiclink
- codehilite:
guess_lang: False
- toc:
permalink: True
separator: "."