Skip to content

Commit 34dad83

Browse files
authored
[doc] add questdb init doc to sidebar and unify label (#4113)
1 parent 50d7548 commit 34dad83

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.github/workflows/doc-build-test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37+
- uses: pnpm/action-setup@v4
38+
with:
39+
version: 10
3740
- uses: actions/setup-python@v4
3841
with:
3942
python-version: '3.8'
@@ -53,10 +56,10 @@ jobs:
5356
grep -vFf ./script/ci/exclude_files.txt all_md_files.txt > to_check.txt
5457
xargs -P 8 -a to_check.txt -I{} markdown-link-check -c ./script/ci/link_check.json -q "{}"
5558
56-
- name: NPM INSTALL
59+
- name: PNPM INSTALL
5760
working-directory: home
58-
run: npm install
61+
run: pnpm install
5962

60-
- name: NPM BUILD
63+
- name: PNPM BUILD
6164
working-directory: home
62-
run: npm run build
65+
run: pnpm run build

home/docs/start/questdb-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: questdb-init
44

55
title: Installation and Initialization of Time-Series Database Service QuestDB (Optional)
66

7-
sidebar_label: Metric Data Storage - QuestDB
7+
sidebar_label: Metrics Store QuestDB
88

99
---
1010

home/sidebars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"start/victoria-metrics-init",
4747
"start/iotdb-init",
4848
"start/influxdb-init",
49+
"start/questdb-init",
4950
"start/postgresql-change",
5051
"start/mysql-change"
5152
]

home/versioned_docs/version-1.8.0/start/questdb-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: questdb-init
44

55
title: Installation and Initialization of Time-Series Database Service QuestDB (Optional)
66

7-
sidebar_label: Metric Data Storage - QuestDB
7+
sidebar_label: Metrics Store QuestDB
88

99
---
1010

home/versioned_sidebars/version-1.8.0-sidebars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"start/victoria-metrics-init",
5656
"start/iotdb-init",
5757
"start/influxdb-init",
58+
"start/questdb-init",
5859
"start/postgresql-change",
5960
"start/mysql-change"
6061
]

0 commit comments

Comments
 (0)