update description
This commit is contained in:
parent
e703b918d7
commit
179ccd3883
21
package.json
21
package.json
@ -14,11 +14,11 @@
|
||||
"buildDocs": "(tsdoc)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.25",
|
||||
"@gitzone/tsbundle": "^2.0.5",
|
||||
"@gitzone/tsdoc": "^1.1.10",
|
||||
"@gitzone/tstest": "^1.0.44",
|
||||
"@pushrocks/tapbundle": "^5.0.3",
|
||||
"@git.zone/tsbuild": "^2.1.25",
|
||||
"@git.zone/tsbundle": "^2.0.5",
|
||||
"@git.zone/tsdoc": "^1.1.10",
|
||||
"@git.zone/tstest": "^1.0.44",
|
||||
"@push.rocks/tapbundle": "^5.0.3",
|
||||
"@types/node": "^17.0.41"
|
||||
},
|
||||
"browserslist": [
|
||||
@ -37,8 +37,8 @@
|
||||
"readme.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"@pushrocks/smartfile": "^10.0.2",
|
||||
"@pushrocks/smartmarkdown": "^3.0.0",
|
||||
"@push.rocks/smartfile": "^10.0.2",
|
||||
"@push.rocks/smartmarkdown": "^3.0.0",
|
||||
"@tsclass/tsclass": "^4.0.3"
|
||||
},
|
||||
"keywords": [
|
||||
@ -49,5 +49,10 @@
|
||||
"sites",
|
||||
"typescript",
|
||||
"development tool"
|
||||
]
|
||||
],
|
||||
"homepage": "https://code.foss.global/push.rocks/smartdocumentation",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://code.foss.global/push.rocks/smartdocumentation.git"
|
||||
}
|
||||
}
|
@ -12,7 +12,7 @@ This will add `@push.rocks/smartdocumentation` to your project's dependencies.
|
||||
|
||||
## Usage
|
||||
|
||||
The `@push.rocks/smartdocumentation` package allows you to map your git directory structures into documentation sites efficiently. It leverages TypeScript and a set of sophisticated tools under the hood such as `@pushrocks/smartfile`, `@pushrocks/smartmarkdown`, and `@tsclass/tsclass` to manage and generate documentation content dynamically.
|
||||
The `@push.rocks/smartdocumentation` package allows you to map your git directory structures into documentation sites efficiently. It leverages TypeScript and a set of sophisticated tools under the hood such as `@push.rocks/smartfile`, `@push.rocks/smartmarkdown`, and `@tsclass/tsclass` to manage and generate documentation content dynamically.
|
||||
|
||||
### Setting Up
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user