Add expanded AI Edge how-to guide set#32
Open
bmertens-datum wants to merge 1 commit into
Open
Conversation
Adds 8 new guides covering HTTPProxy filters, WAF configuration, DNS setup, and datumctl resource workflows. New guides: - ai-edge/proxy-waf.mdx — HTTPProxy and WAF capabilities reference - ai-edge/dns-setup.mdx — DNS zone, ALIAS, and CNAME setup for AI Edge - ai-edge/path-routing.mdx — Path-based routing with HTTPProxy - ai-edge/host-header-override.mdx — Host header rewrite via RequestHeaderModifier - ai-edge/https-redirect.mdx — HTTP to HTTPS redirect via RequestRedirect - ai-edge/url-rewrite.mdx — Path and hostname rewriting via URLRewrite - ai-edge/waf-configuration.mdx — WAF setup, paranoia levels, enforce workflow - datumctl/working-with-resources.mdx — Core commands, declarative model, namespaces All guides validated against live datumctl explain output. Existing drafts were cleaned up for style consistency, cross-platform coverage (Windows PowerShell + macOS/Linux), generic placeholder values, and uniform section structure (Prerequisites, Steps, Verification, Cleanup, Troubleshooting, Summary). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New guides
ai-edge/proxy-waf.mdxai-edge/dns-setup.mdxai-edge/path-routing.mdxai-edge/host-header-override.mdxai-edge/https-redirect.mdxai-edge/url-rewrite.mdxai-edge/waf-configuration.mdxdatumctl/working-with-resources.mdxWhat was cleaned up in existing guides
The previous batch of guides (
basic-auth,oidc-google,oidc-auth0) were used as the style baseline. New guides follow the same structure throughout:title,description) on every filedatumctl explainoutput before publishingNotes
Guides were written with Claude Code assistance. Claude helped identify a missing required
typefield on HTTPProxy filters (caught via schema validation) and verified all API field names against the live cluster before finalizing each guide.