Initial commit

This commit is contained in:
Kyle Harter
2026-08-10 17:35:22 -04:00
committed by GitHub
commit a76c43c97e
35 changed files with 12121 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"source": {
"include": ["src/library"],
"includePattern": ".jsx?$"
},
"opts": {
"destination": "docs",
"template": "node_modules/docdash"
},
"plugins": [],
"templates": {
"cleverLinks": true,
"monospaceLinks": true
}
}