Hosting the Docs

Each smallweb instance bundle it's own documentation! You can serve it using the following smallweb.json:

// ~/smallweb/docs/smallweb.json
{
    "entrypoint": "smallweb:docs"
}