🐛 fix missing api docs include

This commit is contained in:
yanyongyu
2022-01-23 13:34:54 +08:00
parent 596f763c46
commit 97563a0090
2 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,12 @@ const config = {
editUrl: "https://github.com/nonebot/nonebot2/edit/master/website/",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
exclude: [
// "**/_*.{js,jsx,ts,tsx,md,mdx}",
// "**/_*/**",
"**/*.test.{js,jsx,ts,tsx}",
"**/__tests__/**",
],
},
sitemap: {
changefreq: "daily",