We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e37c142 + 8aaa93c commit 496f132Copy full SHA for 496f132
.github/workflows/docs.yaml
@@ -45,7 +45,8 @@ jobs:
45
export TARGET="../__vm-docs/content/victorialogs-grafana-datasource"
46
rm -rf ${TARGET}
47
cp -r docs ${TARGET}
48
- cp src/README.md ${TARGET}/
+ cp src/_index.md ${TARGET}/
49
+ cat src/README.md >> ${TARGET}/_index.md
50
sed -i '/VictoriaLogs datasource for Grafana/g' ${TARGET}/README.md
51
sed -i 's|docs/assets/|grafana-datasource/assets/|g' ${TARGET}/README.md
52
echo "SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_OUTPUT
src/_index.md
@@ -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