Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit cf4dc4b

Browse files
authored
docs: Add search functionality (#157)
1 parent 3ed9089 commit cf4dc4b

File tree

3 files changed

+700
-736
lines changed

3 files changed

+700
-736
lines changed

docs/docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ module.exports = {
1212
organizationName: 'arcus-azure', // Usually your GitHub org/user name.
1313
projectName: 'Arcus - Event Grid Proxy', // Usually your repo name.
1414
themeConfig: {
15+
algolia: {
16+
apiKey: process.env.ALGOLIA_API_KEY,
17+
indexName: 'arcus-azure',
18+
// Set `contextualSearch` to `true` when having multiple versions!!!
19+
contextualSearch: false,
20+
searchParameters: {
21+
facetFilters: ["tags:eventgrid-proxy"]
22+
},
23+
},
1524
image: 'img/arcus.jpg',
1625
navbar: {
1726
title: 'Event Grid Proxy',

0 commit comments

Comments
 (0)