chatdesk-ui/postgrest_v12.2.8/docs
hailin ba89b18bce first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
..
_diagrams first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
_static first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
explanations first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
how-tos first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
integrations first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
references first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
shared first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
tutorials first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
.gitignore first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
README.md first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
conf.py first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
ecosystem.rst first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
index.rst first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
postgrest.dict first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00
requirements.txt first commit, based chatbot-ui and self hosted supabase. 2025-05-18 22:23:26 +08:00

README.md

PostgREST documentation https://postgrest.org/

PostgREST docs use the reStructuredText format, check this cheatsheet to get acquainted with it.

To build the docs locally, see the Nix development readme.

Documentation structure

This documentation is structured according to tutorials-howtos-topics-references. For more details on the rationale of this structure, see https://www.divio.com/blog/documentation.

Translating

To create .po files for translation into a new language pass the language code as the first argument to postgrest-docs-build.

Example to add German/de:

postgrest-docs-build de

The livereload server also supports a language/locale argument to show the translated docs during translation:

postgrest-docs-serve de

Spellcheck is currently only available for the default language.