Joe NelsonandGitHub e7ddea0acf Document long jwt secrets as required (#109)
* Use long jwt secrets as required

* Fix spelling and adjust custom dictionary
2017-10-07 13:03:30 -05:00
2017-09-09 19:30:20 -05:00
2016-11-21 23:04:06 -08:00
2016-10-09 16:53:41 -07:00
2017-09-09 20:21:46 -05:00
2017-07-04 22:28:17 -05:00
2016-10-09 16:53:41 -07:00

Sphinx source files for PostgREST documentation

To generate HTML version:

  1. Install Sphinx from the sphinx website
  2. Clone this repository
  3. Generate HTML
    cd postgrest-docs
    sphinx-build -b html -a -n . _build
    
    # open _build/index.html in your browser
    

Sphinx Installation Notes:

  • If you're on OSX you might want to install the Python from homebrew - then a simple pip install sphinx does the trick.
  • For an easier time refreshing your local preview of docs as you change it, try sphinx-autobuild.
Languages
Haskell 67.3%
PLpgSQL 21.5%
Python 6.7%
Nix 4.3%
Shell 0.2%