urfreespace commented on a change in pull request #8:
URL: https://github.com/apache/pulsar-site/pull/8#discussion_r818240877



##########
File path: site2/website-next/src/theme/Navbar/index.js
##########
@@ -307,13 +307,7 @@ function Navbar() {
               setVersion(latestStableVersion);
             }}
           />
-          <BrowserOnly>
-            {() => (
-              <a className="font-bold underline mr-4 -ml-4" href="/versions/">
-                {getVersion() == "master" ? "next" : getVersion()}
-              </a>
-            )}
-          </BrowserOnly>
+        

Review comment:
       why remove this? it's needed

##########
File path: site2/website-next/docusaurus.config.js
##########
@@ -254,28 +205,10 @@ module.exports = {
           position: "right",
         },
         {
-          label: "Version",
-          to: "/docs",
-          position: "right",
-          items: [
-            {
-              label: "2.9.0",
-              to: "/docs/2.9.0/",
-            },
-            {
-              label: "2.8.0",
-              to: "/docs/2.8.0/",
-            },
-            {
-              label: "2.7.0",
-              to: "/docs/2.7.0/",
-            },
-            {
-              label: "2.6.0",
-              to: "/docs/2.6.0/",
-            },
-          ],
-        },
+          to: '/download',

Review comment:
       why remove this? it's needed.

##########
File path: site2/website-next/docusaurus.config.js
##########
@@ -143,54 +142,6 @@ module.exports = {
           position: "right",
           label: "Docs",
         },
-        {
-          label: "REST APIs",
-          position: "right",
-          items: [
-            {
-              label: "Admin REST API",
-              to: "/admin-rest-api",
-            },
-            {
-              label: "Functions",
-              to: "/functions-rest-api",
-            },
-            {
-              label: "Sources",
-              to: "/source-rest-api",
-            },
-            {
-              label: "Sinks",
-              to: "/sink-rest-api",
-            },
-            {
-              label: "Packages",
-              to: "/packages-rest-api",
-            },
-          ],
-        },
-        {
-          label: "CLI",
-          position: "right",
-          items: [
-            {
-              label: "Pulsar Admin",
-              to: "/pulsar-admin-cli",
-            },
-            {
-              label: "Pulsar Client",
-              to: "/pulsar-client-cli",
-            },
-            {
-              label: "Pulsar Perf",
-              to: "/pulsar-perf-cli",
-            },
-            {
-              label: "Pulsar",
-              to: "/pulsar-cli",
-            },
-          ],
-        },

Review comment:
       why remove this? it's needed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to