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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0889d0320db Remove halted release timeline page (#305)
0889d0320db is described below

commit 0889d0320dbd59d2c7c650ba673165a854f7aa5a
Author: tison <[email protected]>
AuthorDate: Mon Nov 28 21:05:29 2022 +0800

    Remove halted release timeline page (#305)
    
    Signed-off-by: tison <[email protected]>
---
 site2/website-next/release-notes/timeline.md |  7 -------
 site2/website-next/sidebarsReleaseNotes.js   | 13 +++----------
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/site2/website-next/release-notes/timeline.md 
b/site2/website-next/release-notes/timeline.md
deleted file mode 100644
index 28d14894842..00000000000
--- a/site2/website-next/release-notes/timeline.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-id: timeline
-title: Timeline
-sidebar_label: Timeline 
----
-
-coming soon...
\ No newline at end of file
diff --git a/site2/website-next/sidebarsReleaseNotes.js 
b/site2/website-next/sidebarsReleaseNotes.js
index 2216d70bd65..5bf4ddf0312 100644
--- a/site2/website-next/sidebarsReleaseNotes.js
+++ b/site2/website-next/sidebarsReleaseNotes.js
@@ -1,12 +1,5 @@
 module.exports = {
-  docs: [
-    {
-      type: "doc",
-      id: "all",
-    },
-    {
-      type: "doc",
-      id: "timeline",
-    },
-  ],
+    releaseNote: [
+        'all'
+    ],
 };

Reply via email to