Skip to content

Commit

Permalink
Update documentation sidebar (#239)
Browse files Browse the repository at this point in the history
* Update sidebar
Fix link

* Add review comments
  • Loading branch information
grischperl authored Nov 13, 2023
1 parent a0a765b commit 9078d82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Kyma Eventing uses the following technology:

Kyma Eventing follows the PubSub messaging pattern: Kyma publishes messages to a messaging backend, which filters these messages and sends them to interested subscribers. Kyma does not send messages directly to the subscribers as shown below:

![PubSub](/docs/assets/evnt-pubsub.svg)
![PubSub](../assets/evnt-pubsub.svg)

Eventing in Kyma from a user’s perspective works as follows:

Expand Down
6 changes: 4 additions & 2 deletions docs/user/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* [Home](/README.md)
* [Kyma module](README.md)
* [Eventing module](README.md)
* [Module lifecycle](01-manager.md)
* [Configuration](02-configuration.md)
* [Eventing architecture](evnt-architecture.md)
* [Event names](evnt-event-names.md)
* [Eventing metrics](evnt-eventing-metrics.md)
Expand All @@ -16,4 +18,4 @@
* [NATS JetStream backend troubleshooting](./troubleshooting/evnt-02-jetstream-troubleshooting.md)
* [Subscriber receives irrelevant events](./troubleshooting/evnt-03-type-collision.md)
* [Eventing backend stopped receiving events due to full storage](./troubleshooting/evnt-04-free-jetstream-storage.md)
* [Published events are pending in the stream](./troubleshooting/evnt-05-fix-pending-messages.md)
* [Published events are pending in the stream](./troubleshooting/evnt-05-fix-pending-messages.md)

0 comments on commit 9078d82

Please sign in to comment.