diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index fcca4ea8..c77a0550 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -26,6 +26,10 @@ version-resolver: - 'patch' default: patch template: | - ## Changes + ## Documentation + + See: https://v2.nonebot.dev + + ## 💫 Changes $CHANGES diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index c6849fc4..0e8ade6d 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -22,5 +22,13 @@ "desc": "基于规则的授权管理", "author": "Lancercmd", "repo": "Lancercmd/nonebot_plugin_rauthman" + }, + { + "id": "nonebot_plugin_docs", + "link": "nonebot-plugin-docs", + "author": "nonebot", + "desc": "在本地浏览NoneBot文档", + "name": "NoneBot离线文档", + "repo": "yanyongyu/nonebot2/tree/master/packages/nonebot-plugin-docs" } -] +] \ No newline at end of file