From 1f60035ab38ede3672cf9cca5d588b80f21d90a6 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 5 Jun 2024 16:11:07 +0200 Subject: [PATCH] beps/0009: explicit goal to be able to discovery plugin from module Signed-off-by: Patrik Oldsberg --- beps/0009-plugin-metadata/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beps/0009-plugin-metadata/README.md b/beps/0009-plugin-metadata/README.md index 22a2468d35..1336178ce9 100644 --- a/beps/0009-plugin-metadata/README.md +++ b/beps/0009-plugin-metadata/README.md @@ -49,7 +49,7 @@ This metadata will be used to improve tooling in and around Backstage, such as p We want to provide a new set of standardized fields that makes it possible to build tooling that improves the following interactions with the Backstage ecosystem: - Browsing packages related to a plugin, i.e. listing all available library packages and frontend/backend variants of a specific plugin. -- Discoverability of plugin modules. Given a plugin you should be able to identify all of its modules. +- Discoverability of plugin modules. Given a plugin you should be able to identify all of its modules, and given a module you should be able to discovery its plugin. Furthermore this proposal should also lay the foundation for how we define additional metadata fields in the future. How they are validated, documented, and surfaced in the Backstage ecosystem.