graphql-engine/docs-old
Auke Booij b03ed983f1 Remove spaces before colons in error messages and descriptions
This PR is the result of running the following commands:
```bash
$ git grep -l '".* : "' -- '*.hs' | xargs sed -i -E 's/(".*) : "/\1: "/'
$ scripts/dev.sh test --integration --accept
```

Also manually fixed a few tests and docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6148
GitOrigin-RevId: cf8b87605d41d9ce86613a41ac5fd18691f5a641
2022-10-01 14:48:58 +00:00
..
_ext docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
_static docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
_theme/djangodocs docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
algolia_index docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
graphql Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
img docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
.gitignore docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
.python-version docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
404.rst docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
conf.py docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
CONTRIBUTING.md docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
index.rst docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
Makefile docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
README.md docs: move docs-new to docs 2022-04-13 12:01:50 +00:00
requirements.txt docs: move docs-new to docs 2022-04-13 12:01:50 +00:00

Hasura GraphQL Engine Docs

The documentation accompanying the Hasura GraphQL engine is written with Sphinx and deployed to hasura.io/docs.

Contributing

Check out the contributing guide for more details.

License

The source code in this directory are under MIT License.