-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (37 loc) · 1.43 KB
/
mkdocs.yml
File metadata and controls
37 lines (37 loc) · 1.43 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
35
36
37
site_name: robomq.io
site_url: http://robomq.readthedocs.org/
site_description: User documentation and SDK for robomq.io
repo_url: https://github.com/robomq/robomq.io/
docs_dir: docs
nav:
- 'What is RoboMQ.io': "index.md"
- 'Getting started': "gettingStarted.md"
- 'Creating a new application': "creatingNewApplication.md"
- 'IoT and M2M integration': "deviceIntegration.md"
- 'Application integration': "applicationIntegration.md"
- 'SDK & example codes': "SDK.md"
- 'User Guide':
- 'AMQP Introduction': "AMQP.md"
- 'One to one (direct) messaging': "one-one.md"
- 'Broadcast (publish/subscribe)': "broadcast.md"
- 'Key based message routing': "routing-key.md"
- 'Filter based routing (topic)': "topic.md"
- 'Request and reply': "request-reply.md"
- 'MQTT': "MQTT.md"
- 'STOMP': "STOMP.md"
- 'WebSTOMP': "WebSTOMP.md"
- 'SSL': "SSL.md"
- 'REST': "REST.md"
- 'Managed File Transfer': "managed_file_transfer.md"
- 'IoT Analytics': "IotAnalytics-walkthrough.md"
- 'Connectors':
- 'Connectors': "connectors.md"
- 'MS Active Directory': "MS-Active Directory.md"
- 'ADP to AD': "ADP-to-AD_Connector.md"
- 'Workday<sup>®</sup> to AD': "Workday_Connector.md"
- 'Atlassian JIRA': "Atlassian JIRA - Connector.md"
- 'Salesforce': "Salesforce_Connector.md"
- 'Database': "Database_Connector.md"
- 'Oracle Database': "Oracle-Database_Connector.md"
- 'About': "about.md"
theme: readthedocs