Commit Graph

20 Commits

Author SHA1 Message Date
Charis
47705a8968 chore: replace all supabase urls with relative urls (#38537)
* 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>
2025-09-09 12:54:33 +00:00
Prashant Sridharan
10b5402d1c Added new blog post and modified some docs for SEO (#36171)
* Added new blog post and modified some docs for SEO

* ci: Autofix updates from GitHub workflow

* Fixed some linter errors

* Update apps/docs/content/guides/database/connecting-to-postgres.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update apps/docs/content/guides/database/connecting-to-postgres.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-04 14:53:58 +01:00
Pamela Chia
661e94b0fe chore: add how to dedicated pooler (#35215) 2025-04-24 13:28:43 +08:00
Peter
6a812a04b6 Update docs for new connection strings and disk/compute pages in the dashboard (#35128)
* Update all docs that make references to the database settings to find the connection strings.

Update all docs that references the database settings for the compute and disk page

* run prettier

* run pnpm format instead of prettier directly.

* first run through, fix grammar and reword awkward sentences

* Fix typos and remove unnecessary whitespace

* Apply suggestions from code review

Co-authored-by: Tyler <dshukertjr@gmail.com>

---------

Co-authored-by: Tyler <dshukertjr@gmail.com>
2025-04-21 08:59:43 -05:00
Kevin Grüneberg
2b94dd7430 feat: Dedicated Pooler rollout (#34240) 2025-03-21 14:46:58 +01:00
Copple
9b9cf69c7e adds blog post and stub (#34059)
* adds blog post and stub

* Adds dates

* adds a description

* reworking the blog

* blog og

* fix description

* updates

* adds the form

* change date

---------

Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
2025-03-07 21:10:08 +00:00
TheOtherBrian1
55bc04d642 Update connecting-to-postgres.mdx | made example region agnostic (#33853) 2025-02-26 11:31:39 -05:00
Chris Gwilliams
c8413fa022 Add clarification for when to use different connection types (#33114)
clarify when to use direct vs pooler
2025-02-06 10:18:50 +02:00
Charis
2d55512553 chore: activate spelling and admonitions lints for docs (#33292) 2025-02-04 13:18:31 -05:00
Lakhveer Singh
6ed0ee3625 fix: grammatical error in supavisor transaction mode explanation (#32508)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2025-01-02 20:24:14 +00:00
Kalleby Santos
d3d3b967e3 fix(doc): direct connection using supavisor (#31093)
- fix typo on documentation where the intend to be `IPv6` instead of `IPv4`

Co-authored-by: Rodrigo Mansueli <rodrigo@mansueli.com>
2024-12-12 14:12:09 +00:00
Charis
91c6e7bc0a docs: improve connection docs (#30662)
Co-authored-by: github-tidy-bot <github-tidy-bot@supabase.com>
2024-11-26 05:36:16 +00:00
Josh Peizer
82c72c70ef Update connecting-to-postgres.mdx (#30145)
Fixed link to External Libraries > Postgres.js
2024-10-28 22:46:08 +00:00
TheOtherBrian1
a0eff938ff New connection management docs (#29166)
* recreated connecting-to-postgres

* adding GUI quickstart section with DBeaver

* moved psql and pgadmin docs to GUI quickstart

* added Prisma installation docs. Moved postgres.js and Drizzle into own section

* added connection management docs

* moved supavisor troubleshooting guide into troubleshooting section. Probably should not merge without adding more guides

* updated IPv4 Add ons docs

* removed typo

* Update apps/docs/content/guides/platform/ipv4-address.mdx

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

* Update apps/docs/content/guides/platform/ipv4-address.mdx

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

* Update apps/docs/content/guides/database/supavisor.mdx

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

* Update apps/docs/content/guides/database/prisma.mdx

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

* Update apps/docs/content/guides/database/connection-management.mdx

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

* Update apps/docs/content/guides/database/connection-management.mdx

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

* Update apps/docs/components/Navigation/NavigationMenu/NavigationMenu.constants.ts

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

* removed repetition in connection-management | added photos

* Update apps/docs/content/guides/database/connecting-to-postgres.mdx

Co-authored-by: Stas <sts@abc3.dev>

* Update apps/docs/content/guides/platform/ipv4-address.mdx

Co-authored-by: Stas <sts@abc3.dev>

* Update apps/docs/content/guides/database/connection-management.mdx

Co-authored-by: Stas <sts@abc3.dev>

* Update apps/docs/content/guides/database/connecting-to-postgres.mdx

Co-authored-by: Stas <sts@abc3.dev>

* Update apps/docs/content/guides/platform/ipv4-address.mdx

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

* Update apps/docs/content/guides/database/connecting-to-postgres.mdx

Co-authored-by: Stas <sts@abc3.dev>

* updated proxy suggestions

* added redirects

* added images to connection-management guide

* added unique ids to titles in prisma-troubleshooting section

* added images to connection guide

* added new images to prisma guide

* reformatted admonition

---------

Co-authored-by: Brian Brennglass <brian@Brians-MacBook-Pro.local>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
Co-authored-by: Stas <sts@abc3.dev>
2024-10-03 19:42:49 +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
rogersm-uwosh
31adc2a8e9 Update connecting-to-postgres.mdx to mention clients (#27400)
It seems (I am not an expert by any means) that beyond the 3 strategies described here, you can also connect to Supabase using the clients -- but that doesn't get mentioned here. For those just learning Supabase, like me, I feel like this would make the documentation clearer.

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-06-20 21:04:41 +00:00
Peter
9fd79a410c docs: Update pgAdmin connection guide (#26955)
Update pgAdmin connection guide
2024-06-06 12:18:14 -05:00
Div Arora
fb68dff098 chore: add a note on CONNECT privileges for pooler (#25858) 2024-05-08 16:06:23 +03:00
Monica Khoury
b5ef7af6b7 Docs: Add section to the guide on DB managing IP address (#22477)
* Add section to the guide on  managing DB IP address

* Fix linter issues

* Apply suggestions from code review

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

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-04-04 18:06:18 +03:00
Charis
b0b8b6b6e3 refactor: finish moving mdx to content directory (#21321) 2024-02-16 13:43:02 -05:00