From 7289ca27ccbc896ea44a4e139c7985ce758a3a20 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Wed, 6 Oct 2021 15:03:46 -0500 Subject: [PATCH] Added Shortcuts to Plugin Marketplace Signed-off-by: Andre Wanlin --- microsite/data/plugins/shortcuts.yaml | 9 +++++++++ microsite/static/img/shortcuts.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 microsite/data/plugins/shortcuts.yaml create mode 100644 microsite/static/img/shortcuts.svg 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