mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-20 17:46:51 +08:00
🐛 fix missing api docs include
This commit is contained in:
parent
596f763c46
commit
97563a0090
@ -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",
|
||||
|
@ -13,6 +13,10 @@ import Bot from "../components/Bot";
|
||||
|
||||
# 商店
|
||||
|
||||
:::warning 警告
|
||||
商店未带有绿色官方标记的任何适配器、插件均由社区贡献,官方无法对其质量、安全性、可用性负责。
|
||||
:::
|
||||
|
||||
<div className="w-full border rounded shadow">
|
||||
<Tabs defaultValue="plugin" className="justify-center font-light">
|
||||
<TabItem value="driver" label="驱动器">
|
||||
|
Loading…
x
Reference in New Issue
Block a user