From 4bbffe1a85a2f016981a873ad68f39cc07d901a2 Mon Sep 17 00:00:00 2001 From: Iwona Langer Date: Tue, 14 Nov 2023 15:21:09 +0100 Subject: [PATCH] Fix navigation files (#244) --- docs/user/troubleshooting/_sidebar.md | 14 ++++++++------ docs/user/tutorials/_sidebar.md | 12 +++++++----- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/user/troubleshooting/_sidebar.md b/docs/user/troubleshooting/_sidebar.md index 01b45f59..6eedc6bb 100644 --- a/docs/user/troubleshooting/_sidebar.md +++ b/docs/user/troubleshooting/_sidebar.md @@ -1,7 +1,9 @@ -* [Troubleshooting](README.md) -* [Kyma Eventing - Basic Diagnostics](evnt-01-eventing-troubleshooting.md) -* [NATS JetStream backend troubleshooting](evnt-02-jetstream-troubleshooting.md) -* [Subscriber receives irrelevant events](evnt-03-type-collision.md) -* [Eventing backend stopped receiving events due to full storage](evnt-04-free-jetstream-storage.md) -* [Published events are pending in the stream](evnt-05-fix-pending-messages.md) +- [Eventing module](../README.md) +- Troubleshooting + - [Troubleshooting - Eventing](README.md) + - [Kyma Eventing - basic diagnostics](evnt-01-eventing-troubleshooting.md) + - [NATS JetStream backend troubleshooting](evnt-02-jetstream-troubleshooting.md) + - [Subscriber receives irrelevant events](evnt-03-type-collision.md) + - [Eventing backend stopped receiving events due to full storage](evnt-04-free-jetstream-storage.md) + - [Published events are pending in the stream](evnt-05-fix-pending-messages.md) \ No newline at end of file diff --git a/docs/user/tutorials/_sidebar.md b/docs/user/tutorials/_sidebar.md index 04dcba98..c7fcfcd9 100644 --- a/docs/user/tutorials/_sidebar.md +++ b/docs/user/tutorials/_sidebar.md @@ -1,5 +1,7 @@ -* [Prerequisites](evnt-01-prerequisites.md) -* [Create Subscription subscribing to multiple event types](evnt-02-subs-with-multiple-filters.md) -* [Event name cleanup in Subscriptions](evnt-03-type-cleanup.md) -* [Changing events max-in-flight in Subscriptions](evnt-04-change-max-in-flight-in-sub.md) -* [Publish legacy events using Kyma Eventing](evnt-05-send-legacy-events.md) +- [Eventing module](../README.md) +- Tutorials + - [Prerequisites](evnt-01-prerequisites.md) + - [Create Subscription subscribing to multiple event types](evnt-02-subs-with-multiple-filters.md) + - [Event name cleanup in Subscriptions](evnt-03-type-cleanup.md) + - [Changing events max-in-flight in Subscriptions](evnt-04-change-max-in-flight-in-sub.md) + - [Publish legacy events using Kyma Eventing](evnt-05-send-legacy-events.md)