* fix: rewrite relative URLs when syncing to GitHub discussion Relative URLs back to supabse.com won't work in GitHub discussions, so rewrite them back to absolute URLs starting with https://supabase.com * fix: replace all supabase urls with relative urls * chore: add linting for relative urls * chore: bump linter version * Prettier --------- Co-authored-by: Chris Chinchilla <chris.ward@supabase.io>
19 lines
650 B
Plaintext
19 lines
650 B
Plaintext
---
|
|
id: 'auto-docs'
|
|
title: 'Auto-generated documentation'
|
|
description: 'Supabase provides documentation that updates automatically.'
|
|
---
|
|
|
|
Supabase generates documentation in the [Dashboard](/dashboard) which updates as you make database changes.
|
|
|
|
1. Go to the [API](/dashboard/project/_/api) page in the Dashboard.
|
|
2. Select any table under **Tables and Views** in the sidebar.
|
|
3. Switch between the JavaScript and the cURL docs using the tabs.
|
|
|
|
<video width="99%" muted playsInline controls={true}>
|
|
<source
|
|
src="https://xguihxuzqibwxjnimxev.supabase.co/storage/v1/object/public/videos/docs/api/api-docs.mp4"
|
|
type="video/mp4"
|
|
/>
|
|
</video>
|