Skip to content

kiwicopple/docs_graphql

 
 

Repository files navigation

This is the documentation for the Hasura GraphQL engine

To run docs locally and to contribute:

  • Make sure you have pip3 installed on your system

  • Install dependencies (Sphinx, beautifulsoup4, algoliasearch, etc.)

    pip3 install -r requirements.txt
    
  • For development, live reload and auto build

    make livehtml
  • Build docs to produce HTML files.

    ENV=<development|production> make html-images
    
    • The generated docs are in _build/html.

    • View the built files by running a webserver. eg:

      cd _build/html && http-server
      

      or

      cd _build/html && python3 -m http.server 8080
      
  • To deploy docs, follow this

  • To manually update docs search index, follow this

About

Documentation for Hasura GraphQL engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • CSS 3.9%
  • Python 2.1%
  • HTML 1.8%
  • Makefile 0.5%