forked from lets-fiware/ngsi-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
100 lines (97 loc) · 3.24 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site_name: "NGSI Go"
site_description: NGSI Go (Let's FIWARE)
nav:
- 'Home':
- 'Index': index.md
- 'Usage': usage.md
- 'Quick Start Guide': quick_start_guide.md
- 'Install': install.md
- 'Build from source': build_source.md
- 'files': files.md
- 'APIs mapping table': apis_mapping_table.md
- 'Convenience command':
- 'admin':
- 'admin': convenience/admin.md
- 'appenders': convenience/appenders.md
- 'loggers': convenience/loggers.md
- 'scorpio': convenience/scorpio.md
- 'apis': convenience/apis.md
- 'cp': convenience/cp.md
- 'wc': convenience/wc.md
- 'man': convenience/man.md
- 'health': convenience/health.md
- 'ls': convenience/ls.md
- 'receiver': convenience/receiver.md
- 'regproxy': convenience/regproxy.md
- 'queryproxy': convenience/queryproxy.md
- 'tokenproxy': convenience/tokenproxy.md
- 'rm': convenience/rm.md
- 'template': convenience/template.md
- 'version': convenience/version.md
- 'NGSI command':
- 'append': ngsi/append.md
- 'create': ngsi/create.md
- 'delete': ngsi/delete.md
- 'get': ngsi/get.md
- 'list': ngsi/list.md
- 'replace': ngsi/replace.md
- 'update': ngsi/update.md
- 'upsert': ngsi/upsert.md
- 'Time series commnad':
- 'hdelete': time_series/hdelete.md
- 'hget': time_series/hget.md
- 'Cygnus':
- 'groupingrules': cygnus/groupingrules.md
- 'namemappings': cygnus/namemappings.md
- 'IoT Agent commnad':
- 'services': iot_agent/services.md
- 'devices': iot_agent/devices.md
- 'Context-Aware CEP':
- 'rules': cep/rules.md
- 'Keyrock':
- 'users': keyrock/users.md
- 'organizations':
- 'organizations': keyrock/organizations.md
- 'users': keyrock/organizations-users.md
- 'applications':
- 'applications': keyrock/applications.md
- 'users': keyrock/applications-users.md
- 'roles': keyrock/applications-roles.md
- 'permissions': keyrock/applications-permissions.md
- 'organizations': keyrock/applications-organizations.md
- 'pep-proxies': keyrock/applications-pep-proxies.md
- 'iot-agent': keyrock/applications-iot-agent.md
- 'trusted-applications': keyrock/applications-trusted-applications.md
- 'providers': keyrock/providers.md
- 'WireCloud':
- 'macs': wirecloud/macs.md
- 'preferences': wirecloud/preferences.md
- 'tabs': wirecloud/tabs.md
- 'workspaces': wirecloud/workspaces.md
- 'Management command':
- 'broker': management/broker.md
- 'context': management/context.md
- 'settings': management/settings.md
- 'server': management/server.md
- 'token': management/token.md
- 'Global Options': global.md
- 'NGSI Go tutorial':
- 'Index': tutorial/index.md
- 'NGSI-LD CRUD': tutorial/ngsi-ld-crud.md
- 'NGSIv2 CRUD': tutorial/ngsi-v2-crud.md
- 'STH-Comet': tutorial/comet.md
- 'QuantumLeap': tutorial/quantumleap.md
- 'iot-agent': tutorial/iot-agent.md
- 'perseo': tutorial/perseo.md
- 'keyrock': tutorial/keyrock.md
- 'keystone': tutorial/keystone.md
plugins:
- search:
lang: en
theme:
name: readthedocs
navigation_depth: 2
markdown_extensions:
# - markdown_github.headerid
- pymdownx.emoji
- pymdownx.superfences