forked from Greengage-project/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (66 loc) · 2.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: GREENGAGE Documentation
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- rust
extra_javascript:
- javascripts/custom.js
extra_css:
- css/custom.css
nav:
- Home: index.md
- Guidelines: guidelines
- Thematic co-exploration example: thematic_coexploration_example.md
- Tools:
- Backbone:
- Keycloak:
- Description: tools/keycloak
- Integration: tools/keycloak/integration
- Examples:
- Node: tools/keycloak/examples#nodejs
- Python: tools/keycloak/examples#python
- Community and Co-production process Management:
- Wordpress:
- Description: tools/wordpress
- Integration: tools/wordpress/integration
- Example of deployment: tools/wordpress/examples
- Discourse:
- Description: tools/Discourse
- Integration: tools/Discourse/integration
- Example of deployment: tools/Discourse/examples
- Collaborative Environment:
- Description: tools/collaborativeEnvironment
- Usage: tools/collaborativeEnvironment/integration
- Example of deployment: tools/collaborativeEnvironment/examples
- Data crowdsourcing and capture:
- MODE:
- Description: tools/mode
- Integration: tools/mode/integration
- Examples:
- iOS: tools/mode/examples/ios
- Android: tools/mode/examples/android
- Backend: tools/mode/examples/backend
- Libelium sensor integration:
- Description: tools/sensorsIntegration
- Integration: tools/sensorsIntegration/integration
- Data analysis and insights generation:
- DataHub:
- Description: tools/datahub
- Usage: tools/datahub/usage
- Example of integration: tools/datahub/examples
- Apache Superset:
- Description: tools/superset
- Usage: tools/superset/usage
- Example of integration: tools/superset/examples
- Apache Druid:
- Description: tools/druid
- Usage: tools/druid/usage
- Example of integration: tools/druid/examples
- Apache NiFi:
- Description: tools/nifi
- Usage: tools/nifi/usage
- Example of integration: tools/nifi/examples
locale:
- en