From 07cb96864c6bbe83cbb72966f85b015a361590d6 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Tue, 4 Jan 2022 15:27:51 +0800 Subject: [PATCH] :memo: add alpha doc link --- website/docusaurus.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index bc8dce24..36674f17 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -76,6 +76,12 @@ const config = { href: "https://github.com/nonebot/nonebot2", }, ], + docsVersionItemAfter: [ + { + label: "2.0.0a16", + href: "https://61d3d9dbcadf413fd3238e89--nonebot2.netlify.app/", + }, + ], }, hideableSidebar: true, footer: {