Skip to content

Commit 8fac956

Browse files
committed
adjust documentation
1 parent 6705b48 commit 8fac956

40 files changed

+20
-619
lines changed

docs/01-overview/_sidebar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* [Application Connectivity](/01-overview/application-connectivity/README.md)
66
* [Eventing](/01-overview/eventing/README.md)
77
* [Istio](/istio/user/00-overview/README.md)
8-
* [Observability](/01-overview/observability/README.md)
98
* [Service Management](/01-overview/service-management/README.md)
109
* [User Interfaces](/01-overview/ui/README.md)
1110
<!-- markdown-link-check-enable -->

docs/01-overview/observability/README.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

docs/01-overview/observability/metadata.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/01-overview/observability/obsv-01-monitoring-in-kyma.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/01-overview/observability/obsv-04-telemetry-in-kyma.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/01-overview/observability/obsv-10-useful-links.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/02-get-started/04-trigger-workload-with-event.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,6 @@ Received event: { orderCode: '3211213' }
226226
</details>
227227
</div>
228228

229+
That's it!
230+
231+
Go ahead and dive a little deeper into the Kyma documentation for [tutorials](../03-tutorials), [operation guides](../04-operation-guides), and [technical references](../05-technical-reference), as well as information on the [main areas in Kyma](../01-overview/). Happy Kyma-ing!

docs/02-get-started/05-observability.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/02-get-started/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ These guides cover the following steps:
3131
1. [Deploy and expose a Function](02-deploy-expose-function.md), which shows how to deploy a sample function in a matter of seconds and how to expose it through the APIRule custom resource (CR) on HTTP endpoints. This way it will be available for other services outside the cluster.
3232
2. [Deploy and expose a microservice](03-deploy-expose-microservice.md), which demonstrates how to create a sample microservice and, as before, how to expose it so that it is available for other services outside the cluster.
3333
3. [Trigger your workload with an event](04-trigger-workload-with-event.md), which shows how to trigger your Function or microservice with a sample event.
34-
4. [Observability](05-observability.md), which shows how to access the Grafana dashboard and view the logs and metrics for the Function.
3534

3635
Let's get started!

docs/02-get-started/_sidebar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
* [Deploy and expose a Function](02-deploy-expose-function.md)
66
* [Deploy and expose a microservice](03-deploy-expose-microservice.md)
77
* [Trigger a workload with an event](04-trigger-workload-with-event.md)
8-
* [Observability](05-observability.md)

0 commit comments

Comments
 (0)