Commit Graph

455 Commits

Author SHA1 Message Date
Lakshan Perera
7aec18166f fix: docs typo 2022-11-01 13:34:00 +07:00
Han Qiao
123ce671ef chore: update docs for cli and self-hosted (#9991)
* chore: update links in self hosted docs

* chore: add npm to cli installation guide
2022-11-01 13:05:01 +08:00
Lakshan Perera
4b59e8ba58 Updated README and examples 2022-11-01 07:36:14 +11:00
dng
85e6c8e16f Merge pull request #9964 from GaryAustin1/patch-1
Add html to plain text note in storage guide
2022-10-31 11:11:11 -07:00
dng
2461249245 Update apps/reference/docs/guides/storage.mdx 2022-10-31 11:10:24 -07:00
Han Qiao
ea7405b9d5 chore: document min required cli version (#9979) 2022-10-31 20:56:06 +08:00
GaryAustin1
bdaf08683e Update storage.mdx
Add blurb about html files being converted to plain text as not seemingly mentioned in docs.
2022-10-30 15:23:59 -05:00
Jon Meyers
c524578114 include remix in other references to auth helpers 2022-10-30 22:22:52 +11:00
Jonathan Summers-Muir
92ac3ce093 Merge branch 'master' into docs/add-remix-auth-helper-docs 2022-10-30 19:01:47 +08:00
Jonathan Summers-Muir
2d2eeddd66 run prettier 2022-10-30 19:00:00 +08:00
Jon Meyers
4bdd4eed2b fix malformed mdx 2022-10-30 21:39:36 +11:00
Jon Meyers
668e9b620d fix: correct typo in provider token example 2022-10-29 21:55:27 +11:00
Jon Meyers
5d3a3dddcd docs: add docs for remix auth helpers 2022-10-29 21:44:03 +11:00
dng
35bb20ba63 Merge pull request #9933 from stavares843/master
chore(typos): fix typos
2022-10-28 13:43:50 -07:00
Copple
e179f718f2 Adds the new testing doc to the sidebar (#9945) 2022-10-28 20:53:21 +02:00
dng
a21d094382 Update apps/reference/docs/guides/hosting/platform.mdx 2022-10-28 10:55:07 -07:00
Sara Tavares
b43557eceb chore(typos): fix typos 2022-10-28 14:18:26 +01:00
Sara Tavares
e11be71428 chore(typos): fix typos 2022-10-28 14:17:59 +01:00
Sara Tavares
c480c1bec7 chore(typos): fix typos 2022-10-28 14:17:30 +01:00
Sara Tavares
9086ea7a55 chore(typos): fix typo 2022-10-28 14:16:53 +01:00
Paul Cioanca
75b4bff429 docs: add readonly-mode information (#9824)
* docs: add readonly-mode information

* docs: apply suggestions from review

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/platform/disk-usage.mdx

Co-authored-by: dng <danny@supabase.io>

* docs: update based on review

* updates the disk usage -> databaes usage (#9931)

* updates the disk usage -> databaes usage

* Update apps/reference/docs/guides/platform/disk-usage.mdx

Co-authored-by: Paul Cioanca <paul.cioanca@supabase.io>

* disk -> database

Co-authored-by: Paul Cioanca <paul.cioanca@supabase.io>

Co-authored-by: dng <danny@supabase.io>
Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2022-10-28 12:54:20 +00:00
Ludvig Stiernström
f6b2279996 docs: TypeScript in JavaScript example #9922 (#9923)
FIX: TypeScript in JavaScript example #9922
2022-10-28 11:43:56 +00:00
Copple
42ea5eeaad Docs: realtime self-hosted (#9843)
* Adds a generated folder

* Adds a realtime section

* docs: add Realtime v0 self-host parameters (#9915)

Co-authored-by: Wen Bo Xie <5532241+w3b6x9@users.noreply.github.com>
2022-10-28 13:35:46 +02:00
Han Qiao
ef0b8726fe chore: add database testing guide (#9921) 2022-10-28 17:31:01 +08:00
Han Qiao
7944357d1f chore: update type generation guide to use CLI (#9920)
* chore: update type generation guide

* chore: update example for supabase-js v2

* chore: add save dev flag
2022-10-28 17:20:56 +08:00
dragarcia
9dfff61885 chore: update documentation for custom domains (#9919)
* chore: update documentation

* add limitation for functions custom domain

Co-authored-by: Inian <inian1234@gmail.com>
2022-10-28 14:33:06 +08:00
Lakshan Perera
74704b57e1 Added OpenGraph example to the list 2022-10-28 16:05:46 +11:00
Sara Tavares
80d0624262 fix(typos): add github action to prevent typos + fix typos (#9598)
* feat(ci): fix typos

* [create-pull-request] automated change

* Update index.tsx

* Update README.fr.md

* Create .misspell-fixer.ignore

* Update constant.dart

* [create-pull-request] automated change

* Update database.tsx

* [create-pull-request] automated change

* [create-pull-request] automated change

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-27 23:32:02 -03:00
dng
1e0afa72e7 Merge pull request #9911 from Hallidayo/docs-flutter-variable-name
docs: flutter quickstart - variable name
2022-10-27 13:03:53 -07:00
Chase Granberry
edc1b9c894 Merge pull request #9809 from supabase/docs/realtime-limits
Docs: add details about Realtime limits
2022-10-27 12:57:34 -07:00
Ollie Halliday
3127a94b23 changed variable name 2022-10-27 20:50:22 +01:00
dannykng
68d20ab7c6 limits.mdx -> rate-limits.mdx 2022-10-27 10:38:25 -07:00
dannykng
1955dfec1b Data APIs -> Serverless APIs 2022-10-27 09:12:19 -07:00
Copple
e4d79f1b07 Docs: Adds some upgrade instructions (#9862)
* Adds some upgrade instructions

* Update apps/reference/docs/guides/platform/migrating-between-projects.mdx

Co-authored-by: Sara Tavares <29093946+stavares843@users.noreply.github.com>

* Update apps/reference/docs/guides/platform/migrating-between-projects.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/platform/migrating-between-projects.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/www/lib/redirects.js

Co-authored-by: dng <danny@supabase.io>

* Update apps/temp-docs/components/nav/Nav.constants.ts

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/nav/_referenceSidebars.js

Co-authored-by: dng <danny@supabase.io>

Co-authored-by: Sara Tavares <29093946+stavares843@users.noreply.github.com>
Co-authored-by: dng <danny@supabase.io>
2022-10-26 21:32:59 +02:00
dng
af619e18a6 Merge pull request #9807 from supabase/docs/move-api-section
Move APIs section into Database section
2022-10-26 11:00:12 -07:00
dannykng
399b9d529a Update Data APIs overview 2022-10-26 10:40:31 -07:00
Max Countryman
4faaf43b87 fix cli invocation (#9855) 2022-10-26 15:42:10 +00:00
Chase Granberry
f075c5c616 Add Presence limits 2022-10-26 06:20:50 -07:00
Chase Granberry
ebf6dad5ee Colon vs period 2022-10-26 06:20:08 -07:00
Chase Granberry
7eb813200b Single client vs single user 2022-10-26 05:58:31 -07:00
Chase Granberry
7d63a29443 Better wording for when client auto reconnects 2022-10-26 05:54:35 -07:00
Chase Granberry
263ab8d682 Realtime limits docs improvements 2022-10-26 05:45:13 -07:00
Copple
ca63127db1 Docs: Adds pgnet and database webhooks (#9803)
* Adds pgnet and database webhooks

* fixes name of pg_net

* Adds the cron extension

* Update apps/reference/docs/guides/database/database-webhooks.mdx

Co-authored-by: Steve Chavez <stevechavezast@gmail.com>

* Update apps/reference/docs/guides/database/extensions/pgnet.mdx

Co-authored-by: Steve Chavez <stevechavezast@gmail.com>

* Update apps/reference/docs/guides/database/database-webhooks.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/database/database-webhooks.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/database/database-webhooks.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/nav/_referenceSidebars.js

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/nav/_referenceSidebars.js

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/database/extensions/pgnet.mdx

* Update apps/reference/docs/guides/database/extensions/pgnet.mdx

* Update apps/reference/docs/guides/database/database-webhooks.mdx

* Update apps/reference/docs/guides/database/database-webhooks.mdx

* Update apps/reference/docs/guides/database/extensions/pgnet.mdx

Co-authored-by: Steve Chavez <stevechavezast@gmail.com>
Co-authored-by: dng <danny@supabase.io>
2022-10-26 12:39:53 +00:00
Chase Granberry
d2b44a8a11 Merge pull request #9832 from supabase/docs/ga-beta-realtime
Upgrade Realtime services
2022-10-26 04:33:50 -07:00
Copple
392d40ec54 fix deprecation notices on RLS (#9858) 2022-10-26 13:04:34 +02:00
dng
41d5f2145c Merge branch 'master' into docs/move-api-section 2022-10-25 16:51:54 -07:00
dannykng
c99b8d2d2c Admin API -> Management API 2022-10-25 16:47:11 -07:00
dannykng
42146f4b7f Update "Enable email provider" step 2022-10-25 14:45:44 -07:00
Lakshan Perera
00ead8d279 Update apps/reference/docs/guides/functions.mdx
Co-authored-by: dng <danny@supabase.io>
2022-10-26 07:45:51 +11:00
dannykng
42b202f990 "Supabase API" -> "Management API" 2022-10-25 12:19:10 -07:00