From 52b071feb34fd007681ef4ac8057ba95dcdbef5a Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 21 Jun 2023 22:53:49 +0200 Subject: [PATCH] docs: indentation added to "Intallation and usage" --- docs/getting_started/installation_and_usage.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/getting_started/installation_and_usage.md b/docs/getting_started/installation_and_usage.md index 1a5fe696..d4259d85 100644 --- a/docs/getting_started/installation_and_usage.md +++ b/docs/getting_started/installation_and_usage.md @@ -420,15 +420,15 @@ After that, you can either: - easily [start a live server to preview the documentation as you write](https://squidfunk.github.io/mkdocs-material/creating-your-site/#previewing-as-you-write) -```shell -mkdocs serve -``` + ```shell + mkdocs serve + ``` - [build the documentation](https://squidfunk.github.io/mkdocs-material/creating-your-site/#building-your-site) -```shell -mkdocs build -``` + ```shell + mkdocs build + ``` ## Packaging