From dd7bb46723ec16c0e4cbcd0dbf56bc8ab692d8c2 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 1 Dec 2021 15:44:37 +0100 Subject: [PATCH] docs(dashboard): fix missing syntax highlight (#12910) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- docs/usage/key-concepts/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/key-concepts/dashboard.md b/docs/usage/key-concepts/dashboard.md index c9c2b12520..b7ffb534c8 100644 --- a/docs/usage/key-concepts/dashboard.md +++ b/docs/usage/key-concepts/dashboard.md @@ -29,7 +29,7 @@ To turn on the Dashboard manually, add the `:dependencyDashboard` preset to your Or set `dependencyDashboard` to `true`: -``` +```json { "dependencyDashboard": true } -- GitLab