Skip to content

Commit

Permalink
Merge branch 'master' into improve-contributing-guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Mar 19, 2021
2 parents 937be07 + 2351af0 commit e53a799
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 10,973 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Lint

on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run linter
run: npx mdv spec/*.md

6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.md

This file was deleted.

77 changes: 0 additions & 77 deletions GOVERNANCE.md

This file was deleted.

70 changes: 15 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
<h1 align="center">
<br>
<a href="https://asyncapi.org"><img src="./assets/logo.png" alt="AsyncAPI logo" height="80"></a>
<h4 align="center">Building the future of event-driven architectures</h4>
<h6 align="center">We're on a mission to standardize message-based communication and increase interoperability of the different systems out there.</h6>
<p align="center">
<a href="#the-specification">Specification</a>
|
<a href="https://playground.asyncapi.io/" target="_blank">Playground</a>
|
<a href="https://www.asyncapi.com/roadmap" target="_blank">Roadmap</a>
|
<a href="./CONTRIBUTING.md">Contributing</a>
|
<a href="https://www.asyncapi.com/slack-invite">Slack</a>
|
<a href="https://www.youtube.com/channel/UCIz9zGwDLbrYQcDKVXdOstQ">Youtube</a>
|
<a href="https://opencollective.com/asyncapi">Donate :raised_hands:</a>
</p>
<a href="https://www.asyncapi.com"><img src="./assets/logo.png" alt="AsyncAPI logo" height="80"></a>
</h1>

<hr/>

## Platinum Sponsors
<p align="center">
<a href="https://iqvia.com" target="_blank">
<img src="./assets/iqvia.png" alt="IQVIA logo" height="40">
Expand Down Expand Up @@ -51,19 +36,22 @@
</p>

<p align="center">
:raised_hands: <a href="https://opencollective.com/asyncapi">Become a sponsor</a> :raised_hands:
:raised_hands: Platinum sponsors. <a href="https://opencollective.com/asyncapi">Join them!</a> :raised_hands:
</p>

## The specification
## 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.

* [Version 2.0.0](/versions/2.0.0/asyncapi.md)[Machine-readable version](/versions/2.0.0/schema.json) (latest stable)
* [Version 1.2.0](/versions/1.2.0/asyncapi.md)[Machine-readable version](/versions/1.2.0/schema.json)
* [Version 1.1.0](/versions/1.1.0/asyncapi.md)[Machine-readable version](/versions/1.1.0/schema.json)
* [Version 1.0.0](/versions/1.0.0/asyncapi.md)[Machine-readable version](/versions/1.0.0/schema.json)
* [Version 2.0.0](https://github.com/asyncapi/spec/blob/2.0.0/versions/2.0.0/asyncapi.md) (latest)
* [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)

**Feel like contributing?** Check out our [roadmap](https://www.asyncapi.com/roadmap) and [contributing guidelines](./CONTRIBUTING.md).
**Looking for the JSON Schema files?** Check out our [asyncapi-node](https://github.com/asyncapi/asyncapi-node) repo.

**Feel like contributing?** Check out our [community repo](https://github.com/asyncapi/community).

**Not sure how to contribute yet?** Join our [Slack](https://www.asyncapi.com/slack-invite) workspace and ask us anything. We're friendly people :blush:

## Examples

Expand All @@ -85,34 +73,6 @@ Definition of the Gitter streaming API.
#### :heavy_plus_sign: and more...
Check out the [examples](https://github.com/asyncapi/asyncapi/blob/master/examples) directory for more examples.

## Meetings

We meet every other Tuesday at 6:00 PM CET. Check out our [calendar](https://calendar.google.com/calendar?cid=dGJyYmZxNGRlNWJjbmd0OG9rdmV2NGxzdGtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) to see when we're meeting next or join [this](https://groups.google.com/forum/#!forum/asyncapi-users) mailing list go get an invite to the next meeting.

Join from your favorite device: https://zoom.us/j/165106914

Or dialing:

Meeting ID: 165 106 914

:us: United States of America
* [+1 720 707 2699](tel:+17207072699)
* [+1 646 558 8656](tel:+16465588656)

:es: Spain
* [+34 91 198 0188](tel:+34911980188)
* [+34 84 368 5025](tel:+34843685025)

:gb: United Kingdom
* [+44 203 695 0088](tel:+442036950088)
* [+44 203 051 2874](tel:+442030512874)

Find the agenda for our past and future meetings [here](https://github.com/asyncapi/asyncapi/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Ameeting+sort%3Acreated-desc+) in the pinned issue.

## Meeting recordings

Head over to the [Youtube playlist for SIG meetings](https://www.youtube.com/watch?v=S8gvf0XjO10&list=PLbi1gRlP7pijUwZJErzyYf_Rc-PWu4lXS) to watch them.

## Contributors

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down
Loading

0 comments on commit e53a799

Please sign in to comment.