diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-20 14:33:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 14:33:13 -0700 |
commit | 7be21f5240302aee97335c9bfd30817370b1e29d (patch) | |
tree | 36510d932bdee1727c68c3d98730ebe1973fef3d /docs | |
parent | a5b26fd810f32a7c02f676309388736b358bf6c4 (diff) | |
download | sncontinue-7be21f5240302aee97335c9bfd30817370b1e29d.tar.gz sncontinue-7be21f5240302aee97335c9bfd30817370b1e29d.tar.bz2 sncontinue-7be21f5240302aee97335c9bfd30817370b1e29d.zip |
Update docusaurus.config.js
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docusaurus.config.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 7746a87b..c29fa140 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -115,6 +115,18 @@ const config = { theme: lightCodeTheme, darkTheme: darkCodeTheme, }, + algolia: { + // The application ID provided by Algolia + appId: '0OMUMCQZVV', + + // Public API key: it is safe to commit it + apiKey: '6795de0f612eebe17018f8061a9ef18e', + + indexName: 'continue', + + // Optional: see doc section below + contextualSearch: true, + }, }), }; |