More top-level sections

This commit is contained in:
aetter 2021-05-28 12:43:12 -07:00
parent 73baf3f6db
commit 264a950b6c
101 changed files with 30 additions and 47 deletions

View File

@ -33,7 +33,16 @@ collections:
dashboards: dashboards:
permalink: "/:collection/:path/" permalink: "/:collection/:path/"
output: true output: true
plugins: security-plugin:
permalink: "/:collection/:path/"
output: true
search-plugins:
permalink: "/:collection/:path/"
output: true
im-plugin:
permalink: "/:collection/:path/"
output: true
monitoring-plugins:
permalink: "/:collection/:path/" permalink: "/:collection/:path/"
output: true output: true
clients: clients:
@ -57,8 +66,17 @@ just_the_docs:
dashboards: dashboards:
name: OpenSearch Dashboards name: OpenSearch Dashboards
nav_fold: true nav_fold: true
plugins: security-plugin:
name: Plugins name: Security plugin
nav_fold: true
search-plugins:
name: Search plugins
nav_fold: true
im-plugin:
name: Index management plugin
nav_fold: true
monitoring-plugins:
name: Monitoring plugins
nav_fold: true nav_fold: true
clients: clients:
name: Clients name: Clients

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Index Rollups title: Index Rollups
nav_order: 35 nav_order: 35
parent: Index management
has_children: true has_children: true
redirect_from: /docs/ism/index-rollups/ redirect_from: /docs/ism/index-rollups/
has_toc: false has_toc: false

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Index Rollups API title: Index Rollups API
parent: Index Rollups parent: Index Rollups
grand_parent: Index management
redirect_from: /docs/ism/rollup-api/ redirect_from: /docs/ism/rollup-api/
nav_order: 9 nav_order: 9
--- ---

View File

@ -1,11 +1,11 @@
--- ---
layout: default layout: default
title: Index management title: About Index Management
nav_order: 30 nav_order: 1
has_children: true has_children: false
--- ---
# Index Management # About Index Management
OpenSearch Dashboards OpenSearch Dashboards
{: .label .label-yellow :} {: .label .label-yellow :}

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: ISM API title: ISM API
parent: Index State Management parent: Index State Management
grand_parent: Index management
redirect_from: /docs/ism/api/ redirect_from: /docs/ism/api/
nav_order: 5 nav_order: 5
--- ---
@ -458,7 +457,7 @@ GET _plugins/_ism/explain/index_1
``` ```
The `opendistro.index_state_management.policy_id` setting is deprecated starting from version 1.13.0. The `opendistro.index_state_management.policy_id` setting is deprecated starting from version 1.13.0.
We retain this field in the response API for consistency. We retain this field in the response API for consistency.
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Index State Management title: Index State Management
nav_order: 3 nav_order: 3
parent: Index management
has_children: true has_children: true
redirect_from: /docs/ism/ redirect_from: /docs/ism/
has_toc: false has_toc: false

View File

@ -3,7 +3,6 @@ layout: default
title: Managed Indices title: Managed Indices
nav_order: 3 nav_order: 3
parent: Index State Management parent: Index State Management
grand_parent: Index management
redirect_from: /docs/ism/managedindices/ redirect_from: /docs/ism/managedindices/
has_children: false has_children: false
--- ---

View File

@ -3,7 +3,6 @@ layout: default
title: Policies title: Policies
nav_order: 1 nav_order: 1
parent: Index State Management parent: Index State Management
grand_parent: Index management
redirect_from: /docs/ism/policies/ redirect_from: /docs/ism/policies/
has_children: false has_children: false
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Settings title: Settings
parent: Index State Management parent: Index State Management
grand_parent: Index management
redirect_from: /docs/ism/settings/ redirect_from: /docs/ism/settings/
nav_order: 4 nav_order: 4
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Refresh Search Analyzer title: Refresh Search Analyzer
nav_order: 40 nav_order: 40
parent: Index management
has_children: false has_children: false
redirect_from: /docs/ism/refresh-analyzer/ redirect_from: /docs/ism/refresh-analyzer/
has_toc: false has_toc: false

View File

@ -29,6 +29,7 @@ code {
.site-nav { .site-nav {
padding-top: 2rem; padding-top: 2rem;
overflow-y: scroll;
} }
.main-content { .main-content {

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: API title: API
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 90 nav_order: 90
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Cross-Cluster Search title: Cross-Cluster Search
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 40 nav_order: 40
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Default Action Groups title: Default Action Groups
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 51 nav_order: 51
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Document-Level Security title: Document-Level Security
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 10 nav_order: 10
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Field-Level Security title: Field-Level Security
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 11 nav_order: 11
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Field Masking title: Field Masking
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 12 nav_order: 12
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: User Impersonation title: User Impersonation
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 20 nav_order: 20
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Access Control title: Access Control
nav_order: 10 nav_order: 10
parent: Security
has_children: true has_children: true
has_toc: false has_toc: false
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: OpenSearch Dashboards Multi-Tenancy title: OpenSearch Dashboards Multi-Tenancy
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 30 nav_order: 30
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Permissions title: Permissions
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 50 nav_order: 50
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Users and Roles title: Users and Roles
parent: Access Control parent: Access Control
grand_parent: Security
nav_order: 1 nav_order: 1
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Audit Log Field Reference title: Audit Log Field Reference
parent: Audit Logs parent: Audit Logs
grand_parent: Security
nav_order: 1 nav_order: 1
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Audit Logs title: Audit Logs
nav_order: 90 nav_order: 90
parent: Security
has_children: true has_children: true
has_toc: false has_toc: false
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Audit Log Storage Types title: Audit Log Storage Types
parent: Audit Logs parent: Audit Logs
grand_parent: Security
nav_order: 10 nav_order: 10
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Client certificate authentication title: Client certificate authentication
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 50 nav_order: 50
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Authentication flow title: Authentication flow
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 1 nav_order: 1
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Backend Configuration title: Backend Configuration
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 2 nav_order: 2
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Disable Security title: Disable Security
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 99 nav_order: 99
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Generate Certificates title: Generate Certificates
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 11 nav_order: 11
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Configuration title: Configuration
nav_order: 1 nav_order: 1
parent: Security
has_children: true has_children: true
has_toc: false has_toc: false
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Active Directory and LDAP title: Active Directory and LDAP
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 30 nav_order: 30
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: OpenID Connect title: OpenID Connect
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 32 nav_order: 32
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Proxy-based authentication title: Proxy-based authentication
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 40 nav_order: 40
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: SAML title: SAML
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 31 nav_order: 31
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Apply Changes with securityadmin.sh title: Apply Changes with securityadmin.sh
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 20 nav_order: 20
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: System Indices title: System Indices
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 15 nav_order: 15
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: TLS Certificates title: TLS Certificates
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 10 nav_order: 10
--- ---

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: YAML Files title: YAML Files
parent: Configuration parent: Configuration
grand_parent: Security
nav_order: 3 nav_order: 3
--- ---

Some files were not shown because too many files have changed in this diff Show More