docs: indentation added to "Intallation and usage"

This commit is contained in:
Mateusz Pusz
2023-06-21 22:53:49 +02:00
parent 0fbc849608
commit 52b071feb3

View File

@@ -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) - 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 ```shell
mkdocs serve mkdocs serve
``` ```
- [build the documentation](https://squidfunk.github.io/mkdocs-material/creating-your-site/#building-your-site) - [build the documentation](https://squidfunk.github.io/mkdocs-material/creating-your-site/#building-your-site)
```shell ```shell
mkdocs build mkdocs build
``` ```
## Packaging ## Packaging