diff options
author | Joel Spadin <[email protected]> | 2022-03-29 01:03:20 -0500 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-03-29 23:03:56 -0400 |
commit | ed41d42874073509316eb075358111259690b831 (patch) | |
tree | 4543b9b3a5a2cc765e32b14e99c004d7bdc1a725 /docs/docusaurus.config.js | |
parent | 20fcd35026df2ca2d880eb0399c0a2738dba99e6 (diff) | |
download | zmk-ed41d42874073509316eb075358111259690b831.tar.gz zmk-ed41d42874073509316eb075358111259690b831.zip |
feat(docs): Add aggregated metadata to website
Added /hardware-metadata.json to the ZMK website.
This gives external tools a way to grab all hardware metadata at once.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ed018f304e..b1c1b5c010 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -11,6 +11,7 @@ module.exports = { plugins: [ path.resolve(__dirname, "src/docusaurus-tree-sitter-plugin"), path.resolve(__dirname, "src/hardware-metadata-collection-plugin"), + path.resolve(__dirname, "src/hardware-metadata-static-plugin"), path.resolve(__dirname, "src/hardware-schema-typescript-plugin"), path.resolve(__dirname, "src/setup-script-generation-plugin"), ], |