From e71d0002abc1d0415f7fe32da88a7b7bf5ae35ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 9 Jun 2021 14:51:28 +0200 Subject: [PATCH] fix prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/features/software-templates/installation.md | 3 ++- docs/features/techdocs/getting-started.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/features/software-templates/installation.md b/docs/features/software-templates/installation.md index 0ce34f9f87..d5643ca955 100644 --- a/docs/features/software-templates/installation.md +++ b/docs/features/software-templates/installation.md @@ -271,7 +271,8 @@ If you are running Backstage from a Docker container and you want to avoid calling a container inside a container, you can set up Cookiecutter in your own image, this will use the local installation instead. -You can do so by including the following lines in the last step of your `Dockerfile`: +You can do so by including the following lines in the last step of your +`Dockerfile`: ```Dockerfile RUN apt-get update && apt-get install -y python3 python3-pip diff --git a/docs/features/techdocs/getting-started.md b/docs/features/techdocs/getting-started.md index 7eaadf92de..cf0bbb0de1 100644 --- a/docs/features/techdocs/getting-started.md +++ b/docs/features/techdocs/getting-started.md @@ -213,10 +213,10 @@ environment is compatible with techdocs. You will have to install the `mkdocs` and `mkdocs-techdocs-core` package from pip, as well as `graphviz` and `plantuml` from your OS package manager (e.g. -apt). +apt). - -You can do so by including the following lines in the last step of your `Dockerfile`: +You can do so by including the following lines in the last step of your +`Dockerfile`: ```Dockerfile RUN apt-get update && apt-get install -y python3 python3-pip