-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_topic_map.yml
85 lines (85 loc) · 2.67 KB
/
_topic_map.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
# This configuration file dictates the organization of the topic groups and
# topics on the main page of the doc site for this branch. Each record
# consists of the following:
#
# --- <= Record delimiter
# Name: Origin of the Species <= Display name of topic group
# Dir: origin_of_the_species <= Directory name of topic group
# Topics:
# - Name: The Majestic Marmoset <= Topic name
# File: the_majestic_marmoset <= Topic file under group dir +/- .adoc
# - Name: The Curious Crocodile <= Topic 2 name
# File: the_curious_crocodile <= Topic 2 file
# - Name: The Numerous Nematodes <= Sub-topic group name
# Dir: the_numerous_nematodes <= Sub-topic group dir
# Topics:
# - Name: The Wily Worm <= Sub-topic name
# File: the_wily_worm <= Sub-topic file under <group dir>/<subtopic dir>
# - Name: The Acrobatic Ascarid <= Sub-topic 2 name
# File: the_acrobatic_ascarid <= Sub-topic 2 file under <group dir>/<subtopic dir>
#
# The ordering of the records in this document determines the ordering of the
# topic groups and topics on the main page.
---
Name: Overview
Dir: overview
Topics:
- Name: Introduction
File: introduction
- Name: Application Architecture
File: application_architecture
---
Name: Core Concepts
Dir: core_concepts
Topics:
- Name: Resources, users, and groups
File: resources_users_groups
- Name: Device management
File: device_management
- Name: Packages
File: packages
- Name: Service catalog
File: service_catalog
- Name: Builds
File: builds
- Name: Deployments
File: deployments
- Name: Logging and metrics
File: logging_metrics
- Name: Network layout and communication
File: network_layout_communication
---
Name: Getting Started
Dir: getting_started
Topics:
- Name: Creating users and groups
File: creating_users_groups
- Name: Adding a new device
File: adding_new_device
- Name: Creating a new package
File: creating_new_package
- Name: Deploying a package
File: deploying_package
---
Name: Developer Guide
Dir: developer_guide
Topics:
- Name: Tutorials
Dir: tutorials
Topics:
- Name: ROS publisher-subscriber
File: ros_publisher_subscriber
- Name: Dependent Map Server
File: dependent_map_server
- Name: Device management operations
Dir: device_management_operations
Topics:
- Name: WebSSH
File: webssh
- Name: Metric collection and visualization
File: device_metric_collection_visualization
- Name: rapyuta.io SDK
Dir: rapyuta_io_sdk
Topics:
- Name: SDK Docs
File: sdk_docs