first commit

This commit is contained in:
maher
2025-12-28 13:49:00 +01:00
commit f0b8392c55
6148 changed files with 743662 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"source": {
"include": [ "./lib" ],
"includePattern": ".js$"
},
"plugins": [
"plugins/markdown"
],
"markdown": {
"hardwrap": true
},
"opts": {
"template": "node_modules/docdash",
"recurse": true,
"destination": "./docs"
}
}