Skip to content

[Hyperdrive, Workers VPC] Document TCP services, TLS cert verificatio…#29623

Open
thomasgauvin wants to merge 2 commits intoproductionfrom
hyperdrive-vpc-docs
Open

[Hyperdrive, Workers VPC] Document TCP services, TLS cert verificatio…#29623
thomasgauvin wants to merge 2 commits intoproductionfrom
hyperdrive-vpc-docs

Conversation

@thomasgauvin
Copy link
Copy Markdown
Contributor

No description provided.

@thomasgauvin thomasgauvin requested review from a team, Oxyjun, elithrar and sejoker as code owners April 6, 2026 17:50
@github-actions github-actions bot added product:hyperdrive Hyperdrive: https://developers.cloudflare.com/hyperdrive/ product:workers-vpc size/l labels Apr 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/hyperdrive/ @elithrar, @thomasgauvin, @sejoker, @oxyjun, @cloudflare/pcx-technical-writing
* @cloudflare/pcx-technical-writing

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

Preview URL: https://fe5446a4.preview.developers.cloudflare.com
Preview Branch URL: https://hyperdrive-vpc-docs.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/hyperdrive/configuration/connect-to-private-database-vpc/ https://hyperdrive-vpc-docs.preview.developers.cloudflare.com/hyperdrive/configuration/connect-to-private-database-vpc/
https://developers.cloudflare.com/workers-vpc/configuration/vpc-services/ https://hyperdrive-vpc-docs.preview.developers.cloudflare.com/workers-vpc/configuration/vpc-services/
https://developers.cloudflare.com/workers-vpc/configuration/vpc-services/terraform/ https://hyperdrive-vpc-docs.preview.developers.cloudflare.com/workers-vpc/configuration/vpc-services/terraform/
https://developers.cloudflare.com/workers-vpc/examples/private-database/ https://hyperdrive-vpc-docs.preview.developers.cloudflare.com/workers-vpc/examples/private-database/
https://developers.cloudflare.com/hyperdrive/get-started/ https://hyperdrive-vpc-docs.preview.developers.cloudflare.com/hyperdrive/get-started/
https://developers.cloudflare.com/workers-vpc/get-started/ https://hyperdrive-vpc-docs.preview.developers.cloudflare.com/workers-vpc/get-started/
https://developers.cloudflare.com/hyperdrive/configuration/connect-to-private-database/ https://hyperdrive-vpc-docs.preview.developers.cloudflare.com/hyperdrive/configuration/connect-to-private-database/
https://developers.cloudflare.com/workers-vpc/ https://hyperdrive-vpc-docs.preview.developers.cloudflare.com/workers-vpc/

…mize reuse with partials, simplify get-started references
@sejoker sejoker mentioned this pull request Apr 13, 2026
4 tasks
@sejoker
Copy link
Copy Markdown
Contributor

sejoker commented Apr 15, 2026

/bonk review this, ensuring that:

the changelog is clear and inherits guidance from our changelog command
examples in the docs are valid and clear
examples are exhaustive and guide users towards real-world use-cases and best-practices
fix trivial examples, and make suggestions on the PR otherwise.

@ask-bonk
Copy link
Copy Markdown
Contributor

ask-bonk bot commented Apr 15, 2026

Based on my review of all 8 changed files, here is my assessment:

Review Summary

Verdict: 1 critical issue needs fixing before merge.


CRITICAL

File: src/content/docs/hyperdrive/get-started.mdx
Lines: 107-141

The <TabItem> components for PostgreSQL and MySQL have malformed indentation. The content inside the tabs is inconsistently indented with a mix of tabs and spaces, and the closing tags are not properly aligned. This will likely cause MDX parsing issues or broken rendering.

Suggested fix: Re-indent the entire <Tabs> block consistently using tabs.


LOW

File: src/content/docs/workers-vpc/index.mdx
Lines: 50-56

The TypeScript code example has inconsistent indentation (spaces mixed with tabs). Lines 50-56 use spaces instead of tabs like the rest of the file.


Notes

  • All component imports are correct and present
  • TypeScriptExample and WranglerConfig components are used appropriately where needed
  • Frontmatter is valid on all pages
  • Links use correct root-relative format
  • No unescaped MDX characters found
  • Content is technically accurate and well-structured

Action required: Fix the indentation in hyperdrive/get-started.mdx before merging.

github run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:hyperdrive Hyperdrive: https://developers.cloudflare.com/hyperdrive/ product:workers-vpc size/l

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants