From bf9d10ba5f6c2ddc304d13ca84cd38fd300db680 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Wed, 20 Oct 2021 16:44:58 +0200 Subject: [PATCH] Mention in the docs Signed-off-by: Oliver Sand --- docs/features/techdocs/how-to-guides.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index 9c41c6dde2..7cc3b59ad2 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -110,7 +110,8 @@ TechDocs uses a composability pattern similar to the Search and Catalog plugins in Backstage. While a default table experience, similar to the one provided by the Catalog plugin, is made available for ease-of-use, it's possible for you to provide a completely custom experience, tailored to the needs of your -organization. +organization. For example, TechDocs comes with an alternative grid based layout +(``). This is done in your `app` package. By default, you might see something like this in your `App.tsx`: