From 01a00524de6b97b1ce0b2744f65bd77abde0dd3f Mon Sep 17 00:00:00 2001 From: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:06:07 +0000 Subject: [PATCH] docs: fixed indentation for sandbox tags (#15678) (cherry picked from commit c7d578e3d0753aaa19f2addd378ccb217b6f0a5c) --- 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.