Skip to content

Commit 8fed560

Browse files
committed
fix vertical stepper rendering and landing pages
1 parent 6a9e3bc commit 8fed560

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

docs/use-cases/AI_ML/MCP/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
slug: /use-cases/AI/MCP
3+
title: 'Landing page for MCP guides'
4+
pagination_prev: null
5+
pagination_next: null
6+
description: 'This page contains a landing page with table of contentsfor MCP guides.'
7+
keywords: ['ClickHouse', 'MCP']
8+
show_related_blogs: true
9+
---
10+
11+
<!--AUTOGENERATED_START-->
12+
<!--AUTOGENERATED_END-->

docs/use-cases/AI_ML/MCP/ollama.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Image from '@theme/IdealImage';
1717

1818
> This guide explains how to use the ClickHouse MCP Server with Ollama.
1919
20-
<VerticalStepper headerLevel="h2" />
20+
<VerticalStepper headerLevel="h2">
2121

2222
## Install Ollama {#install-ollama}
2323

@@ -216,4 +216,6 @@ We can then ask the model questions about the databases/tables available in the
216216

217217
In our experience when using smaller models (the default qwen3 model has 8 billion parameters), you'll need to be more specific about what you'd like it to do.
218218
For example, you'll need to explicitly ask it to list the databases and tables rather than straight away asking it to query a certain table.
219-
You can partially eleviate this problem by using a large model (e.g. qwen3:14b), but that will run more slowly on consumer hardware.
219+
You can partially eleviate this problem by using a large model (e.g. qwen3:14b), but that will run more slowly on consumer hardware.
220+
221+
</VerticalStepper>

docs/use-cases/AI_ML/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ keywords: ['machine learning', 'genAI', 'AI']
1111

1212
ClickHouse is ideally suited as a real-time database to power Machine Learning workloads.
1313
With ClickHouse, it's easier than ever to unleash GenAI on your analytics data.
14-
In this section you'll find some guides around how ClickHouse is used for
14+
In this section, you'll find some guides around how ClickHouse is used for
1515
Machine Learning and GenAI.
1616

17-
<!--AUTOGENERATED_START-->
18-
<!--AUTOGENERATED_END-->
17+
| Section | Description |
18+
|--------------------------|--------------------------------------------------------------------------------------------|
19+
| [MCP](/use-cases/AI/MCP) | A collection of guides to get you setup using Model Context Protocol (MCP) with ClickHouse |

scripts/autogenerate-table-of-contents.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COMMANDS=(
4545
'--single-toc --dir="docs/development" --md="docs/development/index.md" --ignore images'
4646
'--single-toc --dir="docs/getting-started/example-datasets" --md="docs/getting-started/index.md" --ignore images'
4747
'--single-toc --dir="docs/integrations/data-ingestion/clickpipes/kafka" --md="docs/integrations/data-ingestion/clickpipes/kafka/index.md" --ignore images'
48-
'--single-toc --dir="docs/use-cases/AI_ML/MCP" --md="docs/use-cases/AI_ML/index.md" --ignore images'
48+
'--single-toc --dir="docs/use-cases/AI_ML/MCP" --md="docs/use-cases/AI_ML/MCP/index.md" --ignore images'
4949
)
5050

5151
# Execute each command

0 commit comments

Comments
 (0)