Commit Graph

5189 Commits

Author SHA1 Message Date
mio256
8f616dfee3 docs: row-level-security.mdx, syntax error in create table user_id field (#28055)
Update row-level-security.mdx

syntax in create table user_id field
2024-07-19 20:12:27 +00:00
hallidayo
0eec3f1de6 docs: resend edge functions key (#28074)
added warning for keys management
2024-07-19 17:17:55 +00:00
Kang Ming
dd702704df docs: relocate auth0 migration guide (#28081) 2024-07-19 12:58:51 -04:00
Kevin Grüneberg
b9c8b1c741 perf: skip docs typecheck during next build (#28089) 2024-07-19 12:56:27 -04:00
Kevin Grüneberg
14e29dc0a0 chore: remove mermaid, use static SVG (#28083) 2024-07-19 18:36:00 +08:00
Kevin Grüneberg
3601bb52f5 chore: use type imports / avoid unnecessary API type export (#28088) 2024-07-19 18:35:23 +08:00
Francesco Sansalvadore
1baf027fb1 chore: update pricing page / compute wording (#28017) 2024-07-19 15:39:11 +08:00
Tyler
7891f9a569 docs: Update Realtime guide to use supabase instead of client for variable names for Supabase client. (#28056)
docs: Update  to Supabase CLI 1.163.2

Usage:
  supabase [command]

Quick Start:
  bootstrap            Bootstrap a Supabase project from a starter template

Local Development:
  db                   Manage Postgres databases
  gen                  Run code generation tools
  init                 Initialize a local project
  inspect              Tools to inspect your Supabase project
  link                 Link to a Supabase project
  login                Authenticate using an access token
  logout               Log out and delete access tokens locally
  migration            Manage database migration scripts
  start                Start containers for Supabase local development
  status               Show status of local Supabase containers
  stop                 Stop all local Supabase containers
  test                 Run tests on local Supabase containers
  unlink               Unlink a Supabase project

Management APIs:
  branches             Manage Supabase preview branches
  domains              Manage custom domain names for Supabase projects
  encryption           Manage encryption keys of Supabase projects
  functions            Manage Supabase Edge functions
  network-bans         Manage network bans
  network-restrictions Manage network restrictions
  orgs                 Manage Supabase organizations
  postgres-config      Manage Postgres database config
  projects             Manage Supabase projects
  secrets              Manage Supabase secrets
  services             Show versions of all Supabase services
  snippets             Manage Supabase SQL snippets
  ssl-enforcement      Manage SSL enforcement configuration
  sso                  Manage Single Sign-On (SSO) authentication for projects
  storage              Manage Supabase Storage objects
  vanity-subdomains    Manage vanity subdomains for Supabase projects

Additional Commands:
  completion           Generate the autocompletion script for the specified shell
  help                 Help about any command

Flags:
      --create-ticket                     create a support ticket for any CLI error
      --debug                             output debug logs to stderr
      --dns-resolver [ native | https ]   lookup domain names using the specified resolver (default native)
      --experimental                      enable experimental features
  -h, --help                              help for supabase
  -v, --version                           version for supabase
      --workdir string                    path to a Supabase project directory

Use "supabase [command] --help" for more information about a command. for realtime guides
2024-07-19 14:34:13 +09:00
Etienne Stalmans
22d66f4999 chore: update docs and templates with search_path (#28066)
Advisor warns about missing search_path on the handle_new_user function,
which we supply in docs and SQL starter templates.
We have updated this in some docs but haven't pulled it through to everything
2024-07-18 17:54:15 +02:00
Joshen Lim
2f0bffb569 Fix access control docs (#28060) 2024-07-18 23:07:14 +08:00
Kevin Grüneberg
9d4d1369aa chore: adjust billing for edge function count (#28019)
Co-authored-by: Thomas Eckl <31189692+ecktoteckto@users.noreply.github.com>
2024-07-18 17:12:49 +08:00
Francesco Sansalvadore
62d8c76603 Fix/docs nav widescreen (#28061)
* fix docs nav widescreen spacing

* fix getting started overlap
2024-07-18 10:12:52 +02:00
Long Hoang
38b3f977ee docs: remove admonition on postgrest bug that has been fixed (#28059) 2024-07-18 14:24:11 +08:00
Wen Bo Xie
f1541878a9 fix: singularize and capitalize Supabase plans (#28052)
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
2024-07-18 04:49:00 +00:00
Charis
7c20407302 refactor(docs): type spec parsing + testing setup (#27931)
This produces more complete type information (unions, following type alias refererences that aren't successfully dereferenced at an earlier stage, etc.), in a format that is much easier to query from UI components. Also adds a snapshot test for easier future iteration.

I had a lot of trouble configuring Jest for the snapshot tests (something to do with imports and compile targets), and there are zero other tests in this directory right now, so I just tore out the test setup and replaced it with Vitest. Much faster!
2024-07-17 10:48:26 -04:00
Zach Hawtof
fd668dd1a9 feat: Update to Slack OIDC (#27115)
* feat: Update to Slack OIDC

Update documentation to support the changes to Slack OIDC made here: https://github.com/supabase/auth/pull/1591/files

* chore: update apps/docs/content/guides/auth/social-login/auth-slack.mdx

* chore: fix prettier

---------

Co-authored-by: Kang Ming <kang.ming1996@gmail.com>
2024-07-17 14:27:52 +00:00
Div Arora
d3c6e2fd10 chore: flesh out MFA recommendations (#27789) 2024-07-17 21:58:00 +08:00
Wen Bo Xie
986ab126c9 feat: add project-level permissions docs (#27887)
* fix: update project-level permissions docs

* update read-only role callout

* Add section to differentiate org and project level roles

* Address comments

* Add section to chat about invite limitation for project scoped role

* Prettier

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2024-07-17 17:53:46 +08:00
Kevin Grüneberg
e7ddc3d43c docs: clarify free plan billing (#28010) 2024-07-17 17:15:37 +08:00
Michael Ridley
f086a09fc6 Chore: Added myself (Michael) to humans.txt (#28021)
Co-authored-by: Michael Ridley <michael@supabase.io>
2024-07-16 14:28:36 -04:00
Copple
3cffcd0f86 chore: update cli reference doc (#27868)
* chore: update cli reference doc

* fix: update generated docs and seed section

* fix: setup docs page redirect for cli

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
2024-07-17 01:18:25 +08:00
Inian
adea8226ba remove duplicate instructions (#28005)
we don't need to show how to login to github.
we can point to links instead of showing how to navigate to that page - users are going to click on the links anyway.
2024-07-16 20:25:23 +08:00
Carel de Waal
19222ce31a Add Carel to humans.txt (#27992) 2024-07-16 04:08:13 +00:00
Tyler
f6f9df667d docs: Update JS code sample for Realtime authz channel (#27977)
* docs: Add Dart code sample to the realtime authorization guide

* run formatter

* docs: Convert code samples into Javascript
2024-07-16 02:01:13 +00:00
Tyler
a0b9b22a3d docs: Add Dart code sample to the realtime authorization guide (#27976)
* docs: Add Dart code sample to the realtime authorization guide

* run formatter
2024-07-16 10:42:40 +09:00
Andrew Smith
93ccfa2584 update password docs to use confirm endpoint and email template change (#27975)
* update password docs to use confirm endpoint and email template change

* fix formatting
2024-07-16 01:15:36 +00:00
Gor
67673d17b9 docs: remove Intel Mac warning for Supabase Studio on Supabase CLI --> Getting Started (#27995)
docs: remove Intel Mac warning for Supabase Studio

Removed doc about disabling MacOS Virtualization Framework 
on Intel-based Macs. This issue has been resolved in Docker Desktop 4.30.0+.

Ref: https://docs.docker.com/desktop/release-notes/#4300
2024-07-15 21:06:19 +00:00
Varun Balani
9f5b10ca93 fix CredentialIdentity error (#27954) 2024-07-15 19:05:33 +00:00
github-actions[bot]
90b71e3e42 feat: update mgmt api docs (#27958)
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com>
2024-07-15 19:01:26 +00:00
DÁVID SZUHAY
7a73e4270b fixed typo (#27984) 2024-07-15 08:28:14 +00:00
Francesco Sansalvadore
084294fe79 feat: docs breadcrumbs (#27929)
docs guides breadcrumbs
2024-07-15 10:25:13 +02:00
Charis
a3ca009680 fix(docs): footenote links from toc (#27937)
The footnote link/anchor was incorrect because the getAnchor logic doesn't check if the component comes with its own id (which overrides the generated id), and the anchor must match the id. This is the case for footnote headings, which are auto-generated by remarkGfm.
2024-07-15 10:18:05 +02:00
Oliver Hogan
1a96462aa9 Fix Grammar/File Naming issus in "Update with-nextjs.mdx" (#27970)
* Fix Grammar in "Update with-nextjs.mdx"

* Fix misnaming of js/ts in "Update with-nextjs.mdx"
2024-07-14 12:33:25 +02:00
hallidayo
307bdf3118 fix: deno env example name (#27966)
* deno env example name

* prettier fix
2024-07-14 12:32:13 +02:00
Kang Ming
51c81c94f0 docs: add migration guide for Auth0 (#27866)
* docs: add migration guide for Auth0

* chore: fix reviewdog

* docs: add reference section

* chore: update heading to h4

* chore: resolved comments & fix some vale errors

* fix: reorg and language

* chore: fix accordion for FAQ

---------

Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com>
2024-07-12 13:06:35 -07:00
Hichem Dahi
e474541f41 fix(docs): Replace watch with watchEffect. Add additional details to clarify Account.vue file. (#27843)
Update with-vue-3.mdx

Replace watch with watchEffect. Add additional details to clarify the explanation of the Account.vue file.
2024-07-12 18:38:19 +00:00
karlo
be0b263835 chore: Add note regarding backups deletion on project removal (#27960)
* chore: Add note regarding backups deletion on project removal

* Update backups.mdx

---------

Co-authored-by: Rodrigo Mansueli <rodrigo@mansueli.com>
2024-07-13 00:24:22 +08:00
Jason Creviston
ca5bf3069d docs: correct the javascript setSession method. (#27908)
docs: correct the javasript setSession method.

Co-authored-by: Jason Creviston <jason@malynium.com>
2024-07-12 01:59:36 +00:00
Joe Burchett
246887ed61 update Metrics doc page to include a prometheus configuration example (#27910) 2024-07-12 00:47:12 +00:00
Guilherme Souza
a7cae20ede chore(docs): add swift example for user update with nonce (#27925)
chore(docs): add examle for user update with nonce
2024-07-11 17:03:32 -04:00
Charis
0624e3a9b9 fix(docs): handle invalid data for project api endpoint (#27936)
The endpoint may successfully return data that isn't valid as a project API endpoint/anon key. I added a check to make sure the endpoint exists and the anon key isn't a known error string before displaying it.
2024-07-11 16:37:08 -04:00
Joel Lee
d90302ebb0 chore: update lawyers.txt timestamp (#27934) 2024-07-11 22:32:51 +02:00
Charis
3df871be4b fix: update code examples for ssr on social login guides (#27906) 2024-07-11 11:54:04 -04:00
Prashant Jangam
a69e67b063 Update phone-login.mdx (#27901)
to verifyOTP, phone no. should not contains '+' sign.
2024-07-10 17:32:02 +00:00
Jonathan Hutchison
5830366213 Update supabase/ssr Pages router snippets (#27904) 2024-07-10 17:14:58 +00:00
Guilherme Souza
34a98b839b chore(docs): add example for fetching custom schema in Swift (#27896) 2024-07-10 09:18:05 -03:00
Joshen Lim
f18a0c20b5 Bump supabase js to 2.44.3 (#27898)
Bump supabase js to 22.4.3
2024-07-10 17:30:46 +08:00
Alaister Young
9d06a27e91 chore: update supabase-js (2.44.2) (#27768) 2024-07-10 10:23:05 +02:00
Will McBride
9b7314c4f2 docs(lint): Fix indentation for JS REST call example in broadcast.mdx (#20393)
docs(lint): Fix indentation for REST call JS example in broadcast.mdx
2024-07-10 05:21:39 +00:00
Duncan
2fc37fe1e4 Update supabase_js_v2.yml (#27871)
Fix subscription destructuring
2024-07-09 22:29:53 +00:00