mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 07:14:28 +08:00
11 lines
387 B
Markdown
11 lines
387 B
Markdown
# 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
|