Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion contribute/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sidebar_label: 'Using clickhouse-local database'
slug: /chdb/guides/clickhouse-local
description: 'Learn how to use a clickhouse-local database with chDB'
keywords: ['chdb', 'clickhouse-local']
doc_type: 'reference' (or 'guide' or 'changelog')
---
```

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

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