Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/typed-document…
Browse files Browse the repository at this point in the history
…-node
  • Loading branch information
spion committed Apr 22, 2022
2 parents 63a9638 + 230a019 commit 5722f71
Show file tree
Hide file tree
Showing 150 changed files with 5,573 additions and 61,035 deletions.
1 change: 1 addition & 0 deletions .github/workflows/landing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/out
cname: zeus.graphqleditor.com
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run produce-lib
- run: npm test
- run: npm run build
- run: npm publish --access public --tag latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml → .github/workflows/tree.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- v3.0.0
- tree-011
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -14,6 +14,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: npm publish --access public --tag beta
- run: npm publish --access public --tag tree
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ Example using a generated `chain` client. Queries, mutations and subscriptions a

![](images/example.png)

## Support And Community
## Join the Zeus Community and Spread the Word

[Join our GraphQL Editor Channel on Slack!](https://join.slack.com/t/graphqleditor/shared_invite/enQtNDkwOTgyOTM5OTc1LWI4YjU3N2U5NGVkNzQ2NzY5MGUxMTJiNjFlZDM1Zjc2OWRmNTI0NDM3OWUxYTk4Yjk3MzZlY2QwOWUzZmM2NDI)
⚡️ [Join the Discussion forum on GitHub](https://github.com/graphql-editor/graphql-zeus/discussions) 📣

Leave a GitHub star ⭐️ 😊
⚡️ Leave a GitHub star ⭐️ 👆

Spread the word!
⚡️ Spread the word on your socials and with your networks! 🗣

## Contribute

For a complete guide to contributing to GraphQL Editor, see the [Contribution Guide](CONTRIBUTING.md).
For a complete guide to contributing to GraphQL Zeus, see the [Contribution Guide](CONTRIBUTING.md).

1. Fork this repo
2. Create your feature branch: git checkout -b feature-name
Expand All @@ -55,4 +55,4 @@ For a complete guide to contributing to GraphQL Editor, see the [Contribution Gu

## License

MIT 🕊
[MIT](https://opensource.org/licenses/MIT) 🕊
38 changes: 24 additions & 14 deletions doc/.purplehaze/ssg/markdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5722f71

Please sign in to comment.