Skip to content

Documentation for the Hasura platform

License

Notifications You must be signed in to change notification settings

AnnieAtHasura/platform-docs

 
 

Repository files navigation

This is the documentation for the Hasura platform

This documentation project is built using Sphinx.

To contribute, please raise PRs to the project.

Sphinx documentation files are written in the RST markup language. Here is a guide to the RST markup language.

To run docs locally:

  • 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
      
  • Note: The search is powered by Algolia and is updated on every deployment. Your local changes will not reflect in search results.

About

Documentation for the Hasura platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 35.0%
  • HTML 27.5%
  • CSS 26.6%
  • Makefile 7.9%
  • JavaScript 2.9%
  • Shell 0.1%