Skip to content

Commit 8a156a0

Browse files
committed
feat: We've been accepted in the algolia FOSS program!
1 parent ecbd6cd commit 8a156a0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,12 @@ const config: Config = {
130130
additionalLanguages: ["bash", "diff", "lua", "nix", "powershell", "toml"],
131131
},
132132
algolia: {
133-
appId : "MS4XF9Z1OE",
134-
apiKey : "d88c4dc9a8ebab02a753d7d950c61246",
135-
indexName : "normal-rsio",
136-
contextualSearch: true,
133+
// search api (readonly)
134+
appId : "4KF163T7SU",
135+
apiKey : "c5e199d178ce77df6e1eddd623864683",
136+
indexName : "normalnvimio",
137+
contextualSearch: false,
138+
137139
},
138140
announcementBar: {
139141
id: "donate",

0 commit comments

Comments
 (0)