Files
supabase/web
2021-06-03 11:56:45 +08:00
..
2021-05-22 02:30:29 +00:00
2021-06-03 10:54:14 +08:00
2021-05-27 12:23:43 +00:00
2021-06-02 05:47:45 -07:00
2021-05-22 02:30:29 +00:00
2021-05-18 11:49:58 +07:00
2021-03-31 22:53:30 +08:00
2021-05-22 02:30:29 +00:00
2021-05-24 05:22:23 +00:00
2021-05-24 05:22:23 +00: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