From c58ebdc0d533483abada882437c81cb52dd6a776 Mon Sep 17 00:00:00 2001 From: Micash <70768913+micash545@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:13:13 +0100 Subject: [PATCH] Improve code blocks in docs: fix dockerfile codeblock language (#2880) --- docs/docs/10-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/10-intro.md b/docs/docs/10-intro.md index 7b1d8dab3..8d5b03f0d 100644 --- a/docs/docs/10-intro.md +++ b/docs/docs/10-intro.md @@ -63,7 +63,7 @@ steps: - And make the yaml declarative - Plugins are Docker images with your script as an entrypoint -```yaml title="Dockerfile" +```dockerfile title="Dockerfile" FROM laszlocloud/kubectl COPY deploy /usr/local/deploy ENTRYPOINT ["/usr/local/deploy"]