Skip to content

Commit

Permalink
Added search
Browse files Browse the repository at this point in the history
  • Loading branch information
vishr committed Jul 10, 2023
1 parent 695dbe0 commit 8e0aa7f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config = {
gtag: {
trackingID: 'G-H19TMZLQFN',
anonymizeIP: true,
},
}
}),
]
],
Expand Down Expand Up @@ -141,6 +141,24 @@ const config = {
codeblock: {
showGithubLink: false,
showRunmeLink: false
},
algolia: {
// The application ID provided by Algolia
appId: '4AFTIR2HGK',

// Public API key: it is safe to commit it
apiKey: 'b92d819e8e37b59dc5d564d763542682',

indexName: 'labstack_echo',

// Optional: see doc section below
contextualSearch: true,

// Optional: Algolia search parameters
searchParameters: {},

// Optional: path for search page that enabled by default (`false` to disable it)
searchPagePath: 'search',
}
}),
};
Expand Down

0 comments on commit 8e0aa7f

Please sign in to comment.