From 8bc23b3a54068da2d3cdd1aa7ace0d9e21bb72b4 Mon Sep 17 00:00:00 2001 From: David Baakman Date: Sun, 2 Jun 2024 19:20:09 +0000 Subject: [PATCH] docs: remove superfluous yaml code block (#2342) Fixes the ```yaml shown in the documentation. Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2342 Reviewed-by: konrad Co-authored-by: David Baakman Co-committed-by: David Baakman --- docs/content/doc/setup/config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/doc/setup/config.md b/docs/content/doc/setup/config.md index e26682d7a..528f8333d 100644 --- a/docs/content/doc/setup/config.md +++ b/docs/content/doc/setup/config.md @@ -22,7 +22,6 @@ export VIKUNJA_FIRST_CHILD=true is the same as defining it in a `config.yml` like so: -```yaml ```yaml first: child: true