From 6404144d1307e37e4a3a8e1e44b1070e5192dbf1 Mon Sep 17 00:00:00 2001 From: ellinors Date: Tue, 21 Jul 2020 17:02:22 +0200 Subject: [PATCH] fix(techdocs): updated concepts documentation. --- docs/features/techdocs/concepts.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/features/techdocs/concepts.md b/docs/features/techdocs/concepts.md index e758890640..d0e3c3c0ea 100644 --- a/docs/features/techdocs/concepts.md +++ b/docs/features/techdocs/concepts.md @@ -13,9 +13,10 @@ of MkDocs used for TechDocs. ### TechDocs container -The TechDocs container is a Docker container that builds the HTML documentation -pages from Python flavoured markdown through MkDocs, including e.g. buttons -(more here) and styles. +The TechDocs container is a Docker container available at +[DockerHub](https://hub.docker.com/r/spotify/techdocs). It builds static HTML +pages, including stylesheets and scripts from Python flavored Markdown, through +MkDocs. [TechDocs Container](../../../packages/techdocs-container/README.md)