Skip to content

Commit 147db3d

Browse files
committed
config: update Algolia index name for documentation search
Changed the Algolia index name from "fobe-documentation-web" to "docs_fobestudio_com" to better reflect the new documentation structure. Signed-off-by: ChihoSin [email protected]
1 parent 8227f34 commit 147db3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = {
144144
algolia: {
145145
appId: "KOMJIOT8N0", // cspell: disable-line
146146
apiKey: "1cbe9bcb1d974a5c73e4146543eb8335",
147-
indexName: "fobe-documentation-web", // cspell: disable-line
147+
indexName: "docs_fobestudio_com", // cspell: disable-line
148148
placeholder: "Search FoBE Documentation",
149149
contextualSearch: true,
150150
},

0 commit comments

Comments
 (0)