Files
supabase/web
..
2021-07-02 14:53:17 +08:00
2021-06-30 19:04:39 +08:00
2021-06-30 20:22:50 +08:00
2021-07-02 06:40:15 -07:00
2021-05-22 02:30:29 +00: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