From f335f40c2ea9d4c3c9b4cd199ad934b068cca858 Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:16:31 -0500 Subject: [PATCH] docs: fixed indentation for sandbox tags (backport release-3.1.x) (#15692) Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> --- docs/sources/get-started/quick-start.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/get-started/quick-start.md b/docs/sources/get-started/quick-start.md index 320634abce14a..ef86dc715d05c 100644 --- a/docs/sources/get-started/quick-start.md +++ b/docs/sources/get-started/quick-start.md @@ -109,15 +109,15 @@ This quickstart assumes you are running Linux. ``` {{< /tab-content >}} {{< /tabs >}} - + -{{< docs/ignore >}} + {{< docs/ignore >}} ```bash wget https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/loki-config.yaml -O loki-config.yaml wget https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/alloy-local-config.yaml -O alloy-local-config.yaml wget https://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/docker-compose.yaml -O docker-compose.yaml ``` -{{< /docs/ignore >}} + {{< /docs/ignore >}} 3. Deploy the sample Docker image.