From 9cd9130f5555d911c5627b871b693f6bb5b240a8 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 29 May 2024 22:27:18 +0800 Subject: [PATCH] docs: tweak the announcement bar message --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3434656b..d044a02f 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -128,7 +128,7 @@ const config: Config = { announcementBar: { id: "improve-docs", content: - `🙏 Please help us improve docs: If you find any errors, don't hesitate to click the "Edit this page" at the bottom. + `🙏 Please help us improve docs: If you find any errors, don't hesitate to click the "Edit this page" link at bottom. If you want to contribute, please check out the Tracker issue.`, }, } satisfies Preset.ThemeConfig,