From b62ba56b398603b1956e9366370c7c43596b315d Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:45:55 +0200 Subject: [PATCH 1/2] fix up homepage links after redesign --- index.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.mdx b/index.mdx index 02941cf8e..a2382e987 100644 --- a/index.mdx +++ b/index.mdx @@ -110,7 +110,7 @@ export const McpSetup = () => { "mcpServers": { "clickhouse-docs": { "command": "npx", - "args": ["-y", "mintlify-mcp", "--doc-url", "https://clickhouse.com/docs"] + "args": ["-y", "mintlify-mcp", "--doc-url", "https://private-7c7dfe99.mintlify.app/mcp"] } } }`; @@ -237,8 +237,8 @@ export const McpSetup = () => { { label: "Functions", href: "/reference/functions/regular-functions/overview" }, { label: "Engines", href: "/reference/engines/engines" }, { label: "System tables", href: "/reference/system-tables" }, - { label: "Formats", href: "/reference/formats/Arrow/Arrow" }, - { label: "Data types", href: "/reference/data-types/int-uint" } + { label: "Formats", href: "/reference/formats/index" }, + { label: "Data types", href: "/reference/data-types/index" } ]} /> { } links={[ { label: "How to ingest data from common sources with minimal work", href: "/integrations" }, - { label: "Best practices for organizing data for analytics and growth", href: "/data-modeling/schema-design" }, + { label: "Best practices for organizing data for analytics and growth", href: "/guides/clickhouse/data-modelling/schema-design" }, { label: "Ways to query large datasets in real time", href: "/get-started/use-cases/real-time-analytics" }, { label: "How to build dashboards, alerts, and event-driven features on top", href: "/get-started/use-cases/data-warehousing" }, - { label: "Tips to keep costs low while performance stays high", href: "/operations/best-practices" }, + { label: "Tips to keep costs low while performance stays high", href: "/concepts/best-practices/index" }, ]} /> From c1a78ed4e9cd5c9292e3f7924bf52baa16633509 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:52:01 +0200 Subject: [PATCH 2/2] MCP fix --- index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdx b/index.mdx index a2382e987..935e0c542 100644 --- a/index.mdx +++ b/index.mdx @@ -110,7 +110,7 @@ export const McpSetup = () => { "mcpServers": { "clickhouse-docs": { "command": "npx", - "args": ["-y", "mintlify-mcp", "--doc-url", "https://private-7c7dfe99.mintlify.app/mcp"] + "args": ["-y", "mintlify-mcp", "--doc-url", "https://private-7c7dfe99.mintlify.app"] } } }`;