Skip to content

Commit 035dede

Browse files
authored
Merge pull request #4463 from ClickHouse/Blargian-patch-808548
Update style-guide.md with information about `doc_type` front-matter field
2 parents b79c179 + 0e97d30 commit 035dede

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contribute/style-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ sidebar_label: 'Using clickhouse-local database'
1616
slug: /chdb/guides/clickhouse-local
1717
description: 'Learn how to use a clickhouse-local database with chDB'
1818
keywords: ['chdb', 'clickhouse-local']
19+
doc_type: 'reference' (or 'guide' or 'changelog')
1920
---
2021
```
2122

@@ -26,7 +27,7 @@ keywords: ['chdb', 'clickhouse-local']
2627
There is a custom Docusaurus plugin which runs on build that makes the following
2728
checks on front-matter:
2829

29-
- title, description and slug are specified.
30+
- title, description, slug and doc_type (either `reference`, `guide`, `landingpage` or `changelog`) are specified.
3031
- keywords use flow style arrays with single quoted items e.g.
3132
`keywords: ['integrations']`
3233
- single quotes are used for title, description, slug, sidebar_label

0 commit comments

Comments
 (0)