Merge pull request #2076 from spotify/shmidt-i/app-catalog-tabs-routes-everything-is-connected

APP-driven catalog entity page with GitHub Actions integration & routes & tabs
This commit is contained in:
Ivan Shmidt
2020-09-03 14:06:44 +02:00
committed by GitHub
45 changed files with 1122 additions and 591 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 Service Catalog
If your plugin isn't supposed to live as a standalone page, but rather needs to
be presented as a part of a Service Catalog (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.