mirror of https://github.com/zmkfirmware/zmk.git
Add Algolia search config.
This commit is contained in:
parent
7944835ecf
commit
22238d24de
|
|
@ -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 New Issue