Skip to content

Commit

Permalink
feat(mesh): inherit sidebar from Kuma (Kong#5802)
Browse files Browse the repository at this point in the history
* feat(mesh): use inherit sidebar feature and latest version of Kuma docs

- fix bad links over the mesh website
- use multidir embed to inherit stuff from the Kuma dir

Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana committed Jul 19, 2023
1 parent 07fedd0 commit 912d623
Show file tree
Hide file tree
Showing 40 changed files with 1,140 additions and 2,326 deletions.
4 changes: 1 addition & 3 deletions app/_data/docs_nav_mesh_1.7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ items:
url: /installation/macos
- text: Windows
url: /installation/windows
generate: false

- title: Plan and Deploy
icon: /assets/images/icons/documentation/icn-deployment-color.svg
Expand All @@ -66,14 +67,11 @@ items:
url: /features/kds-auth
- text: FIPS support
url: /features/fips-support
src: production/secure-deployment/fips-support/
- text: Certificate Authority rotation
url: /features/ca-rotation
- text: Role-Based Access Control
url: /features/rbac
src: production/secure-deployment/rbac/
- text: UBI Images
url: /features/ubi-images
- text: Windows Support
url: /features/windows
generate: false
4 changes: 1 addition & 3 deletions app/_data/docs_nav_mesh_1.8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ items:
url: /installation/macos
- text: Windows
url: /installation/windows
generate: false

- title: Plan and Deploy
icon: /assets/images/icons/documentation/icn-deployment-color.svg
Expand All @@ -71,14 +72,11 @@ items:
url: /features/kds-auth
- text: FIPS support
url: /features/fips-support
src: production/secure-deployment/fips-support/
- text: Certificate Authority rotation
url: /features/ca-rotation
- text: Role-Based Access Control
url: /features/rbac
src: production/secure-deployment/rbac/
- text: UBI Images
url: /features/ubi-images
- text: Windows Support
url: /features/windows
generate: false
4 changes: 1 addition & 3 deletions app/_data/docs_nav_mesh_1.9.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ items:
url: /installation/macos
- text: Windows
url: /installation/windows
generate: false

- title: Plan and Deploy
icon: /assets/images/icons/documentation/icn-deployment-color.svg
Expand All @@ -71,14 +72,11 @@ items:
url: /features/kds-auth
- text: FIPS support
url: /features/fips-support
src: production/secure-deployment/fips-support/
- text: Certificate Authority rotation
url: /features/ca-rotation
- text: Role-Based Access Control
url: /features/rbac
src: production/secure-deployment/rbac/
- text: UBI Images
url: /features/ubi-images
- text: Windows Support
url: /features/windows
generate: false
12 changes: 8 additions & 4 deletions app/_data/docs_nav_mesh_2.0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ items:
- text: What is Service Mesh?
url: /introduction/what-is-a-service-mesh/
src: /.repos/kuma/app/docs/2.0.x/introduction/what-is-a-service-mesh/
- text: What is Kong Mesh?
url: /introduction/what-is-kong-mesh/
src: /.repos/kuma/app/docs/2.0.x/introduction/what-is-kuma/
- text: How Kong Mesh works
url: /introduction/how-kong-mesh-works/
src: /.repos/kuma/app/docs/2.0.x/introduction/how-kuma-works/
Expand Down Expand Up @@ -57,6 +60,7 @@ items:
url: /installation/macos/
- text: Windows
url: /installation/windows
generate: false
- title: Deploy
icon: /assets/images/icons/documentation/icn-manager-color.svg
items:
Expand Down Expand Up @@ -181,7 +185,8 @@ items:
icon: /assets/images/icons/documentation/icn-documentation-small.svg
items:
- text: Introduction
url: /policies/
url: /policies/introduction
src: /.repos/kuma/app/docs/2.0.x/policies/introduction/
- text: General notes about Kong Mesh policies
url: /policies/general-notes-about-kong-mesh-policies/
src: /.repos/kuma/app/docs/2.0.x/policies/general-notes-about-kuma-policies/
Expand Down Expand Up @@ -283,17 +288,14 @@ items:
url: /features/kds-auth
- text: FIPS support
url: /features/fips-support
src: production/secure-deployment/fips-support/
- text: Certificate Authority rotation
url: /features/ca-rotation
- text: Role-Based Access Control
url: /features/rbac
src: production/secure-deployment/rbac/
- text: UBI Images
url: /features/ubi-images
- text: Windows Support
url: /features/windows
generate: false
- text: Auditing
url: /features/access-audit
- title: Reference docs
Expand Down Expand Up @@ -382,6 +384,8 @@ items:
url: /generated/kuma-cp
src: /.repos/kuma/app/docs/2.0.x/generated/kuma-cp
unlisted:
- url: /policies/matching
src: /.repos/kuma/app/docs/2.0.x/policies/matching/
# Kuma CP
- url: /generated/cmd/kuma-cp/kuma-cp_migrate/
src: /.repos/kuma/app/docs/2.0.x/generated/cmd/kuma-cp/kuma-cp_migrate/
Expand Down
267 changes: 8 additions & 259 deletions app/_data/docs_nav_mesh_2.1.x.yml

Large diffs are not rendered by default.

Loading

0 comments on commit 912d623

Please sign in to comment.