Skip to content

Commit

Permalink
Fix navigation files (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
IwonaLanger authored Nov 14, 2023
1 parent 3882ce2 commit 4bbffe1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
14 changes: 8 additions & 6 deletions docs/user/troubleshooting/_sidebar.md
Original file line number Diff line number Diff line change
@@ -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)

12 changes: 7 additions & 5 deletions docs/user/tutorials/_sidebar.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4bbffe1

Please sign in to comment.