diff --git a/microsite/core/Components.js b/microsite/core/Components.js
index 2abf507f5e..7453d21e3e 100644
--- a/microsite/core/Components.js
+++ b/microsite/core/Components.js
@@ -53,13 +53,17 @@ Block.QuoteContainer = simpleComponent('div', 'Block__QuoteContainer');
Block.Quote = simpleComponent('p', 'Block__Quote');
Block.Divider = simpleComponent('p', 'Block__Divider', ['quote']);
Block.MediaFrame = simpleComponent('div', 'Block__MediaFrame');
-Block.Graphics = ({ padding, children, innerPadding }) => {
+Block.Graphics = ({ padding, children, innerPadding, width }) => {
const style = {};
const innerStyle = {};
if (padding) {
style.padding = `${padding}% 0`;
}
+ if (width) {
+ style.width = width;
+ }
+
if (innerPadding) {
innerStyle.padding = `${innerPadding}% 0`;
}
diff --git a/microsite/data/plugins/backstage-search-platform.yaml b/microsite/data/plugins/backstage-search-platform.yaml
new file mode 100644
index 0000000000..18bbbd1fd1
--- /dev/null
+++ b/microsite/data/plugins/backstage-search-platform.yaml
@@ -0,0 +1,10 @@
+---
+title: Backstage Search
+author: Spotify
+authorUrl: https://github.com/spotify
+category: Core Feature
+description: A composable and extensible search platform built to fit your organization’s needs and find information quickly.
+documentation: https://backstage.io/docs/features/software-catalog/software-catalog-overview
+iconUrl: img/backstage-search-platform.svg
+npmPackageName: '@backstage/plugin-search'
+order: 5
diff --git a/microsite/pages/en/index.js b/microsite/pages/en/index.js
index af1e2e0b66..8e963c2453 100644
--- a/microsite/pages/en/index.js
+++ b/microsite/pages/en/index.js
@@ -440,18 +440,6 @@ class Index extends React.Component {
experience, or edit the look and feel of each search result
-
@@ -463,7 +451,6 @@ class Index extends React.Component {
TechDocs or Confluence and Stack Overflow
-
@@ -475,6 +462,22 @@ class Index extends React.Component {
+
+
+
+ }
+ />
diff --git a/microsite/static/img/backstage-search-platform.svg b/microsite/static/img/backstage-search-platform.svg
new file mode 100644
index 0000000000..0c058386ad
--- /dev/null
+++ b/microsite/static/img/backstage-search-platform.svg
@@ -0,0 +1,17 @@
+
+
+