We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdee14 commit 1c6b473Copy full SHA for 1c6b473
.github/workflows/doc-lint.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
branches: [master, 'release/**']
6
paths:
7
+ - 'docs/**'
8
- '**/*.md'
9
10
jobs:
docs/zh/latest/config.json
@@ -117,8 +117,7 @@
117
"label": "Metrics",
118
"items": [
119
"plugins/prometheus",
120
- "plugins/node-status",
121
- "plugins/datadog"
+ "plugins/node-status"
122
]
123
},
124
{
0 commit comments