Files
supabase/web
Copple d39187fcd4 Merge pull request #2705 from bergiusj/patch-1
Update auth-facebook.mdx
2021-08-08 18:46:00 +08:00
..
2021-07-25 15:09:08 +08: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