feat(openapi-tooling): use info.title as the pluginId

the current approach to pass pluginId to the client is opaque and using package name as a title isn't super descriptive.

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
Aramis
2024-01-18 16:21:39 -05:00
parent 73961898cd
commit 324b970209
46 changed files with 47 additions and 55 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: '@backstage/plugin-todo-backend'
title: todo
version: '1'
description: The Backstage backend plugin that provides source code todo comment browsing.
license: