From 5e6634d2e522289c5169b22a2a0d8b600a0e008d Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Mon, 29 Mar 2021 00:59:15 +0000 Subject: feat(docs): Add TS type gen, metadata JSON gen * Generate TS types from new hardware metadata schema. * Aggregate all hw metadata YAML into one aggregate JSON file for consumption by others. --- docs/src/docusaurus-tree-sitter-plugin/index.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/src/docusaurus-tree-sitter-plugin/index.js') diff --git a/docs/src/docusaurus-tree-sitter-plugin/index.js b/docs/src/docusaurus-tree-sitter-plugin/index.js index c8a9500..e782aea 100644 --- a/docs/src/docusaurus-tree-sitter-plugin/index.js +++ b/docs/src/docusaurus-tree-sitter-plugin/index.js @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + module.exports = function () { return { configureWebpack(config, isServer) { -- cgit v1.2.3