From 5dff92ca11fddee41139e364e633795c3954c340 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Thu, 1 Oct 2020 08:54:14 +0200 Subject: [PATCH] Run prettier on doc files --- docs/features/techdocs/FAQ.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/features/techdocs/FAQ.md b/docs/features/techdocs/FAQ.md index 1057336838..1c5c4795be 100644 --- a/docs/features/techdocs/FAQ.md +++ b/docs/features/techdocs/FAQ.md @@ -18,7 +18,8 @@ This page answers frequently asked questions about [TechDocs](README.md). TechDocs is using [MkDocs](https://www.mkdocs.org/) to build project documentation under the hood. Documentation built with the [techdocs-container](https://github.com/spotify/backstage/blob/master/packages/techdocs-container/README.md) -is using the MkDocs [Material Theme](https://github.com/squidfunk/mkdocs-material). +is using the MkDocs +[Material Theme](https://github.com/squidfunk/mkdocs-material). #### What is the mkdocs-techdocs-core plugin? @@ -32,6 +33,6 @@ well as a selection of Python Markdown extensions that TechDocs supports. #### Does TechDocs support file formats other than Markdown (e.g. RST, AsciiDoc) ? Not right now. We are currently using MkDocs to generate the documentation from -source, so the files have to be in Markdown format. However, in the future we want to -support other static site generators which will make it possible to use other -file formats. +source, so the files have to be in Markdown format. However, in the future we +want to support other static site generators which will make it possible to use +otherfile formats.