Jonathan Summers-Muir
a32fe646ca
chore: add more opengraph to docs ( #22103 )
...
Co-authored-by: Alaister Young <a@alaisteryoung.com >
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2024-03-19 14:56:46 +07:00
Jonathan Summers-Muir
07a6c5ab4e
Chore/move cmdk ( #21936 )
...
* init
* fix build issues
* move deps over
* Update CommandMenuWrapper.tsx
* build fixes
* Update sitemap_www.xml
* reset
* Update sitemap_www.xml
* Update tsconfig.json
* Update package.json
* Update package.json
* Update package-lock.json
* Update package.json
2024-03-11 18:31:23 +08:00
Charis
538fb7ee0c
docs: add federated terraform docs ( #21307 )
...
Co-authored-by: Han Qiao <sweatybridge@gmail.com >
2024-03-02 03:17:50 +00:00
Charis
e444d337f1
chore: remove ipv4 deprecation banners ( #21589 )
2024-02-27 14:38:41 +08:00
Charis
7cf2eae953
fix: statically build the right nav on each page ( #21469 )
...
Before: All pages have the Home nav menu in static HTML, which is blown away and replaced by the proper nav menu upon hydration. This leads to jankiness when the page first loads and an unpleasant flash of the wrong nav menu (especially obvious on the JavaScript ref page, which takes a long time to process and rerender the nav).
Now: All pages have their correct nav menu in static HTML.
2024-02-23 11:38:06 -05:00
Charis
aa3c896e48
chore: speed up preview builds ( #21411 )
2024-02-21 13:43:56 -05:00
Charis
5a2600fca9
fix: database link error ( #21431 )
2024-02-21 17:38:01 +00:00
Charis
b0b8b6b6e3
refactor: finish moving mdx to content directory ( #21321 )
2024-02-16 13:43:02 -05:00
Peter V
afb65ddb88
Update seeding-your-database.mdx ( #21240 )
...
* Update seeding-your-database.mdx
* Update apps/docs/pages/guides/cli/seeding-your-database.mdx
Co-authored-by: khaya-zulu <39437696+khaya-zulu@users.noreply.github.com >
* Changes suggested by @khaya-zulu
* Apply suggestions from code review
---------
Co-authored-by: khaya-zulu <39437696+khaya-zulu@users.noreply.github.com >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-15 19:51:18 +00:00
Thobias
1f3686dcb8
Update pgtap.mdx ( #21286 )
...
Fixed a missing comma in example code.
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-15 17:49:55 +00:00
Abishya
718fead2e5
New billing FAQ documentation ( #21258 )
...
* New billing FAQ documentation
This documentation covers frequently asked questions around subscription plans, payments, invoices and billing in general.
* Corrected the misspellings (replacing 'z' with 's').
2024-02-15 10:52:12 +08:00
Charis
42723d8232
refactor: move ai, realtime, functions, remaining auth docs to content directory ( #21259 )
2024-02-14 17:39:05 +00:00
Charis
df92331a3b
refactor: move storage docs into content directory ( #21129 )
2024-02-14 13:28:39 +00:00
Myrin Wouterse
d07c27a35f
removed duplicate cookiestore function ( #21179 )
...
Co-authored-by: Chris Gwilliams <517923+encima@users.noreply.github.com >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-14 02:42:02 +00:00
TheOtherBrian1
fcdc380751
Inform users how to self-update extensions ( #21235 )
...
* Inform users how to self-update extensions
* fixed type
2024-02-13 19:31:58 -05:00
Jonathan Summers-Muir
5fb7ff499c
chore/update-warnings-for-branching ( #19464 )
...
* Update branching.mdx
* Update branching.mdx
* Update branching.mdx
2024-02-12 15:52:19 +00:00
Jonathan Summers-Muir
d47134080e
Clearer Branching Docs lang regarding private early access ( #20721 )
...
clearer Branching Docs lang
2024-02-12 12:02:07 +00:00
Jonathan Summers-Muir
849c64f19e
[docs] Update read-replicas.mdx ( #20833 )
...
Update read-replicas.mdx
2024-02-12 12:01:47 +00:00
Ivan Vasilov
5754c23abb
feat: Move some components into ui-patterns ( #20774 )
...
* Change all imports in the ui package which import via the @ui shortcut.
* Add a new ui-patterns package. Add it to all apps.
* Migrate PrivacySettings from ui to ui-patterns.
* Migrate ConsentToast from ui to ui-patterns.
* Remove providers folder from ui package.
* Move GlassPanel.
* Migrate IconPanel.
* Migrate TweetCard.
* Migrate ThemeImage.
* Remove LWXCountdownBanner.
* Migrate CountdownWidget.
* Migrate SchemaTableNode.
* Migrate ExpandableVideo.
* Migrate ThemeToggle.
* Fix bunch of imports in the docs app.
* Revert some unnecessary changes.
* Expand the README.md.
* Fix the tailwind configs, they were using old folder structure.
* Fix leftover merge conflicts.
* Remove a deleted page in master.
---------
Co-authored-by: Terry Sutton <saltcod@gmail.com >
2024-02-12 12:44:00 +01:00
Charis
b06dc92cae
replace old diagrams with new ones from design ( #21170 )
...
* swap out old diagrams for new ones
* swap out images in readmes
* fix docker guide image
* test readme image display
2024-02-12 10:46:35 +00:00
Ivan Vasilov
4dac01e378
chore: Migrate Clippy to Nextjs API docs ( #20903 )
...
* Add a new function to ai-commands package.
* Add a new API route to all three apps.
* Refactor the Command component to use the new URL.
* Resort the imports.
2024-02-12 10:10:52 +01:00
Chris Gwilliams
3ebb8ee747
Add docs for unsupported operations and replication ( #20896 )
...
* add docs for unsupported operations and replication
* ci: Autofix updates from GitHub workflow
* Update NavigationMenu.constants.ts
Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev >
* Update apps/docs/pages/guides/database/postgres/roles-superuser.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/database/postgres/roles-superuser.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* address review comments
---------
Co-authored-by: github-tidy-bot <github-tidy-bot@supabase.com >
Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-09 11:24:09 +00:00
Manoj Kumar M
c0584f2b28
docs: Update downloads.mdx ( #21068 )
...
Update downloads.mdx
Fix: Incorrect public bucket access url example
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-08 21:12:34 +00:00
Jan Tennert
dc69a218da
Add Kotlin snippets to postgres docs ( #20974 )
...
add kotlin snippets to postgres docs
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-08 20:59:33 +00:00
Charis
be2af86c9c
fix: github edit link for docs pages ( #21095 )
2024-02-07 16:08:43 -05:00
Charis
e20038e2f2
refactor: move auth guides into content directory ( #20777 )
...
Begin the process of moving our MDX files into their own content directory.
Fixed a few minor bugs re: ToC and tabs not rerendering consistently on page navigation. (The ToC thing wasn't a problem before the refactor, the tabs thing is a problem on prod.)
Moved MDX files can't import their own components, so everything they require needs to be back in the component prop for mdx-remote's serializer. Cleaned this up a bit and lazy-loaded heavy/rare stuff. Also, the component prop doesn't take arbitrary objects (only actual components), so imported data has to be wrapped in a component.
2024-02-07 17:25:08 +00:00
Charis
961c8be87e
tweak nextjs guide from feedback ( #21066 )
...
Co-authored-by: github-tidy-bot <github-tidy-bot@supabase.com >
2024-02-07 14:36:34 +00:00
Jan Tennert
c59da45a3e
Fix Kotlin OTP Auth docs ( #20988 )
...
* Fix auth docs
* fix typo
* Clarify sending otps
2024-02-06 19:04:07 +00:00
Kang Ming
30d60342df
docs: update phone auth ( #21022 )
...
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2024-02-06 18:45:08 +00:00
Matthew Tse
6781437dff
Fix typo row-level-security.mdx ( #20991 )
...
* Fix typo row-level-security.mdx
The sentence was missing the noun.
* Run prettier on apps/*
* Revert "Run prettier on apps/*"
This reverts commit c24de2591c .
* revert prettier config changes
---------
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2024-02-06 18:36:48 +00:00
Hugo Korte
34db29646b
Changed '' to '/', this fixes issues with accessing cookies from different routes ( #21052 )
...
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-06 17:20:14 +00:00
Tyler
1b1180c8bb
fix: Fix the sample code for sending FCM from Supabase edge functions ( #21039 )
2024-02-06 16:17:38 +09:00
Div Arora
9e7981e190
chore: add note re: change in logical restore requirements ( #20425 )
2024-02-06 06:31:55 +00:00
Ronan O'Driscoll
ec2d463e7a
Minor clarification in wording on Getting Started With Flutter Guide ( #20996 )
...
Minor clarification on Getting Started With Flutter
This sentence was confusing to me (I thought I should put my own domain as the scheme) because of the "you can change it to whatever you like". This change clarifies that the guide is only referring to the host for the deep link.
The discord discussion gives further details of the challenge I had because of my misinterpretation: https://discord.com/channels/839993398554656828/1202047697948004472/1202047697948004472
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-05 19:30:36 +00:00
Vidz
71df1f18fd
Query param bug... ( #21017 )
...
Update openai.mdx
A little bug in the code...
2024-02-05 19:03:44 +00:00
hallidayo
8d61f33364
feat: database backup support note ( #20962 )
...
database docs feat
2024-02-02 22:43:06 +00:00
hawkcookie
201e7f9b9c
docs: Update links in triggers.mdx ( #20952 )
...
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-02 18:18:04 +00:00
Charis
0c006672eb
fix cookies methods for nextjs ssr ( #20941 )
2024-02-02 12:57:55 -05:00
Vkzem
5c4dbcdd10
Update email-based-auth-with-pkce-flow-for-ssr.mdx ( #20943 )
...
Wrong email auth type param passed on magic link event. Should be one time login through magic link via 'magiclink' not confirm email via 'email'
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-02 04:38:48 +00:00
Tyler
11cf512ef0
docs: Add notes about email confirmation for Spotify login ( #20924 )
...
* docs: Add notes about email confirmation for Shopify login
* Update apps/docs/pages/guides/auth/social-login/auth-spotify.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/auth/social-login/auth-spotify.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/auth/social-login/auth-spotify.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/pages/guides/auth/social-login/auth-spotify.mdx
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-02 12:20:46 +09:00
Charis
aecd53831a
remove deprecated orphan page ( #20940 )
2024-02-01 15:45:21 -05:00
vivek
fe507c69e8
Update connecting-to-postgres.mdx - Fixed region in connection url ( #20930 )
...
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-01 18:18:52 +00:00
Thor 雷神 Schaeff
d4e5662e87
docs: update ef quickstart video. ( #20899 )
2024-02-01 13:30:43 +08:00
Tyler
9fc18bb256
docs: Add non-native apple sign in section for Flutter on the docs ( #20837 )
...
* Add non-native apple sign in section for Flutter on the docs
* Update apps/docs/pages/guides/auth/social-login/auth-apple.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-01-31 03:05:00 +00:00
Charis
4531aaca2b
fix: fix email template instructions for nextjs auth guide ( #20860 )
2024-01-30 20:45:18 -05:00
hallidayo
cee9770d98
fix: index_advisor docs links ( #20885 )
...
changed links and added new resourse
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-01-30 21:20:29 +00:00
Felix K
39e831bc09
[Docs] Fix createClient function to resolve type errors ( #20799 )
...
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-01-30 21:05:59 +00:00
j4n-e4t
9a5d8e00b6
docs: (update) clarify docs for client sdk ( fixes #19444 ) ( #20845 )
...
* docs: (fix) add reference to Next.js Auth docs to client sdk docs
* place admonition under nextjs tab
---------
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2024-01-30 21:03:10 +00:00
Sarapuce
fada871320
fix: typo in partitions guide ( #20831 )
...
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-01-30 20:48:04 +00:00
Kurokoi
c8a04c0909
docs: fix code snippets for expo tutorial ( #20766 )
...
* docs: fix compiler errors for expo react native tutorial
https://github.com/supabase/supabase/issues/20764
* docs: use `expo-document-picker` for expo react native tutorial
https://github.com/supabase/supabase/issues/20764
* docs: update text to reflect library replacement
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* expo-react-native: change from rn document picker to expo-image-picker
* docs: run prettier for expo tutorial
* docs: add missing contentType and fileExt for expo tutorial
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
Co-authored-by: Samir <samir.js.zip@gmail.com >
2024-01-30 20:29:02 +00:00