Merge pull request #7657 from SDA-SE/feat/techdocs-grid

Add `<EntityListDocsGrid>` and extend `<DocsCardGrid>` to display the entity title
This commit is contained in:
Patrik Oldsberg
2021-10-21 00:35:19 +02:00
committed by GitHub
8 changed files with 107 additions and 10 deletions
+2 -1
View File
@@ -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
(`<EntityListDocsGrid>`).
This is done in your `app` package. By default, you might see something like
this in your `App.tsx`: