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.
This commit is contained in:
parent
20fcd35026
commit
ed41d42874
4 changed files with 262 additions and 58 deletions
|
|
@ -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"),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue