Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
}`;
Expand Down Expand Up @@ -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" }
]}
/>
<HeroCard
Expand Down Expand Up @@ -309,10 +309,10 @@ export const McpSetup = () => {
</>}
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" },
]}
/>
</div>
Expand Down