-
Notifications
You must be signed in to change notification settings - Fork 71
/
secondary-navigation.yaml
179 lines (154 loc) · 3.65 KB
/
secondary-navigation.yaml
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# -- Format example --
#
# page-name:
# title: Page title
# path: /page-url
#
# parent: (optional)
# - title: Parent navigation title
# - path: /parent-page-url
#
# children:
# - title: Overview
# path: /page-url (note this is the same as the page's url)
# - title: Child page
# path: /child-page-url
data:
title: Data
path: /data
children:
- title: Overview
path: /data
- title: PostgreSQL
path: /data/postgresql
- title: MySQL
path: /data/mysql
- title: MongoDB
path: /data/mongodb
- title: Spark
path: /data/spark
- title: Kafka
path: /data/kafka
- title: OpenSearch
path: /data/opensearch
- title: Valkey
path: /data/valkey
- title: Docs
path: /data/docs
microcloud:
title: MicroCloud
path: /microcloud
children:
- title: Resources
path: /microcloud/resources
- title: Docs
path: https://canonical-microcloud.readthedocs-hosted.com/en/latest
lxd:
title: LXD
path: /lxd
children:
- title: Install
path: /lxd/install
- title: Manage
path: /lxd/manage
- title: Docs
path: https://documentation.ubuntu.com/lxd/en/latest/?_ga=2.91941594.1329653141.1700868845-1063360542.1700868845
- title: Forum
path: https://discourse.ubuntu.com/c/lxd/126?_ga=2.69179345.1978494405.1700868870-354120313.1700868870
mongodb:
title: MongoDB
path: /data/mongodb
parent:
- title: All data solutions
- path: /data
children:
- title: Overview
path: /data/mongodb
- title: What is MongoDB
path: /data/mongodb/what-is-mongodb
- title: Managed
path: /data/mongodb/managed
- title: Support
path: /data/mongodb/support
opensearch:
title: OpenSearch
path: /data/opensearch
parent:
- title: All data solutions
- path: /data
children:
- title: Overview
path: /data/opensearch
- title: What is OpenSearch
path: /data/opensearch/what-is-opensearch
- title: Managed
path: /data/opensearch/managed
- title: Support
path: /data/opensearch/support
postgresql:
title: PostgreSQL
path: /data/postgresql
parent:
- title: All data solutions
- path: /data
children:
- title: Overview
path: /data/postgresql
- title: What is PostgreSQL
path: /data/postgresql/what-is-postgresql
- title: Managed
path: /data/postgresql/managed
- title: Support
path: /data/postgresql/support
spark:
title: Spark
path: /data/spark
parent:
- title: All data solutions
- path: /data
children:
- title: Overview
path: /data/spark
- title: What is Spark
path: /data/spark/what-is-spark
- title: Support
path: /data/spark/support
kafka:
title: Kafka
path: /data/kafka
parent:
- title: All data solutions
- path: /data
children:
- title: Overview
path: /data/kafka
- title: What is Kafka
path: /data/kafka/what-is-kafka
- title: Managed
path: /data/kafka/managed
- title: Support
path: /data/kafka/support
telco:
title: Telco
path: /solutions/telco
children:
- title: 5G Core
path: /solutions/telco/5g-core
- title: 5G Edge
path: /solutions/telco/5g-edge
- title: Open RAN
path: /solutions/telco/open-ran
ai:
title: AI
path: /solutions/ai
children:
- title: Overview
path: /solutions/ai
- title: AI infrastructure
path: /solutions/ai/infrastructure
- title: Edge AI
path: /solutions/ai/edge
- title: GenAI infrastructure
path: /solutions/ai/genai
- title: Big data analytics
path: /solutions/ai/big-data-ai