Skip to content

Commit 496f132

Browse files
Merge pull request #442 from VictoriaMetrics/updated-root-plugin-page
docs: update root plugin page in website
2 parents e37c142 + 8aaa93c commit 496f132

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
export TARGET="../__vm-docs/content/victorialogs-grafana-datasource"
4646
rm -rf ${TARGET}
4747
cp -r docs ${TARGET}
48-
cp src/README.md ${TARGET}/
48+
cp src/_index.md ${TARGET}/
49+
cat src/README.md >> ${TARGET}/_index.md
4950
sed -i '/VictoriaLogs datasource for Grafana/g' ${TARGET}/README.md
5051
sed -i 's|docs/assets/|grafana-datasource/assets/|g' ${TARGET}/README.md
5152
echo "SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_OUTPUT

src/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
weight: 1
3+
title: Grafana
4+
menu:
5+
docs:
6+
identifier: integrations-vl-grafana
7+
parent: integrations-vl
8+
weight: 1
9+
---

0 commit comments

Comments
 (0)