Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 2.8.x nav #4421

Merged
merged 1 commit into from
Sep 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 81 additions & 79 deletions app/_data/docs_nav_gateway_2.8.x.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
- title: Introduction
icon: /assets/images/icons/documentation/icn-flag.svg
url: /gateway/
absolute_url: true
items:
- text: Overview of Kong Gateway
url: /gateway/2.8.x/
Expand All @@ -16,12 +14,13 @@

- title: Install and Run
icon: /assets/images/icons/documentation/icn-deployment-color.svg
url: /install-and-run/
items:
- text: Overview
url: /install-and-run/
- text: Kubernetes
url: /install-and-run/kubernetes
- text: Kubernetes with Helm
url: /install-and-run/helm-quickstart-enterprise
- text: Helm
url: /install-and-run/helm
- text: OpenShift with Helm
url: /install-and-run/openshift
- text: Docker
Expand Down Expand Up @@ -199,80 +198,6 @@
url: /configure/auth/rbac/add-admin
- text: Mapping LDAP Service Directory Groups to Kong Roles
url: /configure/auth/service-directory-mapping
- text: Kong Dev Portal
url: /developer-portal/
items:
- text: Enable the Dev Portal
url: /developer-portal/enable-dev-portal
- text: Structure and File Types
url: /developer-portal/structure-and-file-types
- text: Portal API
url: /developer-portal/portal-api
- text: Working with Templates
url: /developer-portal/working-with-templates
- text: Using the Editor
url: /developer-portal/using-the-editor
# commented out for now, as this redirects to an old doc version
# - text: Networking
# url: /developer-portal/networking
- text: Configuration
items:
- text: Authentication
items:
- text: Basic Auth
url: /developer-portal/configuration/authentication/basic-auth
- text: Key Auth
url: /developer-portal/configuration/authentication/key-auth
- text: OIDC
url: /developer-portal/configuration/authentication/oidc
- text: Sessions
url: /developer-portal/configuration/authentication/sessions
- text: Adding Custom Registration Fields
url: /developer-portal/configuration/authentication/adding-registration-fields
- text: SMTP
url: /developer-portal/configuration/smtp
- text: Workspaces
url: /developer-portal/configuration/workspaces
- text: Administration
items:
- text: Manage Developers
url: /developer-portal/administration/managing-developers
- text: Developer Roles and Content Permissions
url: /developer-portal/administration/developer-permissions
- text: Application Registration
items:
- text: Authorization Provider Strategy
url: /developer-portal/administration/application-registration/auth-provider-strategy
- text: Enable Application Registration
url: /developer-portal/administration/application-registration/enable-application-registration
- text: Enable Key Authentication for Application Registration
url: /developer-portal/administration/application-registration/enable-key-auth-plugin
- text: External OAuth2 Support
url: /developer-portal/administration/application-registration/3rd-party-oauth
- text: Set up Okta and Kong for external OAuth
url: /developer-portal/administration/application-registration/okta-config
- text: Set Up Azure AD and Kong for External Authentication
url: /developer-portal/administration/application-registration/azure-oidc-config
- text: Manage Applications
url: /developer-portal/administration/application-registration/managing-applications
- text: Customization
items:
- text: Easy Theme Editing
url: /developer-portal/theme-customization/easy-theme-editing
- text: Migrating Templates Between Workspaces
url: /developer-portal/theme-customization/migrating-templates
- text: Markdown Rendering Module
url: /developer-portal/theme-customization/markdown-extended
- text: Customizing Portal Emails
url: /developer-portal/theme-customization/emails
- text: Adding and Using JavaScript Assets
url: /developer-portal/theme-customization/adding-javascript-assets
- text: Single Page App in Dev Portal
url: /developer-portal/theme-customization/single-page-app
- text: Alternate OpenAPI Renderer
url: /developer-portal/theme-customization/alternate-openapi-renderer
- text: Helpers CLI
url: /developer-portal/helpers/cli

- text: Configure gRPC Plugins
url: /configure/grpc
Expand All @@ -283,6 +208,83 @@
- text: Network and Firewall
url: /configure/network

- title: Dev Portal
icon: /assets/images/icons/documentation/icn-dev-portal-color.svg
items:
- text: Overview
url: /developer-portal/
- text: Enable the Dev Portal
url: /developer-portal/enable-dev-portal
- text: Structure and File Types
url: /developer-portal/structure-and-file-types
- text: Portal API
url: /developer-portal/portal-api
- text: Working with Templates
url: /developer-portal/working-with-templates
- text: Using the Editor
url: /developer-portal/using-the-editor
# commented out for now, as this redirects to an old doc version
# - text: Networking
# url: /developer-portal/networking
- text: Configuration
items:
- text: Authentication
items:
- text: Basic Auth
url: /developer-portal/configuration/authentication/basic-auth
- text: Key Auth
url: /developer-portal/configuration/authentication/key-auth
- text: OIDC
url: /developer-portal/configuration/authentication/oidc
- text: Sessions
url: /developer-portal/configuration/authentication/sessions
- text: Adding Custom Registration Fields
url: /developer-portal/configuration/authentication/adding-registration-fields
- text: SMTP
url: /developer-portal/configuration/smtp
- text: Workspaces
url: /developer-portal/configuration/workspaces
- text: Administration
items:
- text: Manage Developers
url: /developer-portal/administration/managing-developers
- text: Developer Roles and Content Permissions
url: /developer-portal/administration/developer-permissions
- text: Application Registration
items:
- text: Authorization Provider Strategy
url: /developer-portal/administration/application-registration/auth-provider-strategy
- text: Enable Application Registration
url: /developer-portal/administration/application-registration/enable-application-registration
- text: Enable Key Authentication for Application Registration
url: /developer-portal/administration/application-registration/enable-key-auth-plugin
- text: External OAuth2 Support
url: /developer-portal/administration/application-registration/3rd-party-oauth
- text: Set up Okta and Kong for external OAuth
url: /developer-portal/administration/application-registration/okta-config
- text: Set Up Azure AD and Kong for External Authentication
url: /developer-portal/administration/application-registration/azure-oidc-config
- text: Manage Applications
url: /developer-portal/administration/application-registration/managing-applications
- text: Customization
items:
- text: Easy Theme Editing
url: /developer-portal/theme-customization/easy-theme-editing
- text: Migrating Templates Between Workspaces
url: /developer-portal/theme-customization/migrating-templates
- text: Markdown Rendering Module
url: /developer-portal/theme-customization/markdown-extended
- text: Customizing Portal Emails
url: /developer-portal/theme-customization/emails
- text: Adding and Using JavaScript Assets
url: /developer-portal/theme-customization/adding-javascript-assets
- text: Single Page App in Dev Portal
url: /developer-portal/theme-customization/single-page-app
- text: Alternate OpenAPI Renderer
url: /developer-portal/theme-customization/alternate-openapi-renderer
- text: Helpers CLI
url: /developer-portal/helpers/cli

- title: Monitor
icon: /assets/images/icons/documentation/icn-vitals.svg
items:
Expand Down