Skip to content

Commit

Permalink
docs: correct introduction (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Jan 6, 2023
1 parent 21568bf commit b5dfc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/preview/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ sidebar_label: Welcome
---

# Introduction
Arcus Messaging is a library that helps with the integration of messaging systems like queues or event subscriptions, with application message handling that describes the business.
The library makes sure that developers only have to concern themselves with the actual processing of messages instead of spending time with message peaking, connections, deserialization, and other infrastructure code that takes up time.
Arcus Messaging is a library that helps with the integration of messaging systems like queues or event subscriptions and allows you to focus on implementing business logic when processing messages instead of spending time with message peaking, connections, deserialization, and other infrastructure code that takes up time.

## Guides
* Migrate from v0.x to v1.0 ([docs](./03-Guides/migration-guide-v1.0.md))
Expand Down
3 changes: 1 addition & 2 deletions docs/versioned_docs/version-v1.3.0/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ sidebar_label: Welcome
---

# Introduction
Arcus Messaging is a library that helps with the integration of messaging systems like queues or event subscriptions, with application message handling that describes the business.
The library makes sure that developers only have to concern themselves with the actual processing of messages instead of spending time with message peaking, connections, deserialization, and other infrastructure code that takes up time.
Arcus Messaging is a library that helps with the integration of messaging systems like queues or event subscriptions and allows you to focus on implementing business logic when processing messages instead of spending time with message peaking, connections, deserialization, and other infrastructure code that takes up time.

## Guides
* Migrate from v0.x to v1.0 ([docs](./03-Guides/migration-guide-v1.0.md))
Expand Down

0 comments on commit b5dfc77

Please sign in to comment.