Skip to content

Commit 470572d

Browse files
authored
Added algolia keys (#497)
1 parent c029296 commit 470572d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ module.exports={
7777
"darkTheme": darkCodeTheme,
7878
"additionalLanguages": ['php']
7979
},
80+
"algolia": {
81+
"appId": "14EJC4HSQA",
82+
"apiKey": "14e7cb570aceaf9dbcee76af8e701d1b",
83+
"indexName": "graphqlite_thecodingmachine",
84+
},
8085
"image": "/img/graphqlite.svg",
8186
"footer": {
8287
"links": [],
8388
"logo": {
8489
"src": "/img/graphqlite.svg",
8590
"href": 'https://github.com/thecodingmachine/graphqlite',
8691
}
87-
},
88-
// "algolia": {
89-
// "apiKey": "8fcce617e281864dc03c68d17f6206db",
90-
// "indexName": "graphqlite_thecodingmachine",
91-
// "algoliaOptions": {}
92-
// }
92+
}
9393
}
9494
}

0 commit comments

Comments
 (0)