Skip to content

Commit

Permalink
Merge pull request #395 from grego952/fix-sidebar
Browse files Browse the repository at this point in the history
Fix sidebar
  • Loading branch information
kyma-bot authored Dec 4, 2024
2 parents a13e087 + 4643a77 commit 12c6ef6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/user/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,26 @@
* [Application Connector Module](/application-connector-manager/user/README.md)
* [Architecture](/application-connector-manager/user/00-10-architecture.md)
* [Technical Reference](/application-connector-manager/user/technical-reference/README.md)
* [Istio Gateway](/application-connector-manager/user/technical-reference/runtime-agent/02-10-istio-gateway.md)
* [Application Gateway](/application-connector-manager/user/technical-reference/runtime-agent/02-20-application-gateway.md)
* [Istio Gateway](/application-connector-manager/user/technical-reference/02-10-istio-gateway.md)
* [Application Gateway](/application-connector-manager/user/technical-reference/02-20-application-gateway.md)
* [Runtime Agent](/application-connector-manager/user/technical-reference/runtime-agent/README.md)
* [UCL Connection](/application-connector-manager/user/technical-reference/runtime-agent/03-10-ucl-connection.md)
* [Configuring Runtime](/application-connector-manager/user/technical-reference/runtime-agent/03-20-configuring-runtime.md)
* [Tutorials](/application-connector-manager/user/technical-reference/runtime-agent/tutorials/README.md)
* [Establish a Secure Connection with UCL](/application-connector-manager/user/technical-reference/runtime-agent/tutorials/01-60-establish-secure-connection-with-compass.md)
* [Maintain a Secure Connection with UCL](/application-connector-manager/user/technical-reference/runtime-agent/tutorials/01-70-maintain-secure-connection-with-compass.md)
* [Revoke a Client Certificate (RA)](/application-connector-manager/user/technical-reference/runtime-agent/tutorials/01-80-revoke-client-certificate.md)
* [Configure Runtime Agent with UCL](/application-connector-manager/user/technical-reference/runtime-agent/tutorials/01-90-configure-runtime-agent-with-compass.md)
* [Reconnect Runtime Agent with UCL](/application-connector-manager/user/technical-reference/runtime-agent/tutorials/01-100-reconnect-runtime-agent-with-compass.md)
* [Resources](/application-connector-manager/user/resources/README.md)
* [Application CR](/application-connector-manager/user/resources/04-10-application.md)
* [Application Connector CR](/application-connector-manager/user/resources/04-30-application-connector.md)
* [CompassConnection CR](/application-connector-manager/user/resources/04-20-compassconnection.md)
* [Tutorials](/application-connector-manager/user/tutorials/README.md)
* [Integrate an External System with Kyma](/application-connector-manager/user/tutorials/01-00-integrate-external-system.md)
* [Create an Application CR](/application-connector-manager/user/tutorials/01-10-create-application.md)
* [Register a Service](/application-connector-manager/user/tutorials/01-20-register-manage-services.md)
* [Register a Secured API](/application-connector-manager/user/tutorials/01-30-register-secured-api.md)
* [Disable TLS Validation](/application-connector-manager/user/tutorials/01-50-disable-tls-certificate-verification.md)
* [Call a Registered External Service from Kyma](/application-connector-manager/user/tutorials/01-40-call-registered-service-from-kyma.md)
* [Create an Application CR](/application-connector-manager/user/tutorials/01-10-create-application.md)
* [Register a Service](/application-connector-manager/user/tutorials/01-20-register-manage-services.md)
* [Register a Secured API](/application-connector-manager/user/tutorials/01-30-register-secured-api.md)
* [Disable TLS Validation](/application-connector-manager/user/tutorials/01-50-disable-tls-certificate-verification.md)
* [Call a Registered External Service from Kyma](/application-connector-manager/user/tutorials/01-40-call-registered-service-from-kyma.md)
<!-- markdown-link-check-enable -->
3 changes: 3 additions & 0 deletions docs/user/technical-reference/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Technical Reference

In this section, you'll find more information on Istio Gateway, Application Gateway, and Runtime Agent.

0 comments on commit 12c6ef6

Please sign in to comment.