From f40087381534b64d5d9b3e265661fcfcef6695e2 Mon Sep 17 00:00:00 2001 From: delvh Date: Wed, 24 May 2023 04:38:02 +0800 Subject: [PATCH] Improve WIP hint (#9) Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/9 Reviewed-by: techknowlogick Reviewed-by: John Olheiser Co-authored-by: delvh Co-committed-by: delvh --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 93ae90eb..f559b1d2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -89,8 +89,8 @@ const config = { respectPrefersColorScheme: true, }, announcementBar: { - id: 'announcementBar-2', // Increment on change - content: `The updated documentation site is a work in progress. If you find any issues, please let us know. Translated documentation is also a work in progress.`, + id: 'announcementBar-3', // Increment on change + content: `This documentation site is fairly new. If you find any issues, please let us know. We are currently working on translating the documentation into other languages.`, }, navbar: { title: 'Gitea',