Add Algolia search config.
This commit is contained in:
parent
7944835ecf
commit
22238d24de
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ module.exports = {
|
||||||
],
|
],
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} ZMK Project Contributors, Built with Docusaurus.`,
|
copyright: `Copyright © ${new Date().getFullYear()} ZMK Project Contributors, Built with Docusaurus.`,
|
||||||
},
|
},
|
||||||
|
algolia: {
|
||||||
|
apiKey: "75325855fc90356828fe212d38e5ca34",
|
||||||
|
indexName: "zmkfirmware",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue