```sh # with specified entries (e.g. in docsgen.config.json) npx @t8/docsgen [...<entry id or dir>]
npm install @t8/docsgen``sh
`with specified entries (e.g. in docsgen.config.json)
npx @t8/docsgen [...
without entries
npx @t8/docsgen
`
Example of docsgen.config.json
`
{
"$schema": "https://unpkg.com/@t8/docsgen/schema.json",
"baseColor": "purple",
"favicon": "/assets/favicon.png",
"append": {
"body": ""
},
"linkMap": {
"https://github.com/org/package1": "/package1"
"https://github.com/org/package2": "/package2"
},
"entries": [
{
"dir": "package1",
"htmlTitle": "Org / Package 1",
"repo": "https://github.com/org/package1",
"nav": "/assets/nav_links.html"
},
{
"dir": "package2",
"htmlTitle": "Org / Package 2",
"repo": "https://github.com/org/package2",
"nav": "/assets/nav_links.html",
"singlePage": true
}
]
}
`
---
html
`
`
html
``
Hide during content generation