From 4d27f6ae69a7c98effc00e6aa621c5f8970fc3dd Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Thu, 1 Feb 2024 09:55:51 +0100 Subject: [PATCH] docs: start drafting the card documentation Signed-off-by: Camila Belo --- plugins/catalog-graph/EXPERIMENTAL.md | 224 ++++++++++++++++++++++++++ plugins/catalog-graph/README.md | 3 + plugins/catalog-graph/src/alpha.tsx | 28 ++-- 3 files changed, 246 insertions(+), 9 deletions(-) create mode 100644 plugins/catalog-graph/EXPERIMENTAL.md diff --git a/plugins/catalog-graph/EXPERIMENTAL.md b/plugins/catalog-graph/EXPERIMENTAL.md new file mode 100644 index 0000000000..5870b30e4b --- /dev/null +++ b/plugins/catalog-graph/EXPERIMENTAL.md @@ -0,0 +1,224 @@ +# catalog-graph + +> **Disclaimer:** +> This documentation is made for those using the experimental new Frontend system. +> If you are not using the new Backstage frontend system, please go [here](./README.md). + +Welcome to the catalog graph plugin! The catalog graph visualizes the relations +between entities, like ownership, grouping or API relationships. + +The plugin comes with these features: + +- Catalog entity relations graph card: + A card that displays the directly related entities to the current entity. + This card is for use on the entity page. + The card can be customized, for example filtering for specific relations. +