Files
supabase/about
Isaiah Hamilton c2d191cee9 Fixed Typo (#3817)
* Fix: typo

* Fixed Typo

* Fixed Typo

* Fixed Typo

* Fixed Typo

* Update privacy.md
2021-11-08 20:16:09 +08:00
..
2021-11-08 20:16:09 +08:00
2021-11-08 20:16:09 +08:00

Supabase Docs

Contributing to the specs

  • cd /web/spec/
  • run make which will pull the latest TSDoc with your updates
  • add your comments to supabase.yml | postgrest.yml | gotrue.yml | realtime.yml
  • run npm run gen:supabase inside the /spec folder which will generate the Docusaurus pages
  • run npm run build to make sure the build is working
  • submit your PR