Skip to content

Add Supabase Cloud DBM setup page and link to Postgres setup#35276

Open
dalextorres wants to merge 9 commits intomasterfrom
alejandro.torres/add-supabase-link-dbm-postgres-setup
Open

Add Supabase Cloud DBM setup page and link to Postgres setup#35276
dalextorres wants to merge 9 commits intomasterfrom
alejandro.torres/add-supabase-link-dbm-postgres-setup

Conversation

@dalextorres
Copy link
Contributor

What does this PR do? What is the motivation?

  • Adds missing Supabase card link to the DBM Postgres setup landing page (/database_monitoring/setup_postgres/)
  • Adds Supabase logo to static/images/integrations_logos/
  • Restructures Supabase DBM docs into two sub-pages (mirroring the RDS pattern):
    • Supabase Cloud (_index.md): Setup through the Supabase integration tile — no Agent required
    • Supabase Self-Hosted (agent.md): Existing Agent-based setup (moved from supabase.md)
  • Adds menu nav entries for Supabase Cloud and Supabase Self-Hosted

Merge instructions

Merge readiness:

  • Ready for merge

Additional notes

The Supabase Cloud page documents the integration tile flow (Project ID, API Key, Personal Access Token, "Enable Database Monitoring for query performance optimizations" checkbox) and the specific telemetry collected (query performance metrics, query samples, database instance metadata).

🤖 Generated with Claude Code

dalextorres and others added 2 commits March 13, 2026 11:03
The Supabase setup guide existed but was not linked from the
Postgres setup landing page. Add the card and logo.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Split Supabase DBM docs into two sub-pages mirroring the RDS pattern:
- Supabase Cloud (_index.md): integration tile setup, no Agent required
- Supabase Self-Hosted (agent.md): existing Agent-based setup

Also adds Supabase Cloud and Supabase Self-Hosted menu entries.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dalextorres dalextorres requested review from a team as code owners March 13, 2026 17:11
@github-actions github-actions bot added Architecture Everything related to the Doc backend Images Images are added/removed with this PR labels Mar 13, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 21c79c64bf

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +4685 to +4686
parent: dbm_postgres_supabase
identifier: dbm_supabase_cloud

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add Supabase to level-4 sidebar allowlist

These new entries are attached under dbm_postgres_supabase, which creates a fourth navigation level, but the left-nav renderer hides level-4 submenus with d-none unless the parent identifier is explicitly allowlisted (layouts/partials/nav/left-nav.html, around lines 69-72, currently only includes dbm_setup_postgres_rds for this DBM section). Because dbm_postgres_supabase is not in that allowlist, the new “Supabase Cloud”/“Supabase Self-Hosted” items will not appear in the sidebar even when Supabase is expanded, so users can’t discover them through primary docs navigation.

Useful? React with 👍 / 👎.

Without this, the Supabase Cloud and Supabase Self-Hosted
sub-menu items are hidden by d-none in the sidebar.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dalextorres dalextorres requested a review from a team as a code owner March 13, 2026 17:18
@github-actions
Copy link
Contributor

dalextorres and others added 6 commits March 13, 2026 13:42
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Keep both dbm_postgres_supabase (ours) and dev_tool_int_mcp_server (master).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@brett0000FF brett0000FF added the editorial review Waiting on a more in-depth review label Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend editorial review Waiting on a more in-depth review Images Images are added/removed with this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants