Skip to content

Commit 1a62856

Browse files
committed
add keywords
1 parent 5595db6 commit 1a62856

File tree

19 files changed

+19
-0
lines changed

19 files changed

+19
-0
lines changed

docs/about-us/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
slug: /about
33
title: 'About ClickHouse'
44
description: 'Landing page for About ClickHouse'
5+
keywords: ['about', 'overview', 'introduction']
56
---
67

78
# About ClickHouse

docs/about-us/intro.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: /about-clickhouse
33
sidebar_label: 'What is ClickHouse?'
44
title: 'What is ClickHouse?'
55
description: 'Page describing what ClickHouse is'
6+
keywords: ['what is', 'introduction']
67
---
78

89
import Content from '@site/docs/intro.md';

docs/concepts/glossary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_label: 'Glossary'
33
description: 'This page contains a list of commonly used words and phrases regarding ClickHouse, as well as their definitions.'
44
title: 'Glossary'
55
slug: /concepts/glossary
6+
keywords: ['glossary', 'definitions', 'terminology']
67
---
78

89
# Glossary

docs/faq/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'FAQ'
44
description: 'Landing page for FAQ'
55
pagination_prev: null
66
pagination_next: null
7+
keywords: ['FAQ', 'questions', 'answers']
78
---
89

910
| Page | Description |

docs/guides/best-practices/bulkinserts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: /optimize/bulk-inserts
33
sidebar_label: 'Bulk Inserts'
44
title: 'Bulk Inserts'
55
description: 'Sending a smaller amount of inserts that each contain more data will reduce the number of writes required.'
6+
keywords: ['bulk insert', 'batch insert', 'insert optimization']
67
---
78

89
import Content from '@site/docs/best-practices/_snippets/_bulk_inserts.md';

docs/integrations/data-sources/cassandra.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: /integrations/cassandra
33
sidebar_label: 'Cassandra'
44
title: 'Cassandra'
55
description: 'Page describing how users can integrate with Cassandra via a dictionary.'
6+
keywords: ['cassandra', 'integration', 'dictionary']
67
---
78

89
# Cassandra integration

docs/integrations/data-sources/deltalake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: /integrations/deltalake
33
sidebar_label: 'Delta Lake'
44
title: 'Delta Lake'
55
description: 'Page describing how users can integrate with the Delta lake table format via the table function.'
6+
keywords: ['delta lake', 'table function', 'data lake format']
67
---
78

89
import DeltaLakeFunction from '@site/docs/sql-reference/table-functions/deltalake.md';

docs/integrations/data-sources/hive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebar_label: 'Hive'
44
title: 'Hive'
55
hide_title: true
66
description: 'Page describing the Hive table engine'
7+
keywords: ['hive', 'table engine', 'integration']
78
---
89

910
import HiveTableEngine from '@site/docs/engines/table-engines/integrations/hive.md';

docs/integrations/data-sources/hudi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebar_label: 'Hudi'
44
title: 'Hudi'
55
hide_title: true
66
description: 'Page describing the Hudi table engine'
7+
keywords: ['hudi table engine', 'apache hudi', 'data lake integration']
78
---
89

910
import HudiTableEngine from '@site/docs/engines/table-engines/integrations/hudi.md';

docs/integrations/data-sources/iceberg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: /integrations/iceberg
33
sidebar_label: 'Iceberg'
44
title: 'Iceberg'
55
description: 'Page describing the IcebergFunction which can be used to integrate ClickHouse with the Iceberg table format'
6+
keywords: ['iceberg table function', 'apache iceberg', 'data lake format']
67
---
78

89
import IcebergFunction from '@site/docs/sql-reference/table-functions/iceberg.md';

0 commit comments

Comments
 (0)