Skip to content

Commit

Permalink
all services under same menu
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca committed Mar 6, 2023
1 parent fce5bd2 commit d8d1709
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions app/_data/docs_nav_kic_2.9.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,16 @@ items:
url: /guides/setting-up-custom-plugins
- text: Setting up Upstream mTLS
url: /guides/upstream-mtls
- text: Exposing a TCP Service
url: /guides/using-tcpingress
generate: false # Generated in the CustomResources section above
- text: Exposing a UDP Service
url: /guides/using-udpingress
generate: false # Generated in the CustomResources section above
- text: Exposing a gRPC service
url: /guides/using-ingress-with-grpc
- text: Exposing a TCP/UDP/gRPC Service
items:
- text: Exposing a TCP Service
url: /guides/using-tcpingress
generate: false # Generated in the CustomResources section above
- text: Exposing a UDP Service
url: /guides/using-udpingress
generate: false # Generated in the CustomResources section above
- text: Exposing a gRPC service
url: /guides/using-ingress-with-grpc
- text: Using the mTLS Auth Plugin
url: /guides/using-mtls-auth-plugin
- text: Configuring Custom Entities
Expand Down

0 comments on commit d8d1709

Please sign in to comment.