DaveDuggins commented on a change in pull request #8: URL: https://github.com/apache/pulsar-site/pull/8#discussion_r821652913
########## 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: I'm a little confused as to what's being asked here, but as a general rule, we don't want to change anything in the current docs that results in broken links, or links to pages that haven't been created yet. We will deploy those changes after the launch, section by section, throughout the year. -- 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