File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
versioned_docs/version-1.8.0/start Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ id: questdb-init
44
55title : 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
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ id: questdb-init
44
55title : 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
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments