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.
This commit is contained in:
parent
b52835ffbf
commit
5e6634d2e5
9 changed files with 14827 additions and 6594 deletions
4
docs/tsconfig.json
Normal file
4
docs/tsconfig.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
||||
"include": ["src/"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue