Update docs structure for Docsify#17918
Conversation
✅ Deploy Preview for kyma-project-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| @@ -0,0 +1,36 @@ | |||
| * [Home](/) | |||
There was a problem hiding this comment.
Use the other sidebar file (one level up) in the docs root. This one is nested.
There was a problem hiding this comment.
Ok. I got your intention. To have components separated from modules.
| @@ -24,3 +24,62 @@ You can use the following in-cluster components to observe your applications' te | |||
| > **NOTE:** The Prometheus integration has been [deprecated](https://kyma-project.io/blog/2022/12/9/monitoring-deprecation) and is planned to be removed. | |||
There was a problem hiding this comment.
| > **NOTE:** The Prometheus integration has been [deprecated](https://kyma-project.io/blog/2022/12/9/monitoring-deprecation) and is planned to be removed. | |
| > **NOTE:** The Prometheus integration has been [deprecated](https://blogs.sap.com/2022/12/09/deprecation-of-prometheus-grafana-based-monitoring-in-sap-btp-kyma-runtime/) and is planned to be removed. |
| @@ -24,3 +24,62 @@ You can use the following in-cluster components to observe your applications' te | |||
| > **NOTE:** The Prometheus integration has been [deprecated](https://kyma-project.io/blog/2022/12/9/monitoring-deprecation) and is planned to be removed. | |||
| - [Grafana](https://grafana.com/docs/guides/getting_started/) to provide a dashboard and a query editor to visualize metrics collected from Prometheus. | |||
| > **NOTE:** The Grafana integration has been [deprecated](https://kyma-project.io/blog/2022/12/9/monitoring-deprecation) and is planned to be removed. | |||
There was a problem hiding this comment.
| > **NOTE:** The Grafana integration has been [deprecated](https://kyma-project.io/blog/2022/12/9/monitoring-deprecation) and is planned to be removed. | |
| > **NOTE:** The Grafana integration has been [deprecated](https://blogs.sap.com/2022/12/09/deprecation-of-prometheus-grafana-based-monitoring-in-sap-btp-kyma-runtime/) and is planned to be removed. |
|
|
||
| # Monitoring | ||
|
|
||
| > **NOTE:** Prometheus and Grafana are [deprecated](https://kyma-project.io/blog/2022/12/9/monitoring-deprecation) and are planned to be removed. If you want to install a custom stack, take a look at [Install a custom kube-prometheus-stack in Kyma](https://github.com/kyma-project/examples/tree/main/prometheus). |
There was a problem hiding this comment.
| > **NOTE:** Prometheus and Grafana are [deprecated](https://kyma-project.io/blog/2022/12/9/monitoring-deprecation) and are planned to be removed. If you want to install a custom stack, take a look at [Install a custom kube-prometheus-stack in Kyma](https://github.com/kyma-project/examples/tree/main/prometheus). | |
| > **NOTE:** Prometheus and Grafana are [deprecated](https://kyma-project.io/blog/2022/12/9/monitoring-deprecation) and are planned to be removed. If you want to install a custom stack, take a look at [Install a custom kube-prometheus-stack in Kyma](https://blogs.sap.com/2022/12/09/deprecation-of-prometheus-grafana-based-monitoring-in-sap-btp-kyma-runtime/). |
| | | XL | L | M | S | XS | | ||
| |-------------------------------|--------|--------|--------|--------|---------| | ||
| | response time [avarage] | ~13ms | 13ms | ~15ms | ~60ms | ~400ms | | ||
| | response time [95 percentile] | ~20ms | ~30ms | ~70ms | ~200ms | ~800ms | | ||
| | response time [99 percentile] | ~200ms | ~200ms | ~220ms | ~500ms | ~1.25ms | | ||
|
|
There was a problem hiding this comment.
This table needs fixing.
docs/03-tutorials/README.md
Outdated
| * [Create a new Application](/03-tutorials/00-application-connectivity/ac-01-create-application.md) | ||
| * [Register a service](/03-tutorials/00-application-connectivity/ac-03-register-manage-services.md) | ||
| * [Register a secured API](/03-tutorials/00-application-connectivity/ac-04-register-secured-api.md) | ||
| * [Call a registered external service from Kyma](/03-tutorials/00-application-connectivity/ac-05-call-registered-service-from-kyma.md) | ||
| * [Disable TLS certificate verification](/03-tutorials/00-application-connectivity/ac-11-disable-tls-certificate-verification.md) | ||
| * [Establish a secure connection with Compass](/03-tutorials/00-application-connectivity/ra-01-establish-secure-connection-with-compass.md) | ||
| * [Maintain a secure connection with Compass](/03-tutorials/00-application-connectivity/ra-02-maintain-secure-connection-with-compass.md) | ||
| * [Revoke a client certificate (RA)](/03-tutorials/00-application-connectivity/ra-03-revoke-client-certificate.md) | ||
| * [Configure Runtime Agent with Compass](/03-tutorials/00-application-connectivity/ra-04-configure-runtime-agent-with-compass.md) | ||
| * [Reconnect Runtime Agent with Compass](docs/03-tutorials/00-application-connectivity/ra-05-reconnect-runtime-agent-with-compass.md) |
| @@ -0,0 +1,2 @@ | |||
| * [Technical Reference](/05-technical-reference/README.md) | |||
| * [Architecture](README.md) No newline at end of file | |||
|
|
||
| - [Application Connector chart](ac-01-application-connector-chart.md) | ||
| - [Ory limitations](apix-01-ory-limitations.md) | ||
| - [ORY chart](/05-technical-reference/00-configuration-parameters/apix-02-ory-chart.md) |
There was a problem hiding this comment.
This link doesn't work.
| @@ -0,0 +1,2 @@ | |||
| * [Technical Reference](/05-technical-reference/README.md) | |||
| @@ -0,0 +1,2 @@ | |||
| * [Technical Reference](/05-technical-reference/README.md) | |||
docs/03-tutorials/README.md
Outdated
| * [Create workload](/03-tutorials/00-api-exposure/apix-01-create-workload.md) | ||
| * [Custom domain](/03-tutorials/00-api-exposure/apix-02-setup-custom-domain-for-workload.md) | ||
| * [Expose a workload](/03-tutorials/00-api-exposure/apix-04-expose-workload/apix-04-01-expose-workload-apigateway.md) | ||
| * [Expose multiple workloads](/03-tutorials/00-api-exposure/apix-04-expose-workload/apix-04-02-expose-multiple-workloads.md) | ||
| * [Expose workloads in multiple Namespaces](/03-tutorials/00-api-exposure/apix-04-expose-workload/apix-04-03-expose-workloads-multiple-namespaces.md) | ||
| * [Secure workload with OAuth 2](/03-tutorials/00-api-exposure/apix-05-expose-and-secure-a-workload/apix-05-01-expose-and-secure-workload-oauth2.md) | ||
| * [Get a JSON Web Token (JWT)](/03-tutorials/00-api-exposure/apix-05-expose-and-secure-a-workload/apix-05-02-get-jwt.md) | ||
| * [Secure a workload with JWT](/03-tutorials/00-api-exposure/apix-05-expose-and-secure-a-workload/apix-05-03-expose-and-secure-workload-jwt.md) | ||
| * [Secure a workload with Istio](/03-tutorials/00-api-exposure/apix-05-expose-and-secure-a-workload/apix-05-04-expose-and-secure-workload-istio.md) | ||
| * [Secure a workload with a certificate](/03-tutorials/00-api-exposure/apix-05-expose-and-secure-a-workload/apix-05-05-expose-and-secure-workload-with-certificate.md) |
|
@mmitoraj: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Changes proposed in this pull request:
Related issue(s)
#15920