From 592a696ab1b7dfa007d3b262082bf6b651dfa761 Mon Sep 17 00:00:00 2001 From: spacewander Date: Tue, 22 Feb 2022 11:23:39 +0800 Subject: [PATCH] docs(cn): remove datadog from sidebar & fix doc lint conf Signed-off-by: spacewander --- .github/workflows/doc-lint.yml | 1 + docs/zh/latest/config.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml index e37f7d432365..43f604ffbab3 100644 --- a/.github/workflows/doc-lint.yml +++ b/.github/workflows/doc-lint.yml @@ -4,6 +4,7 @@ on: pull_request: branches: [master, 'release/**'] paths: + - 'docs/**' - '**/*.md' jobs: diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json index 9c700f72d34d..a74b92505f5b 100644 --- a/docs/zh/latest/config.json +++ b/docs/zh/latest/config.json @@ -117,8 +117,7 @@ "label": "Metrics", "items": [ "plugins/prometheus", - "plugins/node-status", - "plugins/datadog" + "plugins/node-status" ] }, {