first docs

This commit is contained in:
2022-11-02 06:40:25 +00:00
parent 2b19f4a153
commit 96a526ef1e
2129 changed files with 174471 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "tibi-docs",
"version": "1.0.0",
"main": "README.md",
"repository": "https://gitbase.de/cms/tibi-docs",
"author": "Sebastian Frank <sebastian@webmakers.de>",
"license": "MIT",
"packageManager": "yarn@3.2.4",
"devDependencies": {
"docpress": "^0.8.2",
"tibi-types": "https://gitbase.de/cms/tibi-types.git"
},
"scripts": {
"serve": "docpress serve",
"build": "docpress build"
}
}