Skip to content

Commit 3606a88

Browse files
authored
docs: add Algolia search (#231)
Signed-off-by: Grant Linville <[email protected]>
1 parent 5bda42a commit 3606a88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ const config = {
9191
darkTheme: prismThemes.dracula,
9292
additionalLanguages: ["cue", "docker"],
9393
},
94+
algolia: {
95+
apiKey: "e89df119e1db0b9e0c99ad397b8f4469",
96+
appId: "CLLI98NP9G",
97+
indexName: "gptscript",
98+
},
9499
}),
95100
};
96101

0 commit comments

Comments
 (0)