docs: plugin integration into catalog

This commit is contained in:
Ivan Shmidt
2020-08-31 23:18:06 +02:00
parent e57798cd88
commit 713060d1f3
8 changed files with 154 additions and 27 deletions
+7
View File
@@ -26,3 +26,10 @@ This helps the community know what plugins are in development.
You can also use this process if you have an idea for a good plugin but you hope
that someone else will pick up the work.
## Integrate into the catalog service
If your plugin isn't supposed to live as a standalone page, but rather needs to
be presented as a part of a catalog service (e.g. a separate tab or a card on an
"Overview" tab), then check out
[the instruction](integrating-plugin-into-service-catalog.md). on how to do it.