Skip to content

Commit 12c6782

Browse files
authored
Reorganize top-level topics (#9733)
Signed-off-by: Fanit Kolchina <[email protected]>
1 parent 6ebd7fd commit 12c6782

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

_config.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ collections:
4040
dashboards:
4141
permalink: /:collection/:path/
4242
output: true
43-
integrations:
44-
permalink: /:collection/:path/
45-
output: true
4643
tuning-your-cluster:
4744
permalink: /:collection/:path/
4845
output: true
@@ -146,6 +143,9 @@ opensearch_collection:
146143
install-and-configure:
147144
name: Install and upgrade
148145
nav_fold: true
146+
tuning-your-cluster:
147+
name: Creating and tuning your cluster
148+
nav_fold: true
149149
im-plugin:
150150
name: Managing Indexes
151151
nav_fold: true
@@ -155,12 +155,6 @@ opensearch_collection:
155155
dashboards:
156156
name: OpenSearch Dashboards
157157
nav_fold: true
158-
integrations:
159-
name: OpenSearch Integrations
160-
nav_fold: true
161-
tuning-your-cluster:
162-
name: Creating and tuning your cluster
163-
nav_fold: true
164158
security:
165159
name: Security in OpenSearch
166160
nav_fold: true

_dashboards/dql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Dashboards Query Language (DQL)
4-
nav_order: 130
4+
nav_order: 125
55
redirect_from:
66
- /dashboards/dql/
77
- /dashboards/discover/dql/

_integrations/index.md renamed to _dashboards/integrations/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: default
33
title: Integrations in OpenSearch Dashboards
4-
nav_order: 1
4+
nav_order: 135
55
has_children: false
6-
nav_exclude: true
7-
permalink: /integrations/
86
redirect_from:
7+
- /integrations/
98
- /integrations/index/
9+
- /dashboards/integrations/index/
1010
---
1111

1212
# Integrations in OpenSearch Dashboards

0 commit comments

Comments
 (0)