diff --git a/apps/docs/content/guides/local-development/cli/getting-started.mdx b/apps/docs/content/guides/local-development/cli/getting-started.mdx index a65e54431ea43..204e31f8f813a 100644 --- a/apps/docs/content/guides/local-development/cli/getting-started.mdx +++ b/apps/docs/content/guides/local-development/cli/getting-started.mdx @@ -142,6 +142,12 @@ supabase stop --no-backup +<$Show if="!docs:hide_cli_profiles"> + +<$Partial path="cli_profiles.mdx" /> + + + ## Running Supabase locally The Supabase CLI uses Docker containers to manage the local development stack. Follow the official guide to install and configure [Docker Desktop](https://docs.docker.com/desktop): diff --git a/apps/www/_events/2025-10-03__supabase-select.mdx b/apps/www/_events/2025-10-03__supabase-select.mdx new file mode 100644 index 0000000000000..e1017b07a1c24 --- /dev/null +++ b/apps/www/_events/2025-10-03__supabase-select.mdx @@ -0,0 +1,13 @@ +--- +title: 'Supabase Select' +subtitle: 'Hosted at Y Combinator' +type: 'conference' +onDemand: false +disable_page_build: true +link: { href: https://select.supabase.com/, target: '_blank' } +date: '2025-10-03T10:00:00.000-07:00' +timezone: 'America/Los_Angeles' +duration: 'All Day' +categories: + - conference +--- diff --git a/apps/www/data/CustomerStories.ts b/apps/www/data/CustomerStories.ts index 063854d9d2a70..448497752b0e0 100644 --- a/apps/www/data/CustomerStories.ts +++ b/apps/www/data/CustomerStories.ts @@ -176,7 +176,7 @@ export const data: CustomerStoryType[] = [ description: 'Mobbin helps over 200,000 creators globally search and view the latest design patterns from well-known apps.', organization: 'Mobbin', - imgUrl: 'images/customers/logos/shotgun.png', + imgUrl: 'images/customers/logos/mobbin.png', logo: '/images/customers/logos/mobbin.png', logo_inverse: '/images/customers/logos/light/mobbin.png', url: '/customers/mobbin', diff --git a/apps/www/public/images/customers/logos/light/mobbin.png b/apps/www/public/images/customers/logos/light/mobbin.png index 4432df06a216f..eb6a5e7a50068 100644 Binary files a/apps/www/public/images/customers/logos/light/mobbin.png and b/apps/www/public/images/customers/logos/light/mobbin.png differ diff --git a/apps/www/public/images/customers/logos/mobbin.png b/apps/www/public/images/customers/logos/mobbin.png index 52f3681c1c4f6..cee7c28938a14 100644 Binary files a/apps/www/public/images/customers/logos/mobbin.png and b/apps/www/public/images/customers/logos/mobbin.png differ diff --git a/packages/common/enabled-features/enabled-features.json b/packages/common/enabled-features/enabled-features.json index 3221a0c981284..931ba321026ce 100644 --- a/packages/common/enabled-features/enabled-features.json +++ b/packages/common/enabled-features/enabled-features.json @@ -40,6 +40,7 @@ "docs:framework_quickstarts": true, "docs:full_getting_started": true, "docs:full_platform": true, + "docs:hide_cli_profiles": true, "docs:mobile_tutorials": true, "docs:pgtap": true, "docs:production_checklist": true, diff --git a/packages/common/enabled-features/enabled-features.schema.json b/packages/common/enabled-features/enabled-features.schema.json index cbb99e6bfb782..354de556a935c 100644 --- a/packages/common/enabled-features/enabled-features.schema.json +++ b/packages/common/enabled-features/enabled-features.schema.json @@ -115,6 +115,7 @@ "type": "boolean", "description": "Enable the database roles page" }, + "docs:auth": { "type": "boolean", "description": "Enable auth docs" @@ -143,6 +144,10 @@ "type": "boolean", "description": "Enable full platform documentation" }, + "docs:hide_cli_profiles": { + "type": "boolean", + "description": "Hide docs on CLI profiles" + }, "docs:mobile_tutorials": { "type": "boolean", "description": "Enable mobile tutorials getting started documentation" @@ -337,6 +342,7 @@ "docs:framework_quickstarts", "docs:full_getting_started", "docs:full_platform", + "docs:hide_cli_profiles", "docs:mobile_tutorials", "docs:pgtap", "docs:production_checklist",