Skip to content

Commit 531d672

Browse files
authored
Merge branch 'main' into Blargian-patch-427799
2 parents 19ad8d9 + 35d3940 commit 531d672

File tree

735 files changed

+8524
-1699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

735 files changed

+8524
-1699
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ You can run a copy of this website locally within a few steps. Some folks find t
8080
# [INFO] Use `npm run serve` command to test your build locally.
8181
# ✨ Done in 105.96s.
8282
```
83+
84+
> [!TIP]
85+
> If the build command is failing due to broken anchors,
86+
> it is possible to ignore these temporarily by running `ON_BROKEN_ANCHORS=ignore yarn build` instead.
8387

8488
1. Start the local web-server:
8589

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

docs/_placeholders/api/_invitations-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_label: Invitations
33
title: Invitations
4+
doc_type: 'reference'
45
---
56

67
## List all invitations {#list-all-invitations}

docs/_placeholders/api/_keys-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_label: Keys
33
title: Keys
4+
doc_type: 'reference'
45
---
56

67
## Get list of all keys {#get-list-of-all-keys}

docs/_placeholders/api/_members-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_label: Members
33
title: Members
4+
doc_type: 'reference'
45
---
56

67
## List organization members {#list-organization-members}

docs/_placeholders/api/_organizations-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_label: Organizations
33
title: Organizations
4+
doc_type: 'reference'
45
---
56

67
## Get organization details {#get-organization-details}

docs/_placeholders/api/_services-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_label: Services
33
title: Services
4+
doc_type: 'landing-page'
45
---
56

67
## List of organization services {#list-of-organization-services}

docs/_placeholders/changelog/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ slug: /whats-new/changelog/
55
sidebar_position: 2
66
sidebar_label: '2025'
77
title: '2025 Changelog'
8+
doc_type: 'changelog'
89
---
910

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Image from '@theme/IdealImage';
22
import cloud_service_action_menu from '@site/static/images/_snippets/cloud-service-actions-menu.png';
33

4-
Select your service, followed by `Data souces` -> `Predefined sample data`.
4+
Select your service, followed by `Data sources` -> `Predefined sample data`.
55

66
<Image size="md" img={cloud_service_action_menu} alt="ClickHouse Cloud service Actions menu showing Data sources and Predefined sample data options" border />

docs/_snippets/_tabs.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)