diff --git a/README.md b/README.md index f965564c2..d90ca750f 100644 --- a/README.md +++ b/README.md @@ -1,49 +1,15 @@ [![AsyncAPI Logo](./assets/logo.png)](https://www.asyncapi.com) -
- - - ## Read the specification The latest draft specification can be found at [spec/asyncapi.md](./spec/asyncapi.md) which tracks the latest commit to the master branch in this repository. -The human-readable markdown file is the source of truth for the specification. -- [Version 3.0.0](https://github.com/asyncapi/spec/blob/v3.0.0/spec/asyncapi.md) (latest) +**The human-readable markdown file is the source of truth for the specification.** + +- [Version 3.0.0](https://github.com/asyncapi/spec/blob/v3.0.0/spec/asyncapi.md) (latest) ([website](https://www.asyncapi.com/docs/reference/specification/latest)) +
+ Click to see reference links to older versions of the specification. + - [Version 2.6.0](https://github.com/asyncapi/spec/blob/v2.6.0/spec/asyncapi.md) - [Version 2.5.0](https://github.com/asyncapi/spec/blob/v2.5.0/spec/asyncapi.md) - [Version 2.4.0](https://github.com/asyncapi/spec/blob/v2.4.0/spec/asyncapi.md) @@ -54,100 +20,61 @@ The human-readable markdown file is the source of truth for the specification. - [Version 1.2.0](https://github.com/asyncapi/spec/blob/1.2.0/README.md) (deprecated) - [Version 1.1.0](https://github.com/asyncapi/spec/blob/1.1.0/README.md) (deprecated) - [Version 1.0.0](https://github.com/asyncapi/spec/blob/1.0.0/README.md) (deprecated) +
-**Looking for the JSON Schema files?** Check out our [spec-json-schemas](https://github.com/asyncapi/spec-json-schemas) repo. - -**Feel like contributing?** Check out our [community repo](https://www.github.com/asyncapi/community). - -## Examples - -#### :bulb: Streetlights - -Demonstrates how to use AsyncAPI to define an API that controls city streetlights. - -> :point_right: [See more](./examples/streetlights-mqtt.yml) - -#### Slack icon   Slack Events API - -Partial definition of the Slack Events API. Find the official one [here](https://github.com/slackapi/slack-api-specs/blob/master/events-api/slack_events_api_async_v1.json). - -> :point_right: [See more](./examples/slack-rtm.yml) - -#### Gitter icon   Gitter Streaming API - -Definition of the Gitter streaming API. +
-> :point_right: [See more](./examples/gitter-streaming.yml) +Looking for the JSON Schema files? Check out our [spec-json-schemas](https://github.com/asyncapi/spec-json-schemas) repo. -#### Gemini icon   Gemini WebSocket API +Feel like contributing? Check out our [contributor's guide](./CONTRIBUTING.md). -Definition of the Gemini Websocket API. +## Examples -> :point_right: [See more](./examples/websocket-gemini.yml) +Check out the [examples](https://github.com/asyncapi/asyncapi/blob/master/examples) directory for examples. -#### :heavy_plus_sign: and more... +## Case Studies and Adopters -Check out the [examples](https://github.com/asyncapi/asyncapi/blob/master/examples) directory for more examples. +Check out the [AsyncAPI website](https://www.asyncapi.com/casestudies) to see the list of AsyncAPI adopters and their use cases. ## Our Sponsors +Want to become a sponsor? Learn [what we do with sponsors` money](https://www.asyncapi.com/finance) and [join the club](https://opencollective.com/asyncapi). + ### Platinum -

- - - Solace logo - -      - IBM logo - -      - - Postman logo - -

- + IBM logo + +     + + Solace logo + ### Gold - -

- - RedHat logo - -      - -

+ + Postman logo + ### Silver -

- - Bump.sh logo - -      - - swix logo - -      - -

+ Bump.sh logo + +     + + svix logo + +     + + hivemq logo + ### Bronze -

- - - ably.png logo - -      - - rviewer.png logo - -      -

+ + RedHat logo + ## Contributors diff --git a/assets/ably.png b/assets/ably.png deleted file mode 100644 index b451373d2..000000000 Binary files a/assets/ably.png and /dev/null differ diff --git a/assets/hivemq.png b/assets/hivemq.png new file mode 100644 index 000000000..46ce52352 Binary files /dev/null and b/assets/hivemq.png differ diff --git a/assets/svix.png b/assets/svix.png new file mode 100644 index 000000000..d4f764807 Binary files /dev/null and b/assets/svix.png differ diff --git a/assets/swix.png b/assets/swix.png deleted file mode 100644 index 88325e9dd..000000000 Binary files a/assets/swix.png and /dev/null differ