You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by ni...@apache.org on 2022/07/19 21:59:02 UTC

[bookkeeper] branch master updated: [website] Remove alert for non mantained releases (#3411)

This is an automated email from the ASF dual-hosted git repository.

nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b03b012f7 [website] Remove alert for non mantained releases (#3411)
6b03b012f7 is described below

commit 6b03b012f731536af56cc63ba29511f09994d11b
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Tue Jul 19 23:58:56 2022 +0200

    [website] Remove alert for non mantained releases (#3411)
---
 site3/website/src/theme/DocVersionBanner/index.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/site3/website/src/theme/DocVersionBanner/index.js b/site3/website/src/theme/DocVersionBanner/index.js
new file mode 100644
index 0000000000..3f589b4284
--- /dev/null
+++ b/site3/website/src/theme/DocVersionBanner/index.js
@@ -0,0 +1,3 @@
+export default function DocVersionBanner() {
+  return null
+}