Enable search of docs on microsite (#2142)

* Enable search of docs on microsite

* Add proper config
This commit is contained in:
Stefan Ålund
2020-08-27 15:35:48 +02:00
committed by GitHub
parent e64411a754
commit 9e084265fe
+6
View File
@@ -110,6 +110,12 @@ const siteConfig = {
stylesheets: [
'https://fonts.googleapis.com/css?family=IBM+Plex+Mono:500,700&display=swap',
],
algolia: {
apiKey: '8d115c9875ba0f4feaee95bab55a1645',
indexName: 'backstage',
searchParameters: {}, // Optional (if provided by Algolia)
},
};
module.exports = siteConfig;