f52829d16536ce6212b70dc2a14c592e0195abaa
From the [docs](https://auth0.com/docs/metadata): > An authenticated user can modify data in their profile's user_metadata, but not in their app_metadata. Seems role-type information should be stored in `app_metadata`.
Sphinx source files for PostgREST documentation
To generate HTML version:
- Install Sphinx from the sphinx website
- Clone this repository
- 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 sphinxdoes 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%