generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Adjust Eventing to new content guidelines (#315)
* adjust Eventing to new content guidelines * adjust sidebars * fix capitalization * Apply Natalia's suggestions Co-authored-by: Natalia Sitko <[email protected]> * remove "documentation overview", redundant with sidebar * prevent link check error * adjust diagrams to styleguide * adjust reconcile diagram * No more title case for Kyma dashboard --------- Co-authored-by: Natalia Sitko <[email protected]>
- Loading branch information
1 parent
f9a3f90
commit 29e19fa
Showing
26 changed files
with
164 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
* [Home](/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) | ||
<!-- markdown-link-check-disable --> | ||
* [Back to Kyma Home](/) | ||
* [Eventing module](/eventing-manager/user/README.md) | ||
* [Module lifecycle](/eventing-manager/user/01-manager.md) | ||
* [Configuration](/eventing-manager/user/02-configuration.md) | ||
* [Eventing Architecture](/eventing-manager/user/evnt-architecture.md) | ||
* [Event Names](/eventing-manager/user/evnt-event-names.md) | ||
* [Eventing Metrics](/eventing-manager/user/evnt-eventing-metrics.md) | ||
* Tutorials | ||
* [Prerequisites](./tutorials/evnt-01-prerequisites.md) | ||
* [Create Subscription subscribing to multiple event types](./tutorials/evnt-02-subs-with-multiple-filters.md) | ||
* [Event name cleanup in Subscriptions](./tutorials/evnt-03-type-cleanup.md) | ||
* [Changing events max-in-flight in Subscriptions](./tutorials/evnt-04-change-max-in-flight-in-sub.md) | ||
* [Publish legacy events using Kyma Eventing](./tutorials/evnt-05-send-legacy-events.md) | ||
* [Prerequisites](/eventing-manager/user/tutorials/evnt-01-prerequisites.md) | ||
* [Create Subscription Subscribing to Multiple Event Types](/eventing-manager/user/tutorials/evnt-02-subs-with-multiple-filters.md) | ||
* [Event Name Cleanup in Subscriptions](/eventing-manager/user/tutorials/evnt-03-type-cleanup.md) | ||
* [Changing Events Max-In-Flight in Subscriptions](/eventing-manager/user/tutorials/evnt-04-change-max-in-flight-in-sub.md) | ||
* [Publish Legacy Events Using Kyma Eventing](/eventing-manager/user/tutorials/evnt-05-send-legacy-events.md) | ||
* Resources | ||
* [Subscription CR](./resources/evnt-cr-subscription.md) | ||
* [Subscription CR](/eventing-manager/user/resources/evnt-cr-subscription.md) | ||
* Troubleshooting | ||
* [Kyma Eventing - basic diagnostics](./troubleshooting/evnt-01-eventing-troubleshooting.md) | ||
* [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) | ||
* [Kyma Eventing - Basic Diagnostics](/eventing-manager/user/troubleshooting/evnt-01-eventing-troubleshooting.md) | ||
* [NATS JetStream Backend Troubleshooting](/eventing-manager/user/troubleshooting/evnt-02-jetstream-troubleshooting.md) | ||
* [Subscriber Receives Irrelevant Events](/eventing-manager/user/troubleshooting/evnt-03-type-collision.md) | ||
* [Eventing Backend Stopped Receiving Events Due To Full Storage](/eventing-manager/user/troubleshooting/evnt-04-free-jetstream-storage.md) | ||
* [Published Events Are Pending in the Stream](/eventing-manager/user/troubleshooting/evnt-05-fix-pending-messages.md) | ||
<!-- markdown-link-check-enable --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.