diff --git a/README.md b/README.md index ae78d732..04050d91 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,6 @@ Description. We’d love to hear your feedback. Please file documentation issues only in the docs GitHub repository. You can file a new issue to suggest improvements or if you see any errors in the existing documentation. -Every page has an `Edit this page on GitHub` link at the bottom for you to check the page source and report specific issues. - ## Copyright and license Copyright Aklivity, Inc. 2024, released under the [Apache 2.0 license](https://github.com/aklivity/zilla/blob/main/LICENSE). diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 07c5f5e6..1a358198 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -21,7 +21,7 @@ export default hopeTheme({ favicon: "/favicon.ico", repo: "aklivity/zilla", - editLink: true, + editLink: false, contributors: false, lastUpdated: false, docsRepo, diff --git a/src/solutions/how-tos/amazon-msk/index.md b/src/solutions/how-tos/amazon-msk/index.md index 77904f66..7b216e42 100644 --- a/src/solutions/how-tos/amazon-msk/index.md +++ b/src/solutions/how-tos/amazon-msk/index.md @@ -21,6 +21,12 @@ The Secure Public Access Proxy lets authorized Kafka clients connect, publish me > [Amazon MSK Secure Public Access Proxy with Mutual TLS (mTLS) Guide](./secure-public-access/production-mutual-tls.md) > [Amazon MSK Secure Public Access Proxy with Unauthorized access Guide](./secure-public-access/development.md) +## Secure Private Access + +The Secure Private Access proxy enables authorized Kafka clients deployed across **cross-account VPCs** to securely connect, publish messages, and subscribe to topics in your Amazon MSK Serverless cluster. + +> [Amazon MSK Secure Private Access Proxy](../../concepts/kafka-proxies/secure-private-access.md) + ## Web Streaming The Web Streaming proxy lets Web clients publish, update, and stream messages to a Kafka topic in your Amazon MSK cluster.