Skip to content

Commit 1f388ff

Browse files
committed
docs(olap): extract duplicated Coming soon callout to shared include
Addresses CodeRabbit nit on #4033. Three split pages (ordering-and-primary-key, partitioning, settings-and-advanced) carried the identical "Coming soon" callout — factor to shared/coming-soon-olap-table-ref.mdx per project's {{ include }} convention. Leaves columns.mdx and defaults.mdx untouched because their callout bodies differ.
1 parent 86645f9 commit 1f388ff

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

apps/framework-docs-v2/content/moosestack/olap/ordering-and-primary-key.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import { Callout } from "@/components/mdx";
1111

1212
Reference for the ClickHouse `ORDER BY`, `PRIMARY KEY`, and `SAMPLE BY` clauses on an [`OlapTable`](/moosestack/olap/model-table). These are the most consequential decisions you make at table-creation time — ClickHouse cannot change `ORDER BY` in place.
1313

14-
<Callout type="info" title="Coming soon">
15-
This page is being expanded. For now, see the inline reference on the [OlapTable](/moosestack/olap/model-table) page.
16-
</Callout>
14+
:::include /shared/coming-soon-olap-table-ref.mdx
1715

1816
## Config fields covered
1917

apps/framework-docs-v2/content/moosestack/olap/partitioning.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import { Callout } from "@/components/mdx";
1111

1212
Reference for the ClickHouse `PARTITION BY` clause on an [`OlapTable`](/moosestack/olap/model-table). Partitioning controls how data is physically split into parts on disk and is the primary mechanism for retention, archival, and other data-lifecycle operations.
1313

14-
<Callout type="info" title="Coming soon">
15-
This page is being expanded. For now, see the inline reference on the [OlapTable](/moosestack/olap/model-table) page.
16-
</Callout>
14+
:::include /shared/coming-soon-olap-table-ref.mdx
1715

1816
## Config fields covered
1917

apps/framework-docs-v2/content/moosestack/olap/settings-and-advanced.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import { Callout } from "@/components/mdx";
1111

1212
Reference for engine-level settings, table constraints, and infrastructure-level configuration on an [`OlapTable`](/moosestack/olap/model-table). Use these when you need to tune ClickHouse engine behavior, enforce data invariants, target a specific database, deploy across a cluster, or filter seed data.
1313

14-
<Callout type="info" title="Coming soon">
15-
This page is being expanded. For now, see the inline reference on the [OlapTable](/moosestack/olap/model-table) page.
16-
</Callout>
14+
:::include /shared/coming-soon-olap-table-ref.mdx
1715

1816
## Config fields covered
1917

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Callout type="info" title="Coming soon">
2+
This page is being expanded. For now, see the inline reference on the [OlapTable](/moosestack/olap/model-table) page.
3+
</Callout>

0 commit comments

Comments
 (0)