Skip to content

Commit

Permalink
[v1.5] Format with prettier
Browse files Browse the repository at this point in the history
Consistent formatting improves readability and makes it easier for tools to transform the source.

The general human understanding of Markdown has some ambiguities so it's possible this PR will break some documentation presentation because the formatter follows the CommonMark specification.
Elminating this ambiguity provides more consistent behavior and makes it easier for future readers to understand your Markdown.

Consistent formatting is also necessary to provide meaningful diffs in future automated PRs.
If you would like to benefit from automated improvements made by the Docs Platform team, you must adopt `prettier` in your local development and enforce it in CI.

If you would like help running `prettier` in CI, reach out in the [#docs-platform Slack channel](https://raintank-corp.slack.com/archives/C07R2REUULS).

Created-By: reverse-changes
Repository: grafana/alloy
Website-Pull-Request: grafana/website#24071
  • Loading branch information
jdbaldry committed Feb 19, 2025
1 parent fd067c5 commit 1af8070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sources/tutorials/send-metrics-to-prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ It's a fully configured environment with all the dependencies already installed.

{{< docs/ignore >}}

> Since this tutorial builds on the previous one, a setup script is automatically run to ensure you have the necessary prerequisites in place. This should take no longer than 1 minute to complete. You may begin the tutorial when you see this message: `Installation script has now been completed. You may now begin the tutorial.`
> {{< /docs/ignore >}}
> Since this tutorial builds on the previous one, a setup script is automatically run to ensure you have the necessary prerequisites in place. This should take no longer than 1 minute to complete. You may begin the tutorial when you see this message: `Installation script has now been completed. You may now begin the tutorial.` > {{< /docs/ignore >}}
<!-- INTERACTIVE page intro.md END -->

Expand Down

0 comments on commit 1af8070

Please sign in to comment.