feat(docs): Add TOC to supported hardware page.

This commit is contained in:
Peter Johanson
2022-04-17 14:30:22 +00:00
committed by Pete Johanson
parent 158ac27207
commit c8c273d83b
4 changed files with 151 additions and 96 deletions

View File

@@ -2,7 +2,7 @@
"extends": "@tsconfig/docusaurus/tsconfig.json",
"include": ["src/"],
"compilerOptions": {
"jsx": "react",
"types": ["node", "@docusaurus/theme-classic"],
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true,