Commit Graph

395 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
14e29dc0a0 chore: remove mermaid, use static SVG (#28083) 2024-07-19 18:36:00 +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
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
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
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
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
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
DÁVID SZUHAY
7a73e4270b fixed typo (#27984) 2024-07-15 08:28:14 +00: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
Joe Burchett
246887ed61 update Metrics doc page to include a prometheus configuration example (#27910) 2024-07-12 00:47:12 +00: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
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
Wen Bo Xie
b7d4d64fee fix: update Realtime AuthZ policies in docs/demo (#27863) 2024-07-08 18:23:03 -04:00
Trevor Dobbertin
9956f195f5 move code snippet above tip that references it (#27581)
* move code snippet above tip that references it

* change wording
2024-07-08 19:16:33 +00:00
Andrew Smith
b79a138055 fix(docs): update ssr guides and examples for nextjs and svelte (#27834)
[Summary by Charis]
Update SSR guides and examples for Next.js and Svelte:
- New `@supabase/ssr@0.4.0` API
- Misc. Svelte fixes
2024-07-08 15:06:59 -04:00
Charis
b50c657e51 chore(docs): add link (#27829) 2024-07-08 13:12:48 -04:00
heocoi
66e6e0dca0 Update Inbucket repository URL (#27845) 2024-07-08 03:50:08 +00:00
Copple
548a3d03d3 fix: Update ssl-enforcement.mdx (#27827)
* Update ssl-enforcement.mdx

* Update apps/docs/content/guides/platform/ssl-enforcement.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* update ssl enforcement to GA

---------

Co-authored-by: Wen Bo Xie <5532241+w3b6x9@users.noreply.github.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
Co-authored-by: Wen Bo Xie <wenbo.xie3@gmail.com>
2024-07-05 22:00:56 +00:00
Etienne Stalmans
0c34787f9e docs: update shared responsibility diagrams (#27813)
* docs: update shared responsibility diagrams

Update existing diagram to use new renderings by the design team.
Introduces dark and light versions

* docs: change from img to Image for shared responsibility diagram

* docs: fix typo
2024-07-05 16:53:37 +02:00
Chandana Anumula
dadd2aa8c1 Update okta.mdx (#27798) 2024-07-05 17:15:07 +05:30
Chandana Anumula
8a1c5b40a7 Update gsuite.mdx (#27797) 2024-07-05 17:14:53 +05:30
Chandana Anumula
2239e39e6e Update azure.mdx (#27796) 2024-07-05 17:08:38 +05:30
Etienne Stalmans
56b88ef1a5 docs: update HIPAA shared responsibility (#27805)
* docs: update HIPAA shared responsibility

Highlight some additional restrictions on HIPAA enabled orgs

* docs: fix typo

* docs: clarify usage of branching
2024-07-05 08:51:15 +02:00
Monica Khoury
b744553af6 Docs: Add CLI Command for Configuring statement_timeout in Postgres (#27778)
* Docs: add the cli command for configuring statement timeout in postgres

* Update apps/docs/content/guides/platform/custom-postgres-config.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-07-04 21:40:28 +00:00
Richard Kavanagh
9dd25cd377 Update auth-hooks.mdx (#27785)
minor typos
2024-07-04 16:55:51 +00:00
Etienne Stalmans
31130fed4c docs: update shared responsibility model (#27746)
* docs: update shared responsiblity model

Adds a basic matrix of shared responsibility.
Outlines a few more security responsibilities held by the customer.
Links to the Supabase production readiness checklist.

* fix-typo: americanize spelling

* typo: run prettier over new content

* fix typo

* switch to graphic for shared responsibility model

* rerun prettier
2024-07-04 08:28:59 +02:00
Ziinc
200481b7a0 docs: log drains documentation (#26370)
* docs: log drains documentation

* docs: pricing update for log drains

* docs: more datadog forwarding behaviour

* docs: move log drains to separate page

* docs: fix naming of provider

* dosc: us spelling

* Revert "docs: pricing update for log drains"

This reverts commit cb5f6ceb5f.

* docs: update links in admonition

* docs: tweak wording

* docs: fix typo

* docs: remove pricing page link

* docs: add elastic filebeat docs

* docs: add generic webhook drain
2024-07-04 09:56:51 +08:00
Long Hoang
dbd19c8f61 chore: update http error codes (#27775)
* chore: update http error codes

* chore: add note about dashboard access

* chore: mention status code 402 explicitly to not leave ambiguity

* Update apps/docs/content/guides/platform/http-status-codes.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update apps/docs/content/guides/platform/http-status-codes.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update apps/docs/content/guides/platform/http-status-codes.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update apps/docs/content/guides/platform/billing-faq.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update apps/docs/content/guides/platform/http-status-codes.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* fix: correct typo

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-07-03 23:17:11 +08:00
Charis
f4779d4844 refactor: migrate guides to app router (#23101)
Migrate guides to App Router.
2024-07-03 10:25:06 -04:00
Charis
161ba3da32 docs: document more ways to secure the data api (#27756)
Document ways to increase the security of Data API, including:

- Disabling it entirely
- Exposing a custom schema instead of the `public` schema

Also found a duplicated link in the nav for CLS, so removed it.
2024-07-03 12:32:16 +00:00
Francesco Sansalvadore
efc5ee6ec4 global image component (#27410)
* global ui Image component

* migrate docs images to new global component

* use Image component in www mdx components

* update Image description

* remove redundant props

* better ZoomContent types

* remove ThemeImage

* remove ZommableImg component

* add use client to Image component
2024-07-03 13:02:13 +02:00