File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/guides/best-practices Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ title: 'Choose a Low Cardinality Partitioning Key'
5
5
description : ' Use a low cardinality partitioning key or avoid using any partitioning key for your table.'
6
6
---
7
7
8
- import Content from '@site/docs /best-practices/partitioning_keys.md ';
8
+ import Content from '@site/docs /best-practices/partitioning_keys.mdx ';
9
9
10
10
<Content />
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ const config = {
60
60
// url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
61
61
baseUrl : "/docs/" ,
62
62
baseUrlIssueBanner : true ,
63
- onBrokenLinks : "warn " ,
63
+ onBrokenLinks : "throw " ,
64
64
onBrokenMarkdownLinks : "warn" ,
65
65
onDuplicateRoutes : "throw" ,
66
- onBrokenAnchors : "warn " ,
66
+ onBrokenAnchors : "throw " ,
67
67
favicon : "img/docs_favicon.ico" ,
68
68
organizationName : "ClickHouse" ,
69
69
trailingSlash : false ,
You can’t perform that action at this time.
0 commit comments