You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/27 11:18:33 UTC

[GitHub] [pulsar] tisonkun commented on a diff in pull request #17808: [improve][doc] Improve TLS encryption

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: commits-unsubscribe@pulsar.apache.org

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