Move docs in-repo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-01 21:32:24 -05:00
parent 0dde436b4c
commit 4849016784
36 changed files with 3267 additions and 7 deletions

11
typedoc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "The Extollo Framework",
"readme": "./docs/HOME.md",
"tsconfig": "tsconfig.json",
"sourcefile-url-map": "./docs/sourcefile-map.json",
"theme": "./docs/theme",
"out": "./docs/www",
"entryPoints": [
"src/index.ts"
]
}