{
"$schema": "https://unpkg.com/@t8/docsgen/schema.json",
"baseColor": "purple",
"favicon": "/assets/favicon.png",
"append": {
"body": "<script src=\"/assets/stats.js\"></script>"
},
"linkMap": {
"https://github.com/org/package1?target=https://github.com": "/package1"
"https://github.com/org/package2?target=https://github.com": "/package2"
},
"entries": [
{
"dir": "package1",
"htmlTitle": "<a href=\"/\">Org</a> / Package 1",
"repo": "https://github.com/org/package1?target=https://github.com",
"nav": "/assets/nav_links.html"
},
{
"dir": "package2",
"htmlTitle": "<a href=\"/\">Org</a> / Package 2",
"repo": "https://github.com/org/package2?target=https://github.com",
"nav": "/assets/nav_links.html",
"singlePage": true
}
]
}