Skip to content

Commit d944569

Browse files
Merge pull request ClickHouse#80159 from ClickHouse/Blargian-patch-14
Docs: cross link JSON best practice guide
2 parents 68f91aa + 6646587 commit d944569

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

ci/jobs/scripts/check_style/aspell-ignore/en/aspell-dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ CapContains
152152
CapUnion
153153
CapnProto
154154
CapnProtoEnumComparingMode
155+
CardSecondary
155156
CatBoost
156157
CellAreaM
157158
CellAreaRads

docs/en/sql-reference/data-types/newjson.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ slug: /sql-reference/data-types/newjson
88
title: 'JSON Data Type'
99
---
1010

11+
import {CardSecondary} from '@clickhouse/click-ui/bundled';
12+
13+
<CardSecondary
14+
badgeState="success"
15+
badgeText=""
16+
description="Check out our JSON best practice guide for examples, advanced features and considerations for using the JSON type."
17+
icon="book"
18+
infoText="Read more"
19+
infoUrl="/docs/best-practices/use-json-where-appropriate"
20+
title="Looking for a guide?"
21+
/>
22+
<br/>
23+
1124
The `JSON` type stores JavaScript Object Notation (JSON) documents in a single column.
1225

1326
If you want to use the `JSON` type, and for the examples on this page, please use:

0 commit comments

Comments
 (0)