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`: