diff --git a/microsite/data/plugins/shortcuts.yaml b/microsite/data/plugins/shortcuts.yaml new file mode 100644 index 0000000000..437a0e44b1 --- /dev/null +++ b/microsite/data/plugins/shortcuts.yaml @@ -0,0 +1,9 @@ +--- +title: Shortcuts +author: Spotify +authorUrl: https://github.com/spotify +category: Utility +description: The shortcuts plugin allows a user to have easy access to pages within a Backstage app by storing them as "shortcuts" in the Sidebar. +documentation: https://github.com/backstage/backstage/blob/master/plugins/shortcuts/README.md +iconUrl: img/shortcuts.svg +npmPackageName: '@backstage/plugin-shortcuts' diff --git a/microsite/static/img/shortcuts.svg b/microsite/static/img/shortcuts.svg new file mode 100644 index 0000000000..c53a45c0ab --- /dev/null +++ b/microsite/static/img/shortcuts.svg @@ -0,0 +1 @@ + \ No newline at end of file