Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.82 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.82 KB

Contributing

Hasura GraphQL Engine docs are built using Docusaurus 2 and are written in MDX. The most up-to-date information for the docs site and how to contribute can be found on our wiki. You can access this on the live docs site, or directly within this repository.

Docs issues in the repo

Issues in the repo for documentation are labelled as c/docs (see list). Issues also labelled as good first issue are aimed at those making their first contribution to the repo (see list). Issues also marked as help wanted (see list) are those that require community contributions.

Please note that some of these issues, labelled with both c/docs and c/console/c/server, are part of a change/task that requires modifications in some component of GraphQL Engine and the docs.

Feel free to open pull requests to address these issues or to add/fix docs features/content, even if a corresponding issue doesn't exist. If you are unsure about whether to go ahead and work on something like the latter, please get in touch with the maintainers in the GraphQL Engine->contrib channel in the community Discord.

Notes

  • Docs are currently deployed manually. Changes will not reflect immediately after a PR gets merged.
  • The search is powered by Algolia and is updated everyday. Your local changes will not be reflected in search results.