TypeDoc 设置基名

问题描述

如何为 TypeDoc 设置 basename? 我使用命令:

typedoc --theme minimal --exclude \"**/*+(index|.spec|.e2e).ts\" --out ./docs

并提供快递服务

app.use(express.static(path.resolve(__dirname,"../docs")))
app.get('/docs',(_req,res) => {
    res.sendFile(path.resolve(__dirname,"../docs/index.html"))
})

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)