Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 5919c64

Browse files
committed
added searchbar
1 parent 74c436f commit 5919c64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ module.exports = {
1111
plugins: ['docusaurus-plugin-sass' /* @docusaurus/plugin-google-analytics (Not necessary because it automatically gets added) */],
1212
themeConfig: {
1313
hideableSidebar: true,
14+
algolia: {
15+
apiKey: '6b7b98565bb82e16996fd185f378d618',
16+
indexName: 'agile-ts',
17+
},
1418
colorMode: {
1519
defaultMode: 'dark',
1620
disableSwitch: false,

0 commit comments

Comments
 (0)