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/package.json | |
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/package.json')
-rw-r--r-- | docs/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/package.json b/docs/package.json index 6a5b9f2f67..8941645e66 100644 --- a/docs/package.json +++ b/docs/package.json @@ -44,7 +44,9 @@ }, "devDependencies": { "@docusaurus/module-type-aliases": "^2.0.0-beta.3", + "@docusaurus/types": "^2.0.0-beta.3", "@tsconfig/docusaurus": "^1.0.2", + "@types/js-yaml": "^4.0.5", "@types/react": "^17.0.3", "@types/react-helmet": "^6.1.0", "@types/react-router-dom": "^5.1.7", |