tisonkun commented on code in PR #17808:
URL: https://github.com/apache/pulsar/pull/17808#discussion_r981108077
##########
site2/docs/cookbooks-encryption.md:
##########
@@ -1,334 +0,0 @@
----
-id: cookbooks-encryption
-title: Configure end-to-end encryption
-sidebar_label: "Configure end-to-end encryption"
----
-
-````mdx-code-block
Review Comment:
It's possible to set up a client-side redirection here:
```jsx
import {Redirect} from '@docusaurus/router';
<Redirect to="security-encryption#get-started" />
```
So that users who have a bookmark to the original page won't get a 404 but
be redirected to the new section. However, it's also reasonable to just remove
it since I believe few users will depend on this page. Just for your
information.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]