sijie closed pull request #2241: [website] fix sidebar URL: https://github.com/apache/incubator-pulsar/pull/2241
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/site2/docs/adaptors-kafka.md b/site2/docs/adaptors-kafka.md index 4c945909f3..99f547f68d 100644 --- a/site2/docs/adaptors-kafka.md +++ b/site2/docs/adaptors-kafka.md @@ -1,7 +1,7 @@ --- id: adaptors-kafka title: Pulsar adaptor for Apache Kafka -sidebar_label: Kafka client wrappter +sidebar_label: Kafka client wrapper --- diff --git a/site2/docs/client-libraries-websocket.md b/site2/docs/client-libraries-websocket.md index 64884c735b..575841ba8a 100644 --- a/site2/docs/client-libraries-websocket.md +++ b/site2/docs/client-libraries-websocket.md @@ -1,7 +1,7 @@ --- id: client-libraries-websocket title: Pulsar's WebSocket API -sidebar_label: WebSocket API +sidebar_label: WebSocket --- Pulsar's [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) API is meant to provide a simple way to interact with Pulsar using languages that do not have an official [client library](getting-started-clients.md). Through WebSockets you can publish and consume messages and use all the features available in the [Java](client-libraries-java.md), [Python](client-libraries-python.md), and [C++](client-libraries-cpp.md) client libraries. diff --git a/site2/docs/cookbooks-deduplication.md b/site2/docs/cookbooks-deduplication.md index 412faf86ed..651c1ff0e4 100644 --- a/site2/docs/cookbooks-deduplication.md +++ b/site2/docs/cookbooks-deduplication.md @@ -1,7 +1,7 @@ --- id: cookbooks-deduplication title: Message deduplication -sidebar_label: Managing message deduplication +sidebar_label: Message deduplication --- **Message deduplication** is a feature of Pulsar that, when enabled, ensures that each message produced on Pulsar topics is persisted to disk *only once*, even if the message is produced more than once. Message deduplication essentially unburdens Pulsar applications of the responsibility of ensuring deduplication and instead handles it automatically on the server side. diff --git a/site2/docs/developing-codebase.md b/site2/docs/developing-codebase.md deleted file mode 100644 index ce69eb42b8..0000000000 --- a/site2/docs/developing-codebase.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: develop-codebase -title: The Pulsar codebase -sidebar_label: Codebase ---- - -The panels below describe some of the core directories in the [Pulsar codebase](https://github.com/apache/incubator-pulsar). - -{% include codebase.html %} - diff --git a/site2/website/sidebars.json b/site2/website/sidebars.json index 64588929af..0dffa73388 100644 --- a/site2/website/sidebars.json +++ b/site2/website/sidebars.json @@ -30,7 +30,6 @@ "Pulsar administration": [ "administration-zk-bk", "administration-geo", - "administration-auth", "administration-dashboard", "administration-stats", "administration-load-distribution", @@ -38,9 +37,9 @@ ], "Security": [ "security-overview", + "security-tls", "security-athenz", "security-authorization", - "security-tls", "security-encryption", "security-extending" ], ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
