forked from canonical/canonical.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecondary-navigation.yaml
96 lines (83 loc) · 2.03 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
# -- Format example --
#
# page-name:
# title: Page title
# path: /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: 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
children:
- title: Overview
path: /data/mongodb
- title: Managed
path: /data/mongodb/managed
- title: Support
path: /data/mongodb/support
- title: What is MongoDB
path: /data/mongodb/what-is-mongodb
opensearch:
title: OpenSearch
path: /data/opensearch
children:
- title: Overview
path: /data/opensearch
- title: Managed
path: /data/opensearch/managed
- title: Support
path: /data/opensearch/support
- title: What is OpenSearch
path: /data/opensearch/what-is-opensearch
postgresql:
title: PostgreSQL
path: /data/postgresql
children:
- title: Overview
path: /data/postgresql
- title: What is PostgreSQL
path: /data/postgresql/what-is-postgresql