We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c029296 commit 470572dCopy full SHA for 470572d
website/docusaurus.config.js
@@ -77,18 +77,18 @@ module.exports={
77
"darkTheme": darkCodeTheme,
78
"additionalLanguages": ['php']
79
},
80
+ "algolia": {
81
+ "appId": "14EJC4HSQA",
82
+ "apiKey": "14e7cb570aceaf9dbcee76af8e701d1b",
83
+ "indexName": "graphqlite_thecodingmachine",
84
+ },
85
"image": "/img/graphqlite.svg",
86
"footer": {
87
"links": [],
88
"logo": {
89
"src": "/img/graphqlite.svg",
90
"href": 'https://github.com/thecodingmachine/graphqlite',
91
}
- },
- // "algolia": {
- // "apiKey": "8fcce617e281864dc03c68d17f6206db",
- // "indexName": "graphqlite_thecodingmachine",
- // "algoliaOptions": {}
92
- // }
+ }
93
94
0 commit comments