Commit Graph

15 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
Monica Khoury
9ef6d0d916 Docs: clarify CLI v2 config change behavior (#38303)
* Docs: clarify CLI v2 config change behavior

* fix linter warnings
2025-09-01 14:44:01 +03:00
TheOtherBrian1
6fdc1c2909 Update custom-postgres-config.mdx | added new supautil enabled settings (#34001)
* Update custom-postgres-config.mdx | added new supautil enabled settings

* Update custom-postgres-config.mdx
2025-08-05 15:37:53 +00:00
Div Arora
68adacbd89 docs: clarify impact of --no-restart flag when changing custom PG config (#33751)
* feat: clarify impact of `--no-restart` flag when changing custom PG config

* docs: fix liniting issues

docs: keep american spelling

---------

Co-authored-by: Tom Ashley <tom.ashley@gmail.com>
2025-02-24 10:04:25 +00:00
Charis
2d55512553 chore: activate spelling and admonitions lints for docs (#33292) 2025-02-04 13:18:31 -05:00
Andrew Valleteau
3b6a4cd0e2 chore(docs): add new postgres-config delete command docs (#32982)
* chore(docs): add new postgres-config delete command docs

* chore: docs rephrase

* chore: rewrite

* chore: update common-cli-sections
2025-01-27 14:17:15 +09:00
Andrew Valleteau
31da214451 chore(docs): update custom db settings docs (#32853) 2025-01-20 21:09:49 +09:00
TheOtherBrian1
8ec4a79aae Update custom-postgres-config.mdx | added pg_net variables to "configurable list" (#29985)
* Update custom-postgres-config.mdx | added pg_net variables to "configurable" list

* Update apps/docs/content/guides/database/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-11-18 16:05:59 +00:00
Tom Ashley
ba239d9e9f chore: [gen-11323] specify required perms for CLI custom config updates (#29725)
chore: specify required perms for CLI custom config updates
2024-11-01 10:42:12 +00:00
Monica Khoury
8271fa3c51 Docs: add --no-restart flag to Postgres Config doc (#30019)
Update custom-postgres-config.mdx
2024-10-22 10:03:10 +03:00
Tyler Fontaine
f92d99b3c9 update GUC links to official postgres docs (#29801)
* update GUC links to official postgres docs

* fix copy/paste errors
2024-10-10 10:52:42 -05:00
TheOtherBrian1
d8717224f9 Update custom-postgres-config.mdx | fixed links (#29690) 2024-10-08 18:24:25 -04:00
Div Arora
642f13b951 chore: add docs on additional params being exposed for user control (#29548) 2024-10-03 02:42:39 +02:00
TheOtherBrian1
b06a9624db Update custom-postgres-config.mdx (#29068) 2024-09-30 13:57:19 -04:00
TheOtherBrian1
359699ac0c updated custom postgres configs docs (#28932)
* updated custom postgres configs docs

* moved custom configs to database docs. Added back all system level variables

* Apply suggestions from code review

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

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

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

* updated language around user contexts

---------

Co-authored-by: Brian Brennglass <brian@Brians-MacBook-Pro.local>
Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2024-09-03 15:18:27 -04:00