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

urfree 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 4c74180  update
4c74180 is described below

commit 4c7418018e7fa21d0deb150e60df98993613bf2d
Author: LiLi <[email protected]>
AuthorDate: Tue Jan 25 13:09:29 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 .gitignore                               |  6 +-----
 site2/website-next/src/pages/versions.js |  2 +-
 site2/website-next/versions-full.json    | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index f44eacc..50fa9f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,26 +11,22 @@ lib/core/MetadataBlog.js
 */website/node_modules
 */website/i18n/*
 */website/static/swagger/master/*
-*/
 */website/static/swagger/restApiVersions.json
 */website/static/swagger/*/v*/*.json
-*/
 */website/i18n/*
 */website/translated_docs*
 */website/brodocs/index.html
 */website/brodocs/navData.js
 */website/brodocs/documents/*.md
-*/
+
 */website-next/translated_docs
 */website-next/build/
 */website-next/yarn.lock
 */website-next/node_modules
 */website-next/i18n/*
 */website-next/static/swagger/master/*
-*/
 */website-next/static/swagger/restApiVersions.json
 */website-next/static/swagger/*/v*/*.json
-*/
 */website-next/i18n/*
 */website-next/translated_docs*
 */website-next/brodocs/index.html
diff --git a/site2/website-next/src/pages/versions.js 
b/site2/website-next/src/pages/versions.js
index c1afcd3..331ddab 100644
--- a/site2/website-next/src/pages/versions.js
+++ b/site2/website-next/src/pages/versions.js
@@ -3,7 +3,7 @@ import Layout from "@theme/Layout";
 import VersionsTable from "../components/VersionsTable";
 import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
 import Translate, { translate } from "@docusaurus/Translate";
-const versions = require("../../versions.full.json");
+const versions = require("../../versions-full.json");
 const oldversions = require("../../oldversions.json");
 
 export default function DenseTable() {
diff --git a/site2/website-next/versions-full.json 
b/site2/website-next/versions-full.json
new file mode 100644
index 0000000..3db4784
--- /dev/null
+++ b/site2/website-next/versions-full.json
@@ -0,0 +1,28 @@
+[
+  "2.9.1",
+  "2.9.0",
+  "2.8.2",
+  "2.8.1",
+  "2.8.0",
+  "2.7.3",
+  "2.7.2",
+  "2.7.1",
+  "2.7.0",
+  "2.6.4",
+  "2.6.3",
+  "2.6.2",
+  "2.6.1",
+  "2.6.0",
+  "2.5.2",
+  "2.5.1",
+  "2.5.0",
+  "2.4.2",
+  "2.4.1",
+  "2.4.0",
+  "2.3.2",
+  "2.3.1",
+  "2.3.0",
+  "2.2.1",
+  "2.2.0",
+  "2.1.1-incubating"
+]
\ No newline at end of file

Reply via email to