Skip to content

Commit b6b9b78

Browse files
w3b6x9kiwicopplegithub-actions[bot]
authored
feat: Supabase for Platforms launch (supabase#41056)
* DRAFT: creating some draft docs for PaaS * adds a link in the sidebar * fix images * refactor all images * add changes for functions * more updates * Adds more docs * cleaning up the project launch section * add PaaS project transfer instructions * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * updates * add docs on named restore points * remove note about enabling physical backups on v2 * update project claim flow with latest api endpoint * update docs * Update apps/docs/content/guides/integrations/platform-as-a-service.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/integrations/platform-as-a-service.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * updates * updates * updates * updates * updates * fix mgmt api links * remove "new" from api keys * updates * updates * add hyperlink ai builder solutions page * feat: Supabase for Platforms launch post # Conflicts: # apps/www/public/rss.xml # Conflicts: # apps/www/public/rss.xml * add blog assets * update marketing copy on ai builder solutions page * docs updates * fix scroll in partnership section hyperlink * format * updates * add words to spelling allowlist * updates * updates --------- Co-authored-by: Copple <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3852c43 commit b6b9b78

File tree

21 files changed

+733
-73
lines changed

21 files changed

+733
-73
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2951,22 +2951,25 @@ export const integrations: NavMenuConstant = {
29512951
},
29522952
{
29532953
name: 'Build Your Own',
2954-
url: undefined,
29552954
items: [
29562955
{
2957-
name: 'Build a Supabase integration',
2958-
url: '/guides/integrations/build-a-supabase-integration',
2956+
name: 'Supabase OAuth Integration',
2957+
url: '/guides/integrations/build-a-supabase-oauth-integration',
29592958
items: [
29602959
{
29612960
name: 'Overview',
2962-
url: '/guides/integrations/build-a-supabase-integration' as `/${string}`,
2961+
url: '/guides/integrations/build-a-supabase-oauth-integration',
29632962
},
29642963
{
29652964
name: 'OAuth scopes',
2966-
url: '/guides/integrations/build-a-supabase-integration/oauth-scopes' as `/${string}`,
2965+
url: '/guides/integrations/build-a-supabase-oauth-integration/oauth-scopes',
29672966
},
29682967
],
29692968
},
2969+
{
2970+
name: 'Supabase for Platforms',
2971+
url: '/guides/integrations/supabase-for-platforms',
2972+
},
29702973
],
29712974
},
29722975
{ name: 'Integrations', url: undefined, items: [] },

apps/docs/content/guides/integrations/build-a-supabase-integration.mdx renamed to apps/docs/content/guides/integrations/build-a-supabase-oauth-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: 'build-a-supabase-integration'
2+
id: 'build-a-supabase-oauth-integration'
33
title: 'Build a Supabase Integration'
44
subtitle: "This guide steps through building a Supabase Integration using OAuth2 and the management API, allowing you to manage users' organizations and projects on their behalf."
55
description: 'Build a Supabase Integration using OAuth2 and the Management API.'

apps/docs/content/guides/integrations/build-a-supabase-integration/oauth-scopes.mdx renamed to apps/docs/content/guides/integrations/build-a-supabase-oauth-integration/oauth-scopes.mdx

File renamed without changes.

0 commit comments

Comments
 (0)