chore: small tweaks of README.md

This commit is contained in:
Zach Daniel 2024-05-03 14:49:03 -04:00
parent 0092ee9bd7
commit 446bc12f70

View file

@ -8,7 +8,7 @@
# AshGraphql
Welcome! This is the extension for building GraphQL APIs with Ash. The generated GraphQL APIs are powered by [Absinthe](http://hexdocs.pm/absinthe). Generate a powerful Graphql API in minutes!
Welcome! This is the extension for building GraphQL APIs with [Ash](https://hexdocs.pm/ash). The generated GraphQL APIs are powered by [Absinthe](http://hexdocs.pm/absinthe). Generate a powerful Graphql API in minutes!
## Tutorials
@ -19,7 +19,6 @@ Welcome! This is the extension for building GraphQL APIs with Ash. The generated
- [Authorize with GraphQL](documentation/topics/authorize-with-graphql.md)
- [Handle Errors](documentation/topics/handle-errors.md)
- [Monitoring](documentation/topics/monitoring.md)
- [Upgrade](documentation/topics/upgrade.md)
- [Use JSON with GraphQL](documentation/topics/use-json-with-graphql.md)
- [Use Subscriptions with GraphQL](documentation/topics/use-subscriptions-with-graphql.md)
- [GraphQL Generation](documentation/topics/graphql-generation.md)
@ -28,3 +27,9 @@ Welcome! This is the extension for building GraphQL APIs with Ash. The generated
- [Use Enums with GraphQL](documentation/topics/use-enums-with-graphql.md)
- [Use Maps with GraphQL](documentation/topics/use-maps-with-graphql.md)
- [Use Unions with GraphQL](documentation/topics/use-unions-with-graphql.md)
- [Upgrading to 2.0](documentation/topics/upgrade.md)
## Reference
- [AshGraphql.Resource DSL](documentation/dsls/DSL:-AshGraphql.Resource.md)
- [AshGraphql.Domain DSL](documentation/dsls/DSL:-AshGraphql.Domain.md)