Anonymitaet commented on a change in pull request #8: URL: https://github.com/apache/pulsar-site/pull/8#discussion_r821479500
########## 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: Talked w/ @ @D-2-Ed, we can: - put the CLI link to "Reference > [Pulsar CLI tools](https://pulsar.apache.org/docs/en/reference-cli-tools) chapter" - put the REST API link to "Reference > REST API chapter" (➡️we need to create this new RESTAPI.md). We'd better create that file before switch over or else users can't find the REST ARPI doc entrance. -- 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