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 5380630 update
5380630 is described below
commit 53806305ffbbc9254588d0b1c226c832f05bce0f
Author: LiLi <[email protected]>
AuthorDate: Thu Feb 17 12:09:29 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
site2/website-next/docusaurus.config.js | 8 ++++----
site2/website-next/src/pages/index.js | 1 -
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/site2/website-next/docusaurus.config.js
b/site2/website-next/docusaurus.config.js
index 399d4cc..ac72d80 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -310,10 +310,10 @@ module.exports = {
// label: "2.6.1",
// to: "docs/2.6.1/",
// },
- // {
- // label: "2.6.0",
- // to: "docs/2.6.0/",
- // },
+ {
+ label: "2.6.0",
+ to: "docs/2.6.0/",
+ },
// {
// label: "2.5.2",
// to: "docs/2.5.2/",
diff --git a/site2/website-next/src/pages/index.js
b/site2/website-next/src/pages/index.js
index 7dbf780..2707d8d 100644
--- a/site2/website-next/src/pages/index.js
+++ b/site2/website-next/src/pages/index.js
@@ -65,7 +65,6 @@ export default function Home() {
<a href="https://www.apache.org/licenses">
Apache License, version 2.0
</a>
- .
</p>
</div>
</Layout>