feat(docs): Add dynamic hardware list component.

This commit is contained in:
Peter Johanson
2021-03-29 01:20:57 +00:00
committed by Pete Johanson
parent 5e6634d2e5
commit 47abbe7925
7 changed files with 214 additions and 64 deletions

View File

@@ -11,7 +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-schema-typescript-plugin")
path.resolve(__dirname, "src/hardware-schema-typescript-plugin"),
],
themeConfig: {
colorMode: {