This commit is contained in:
Emma Indal
2020-07-21 11:00:35 +02:00
parent af018ef2cf
commit a6b33a0faf
+12
View File
@@ -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)