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 sidebar #395

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
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
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.
Loading