docs: port Notion Custom Agents integration page from clickhouse-docs#103
Merged
Conversation
1 task
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports ClickHouse/clickhouse-docs#6323 — adds a partner-tier integration guide for connecting ClickHouse Cloud to a Notion Custom Agent via the Remote MCP server.
Changes
integrations/connectors/data-integrations/integrations/notion.mdx— setup guide withPartnerBadge, prerequisites, step-by-step Notion-side flow, screenshot placeholders, example prompts, and links to Notion's MCP help articles. Slug preserved as/integrations/notion.integrations/connectors/tools/data-integration-index.mdx— added Notion row and keyword.products/cloud/features/ai-ml/mcp/remote-mcp.mdx— cross-linked the new page from the Remote MCP guide.integrations/connectors/navigation.json— registered the page under Data integrations.Mintlify transforms applied
:::noteadmonition →<Note>component.import PartnerBadge from '@theme/badges/PartnerBadge'→import PartnerBadge from "/snippets/components/PartnerBadge/PartnerBadge.jsx"(matches existing partner pages).sidebar_label→sidebarTitle.integrations/.../integrations/notion.mdxto match sibling partner pages (middleware.mdx,retool.mdx) rather than the sourcenotion/index.mdlayout.{/* TODO(screenshot): ... */}MDX comments preserved verbatim (valid in MDX).Notes / ambiguities
/use-cases/AI/MCP/remote_mcp,/cloud/features/ai-ml/remote-mcp,/getting-started/quick-start/cloud). These resolve via slug aliases (_migration/slug-map.csvconfirms all three). Mintlify'sbroken-linkschecker flags them as unknown but they redirect correctly at runtime; other ported pages in this repo use the file-path form, so a follow-up rewrite to the file-path style is possible if preferred.data-integration-index.mdx) uses full repo paths for sibling rows; the Notion row uses the canonical/integrations/notionslug to match the source PR. Existing partner rows could be normalized in a follow-up for consistency./integrationsgrid card for Notion is a separate registration step (called out as a follow-up in the source PR) and not in scope here.Note
Low Risk
Documentation-only changes with no runtime, auth, or data-path impact.
Overview
Adds a partner-tier integration guide for wiring ClickHouse Cloud Remote MCP into Notion Custom Agents (
notion.mdxat slug/integrations/notion), including prerequisites, Notion-side setup steps, OAuth, read-only tool toggles, example prompts, and screenshot TODO placeholders.Discovery: the page is registered under Data integrations in
navigation.json, listed on the data integrations landing table (with Notion in keywords), and linked from the Remote MCP setup guide via a new Notion subsection.Reviewed by Cursor Bugbot for commit 6da890f. Bugbot is set up for automated code reviews on this repo. Configure here.