add first docussaurus site to git

This commit is contained in:
n8fr8 2026-04-21 13:33:36 -04:00
commit fa3e971bb5
57 changed files with 21489 additions and 0 deletions

12
www/tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
// This file is not used by "docusaurus start/build" commands.
// It is here to improve your IDE experience (type-checking, autocompletion...),
// and can also run the package.json "typecheck" script manually.
{
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"strict": true
},
"exclude": [".docusaurus", "build"]
}