From a6b33a0faf8cde31cf8f227febad18aa17ad7e63 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 21 Jul 2020 11:00:35 +0200 Subject: [PATCH] wip --- docs/features/techdocs/concepts.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/features/techdocs/concepts.md b/docs/features/techdocs/concepts.md index 74d42e13cd..e237e4b10b 100644 --- a/docs/features/techdocs/concepts.md +++ b/docs/features/techdocs/concepts.md @@ -1 +1,13 @@ # Concepts + +This page describes concepts that has been introduced with Spotify's +docs-like-code solution in Backstage. + +### Transformers + +Transformers is an abstraction of functionality that are responsible for +different things. The reason to why transformers were introduced is to provide a +others to be able to switch out transformers as it fits your TechDocs solution. + +Interested in how transformers work? +[Read more here.](../../../plugins/techdocs/src/reader/transformers/README.md)