docs: port v0.16 upgrade guide onto refactored docs#818
Merged
alexluong merged 1 commit intofeat/refactor-docsfrom Apr 10, 2026
Merged
docs: port v0.16 upgrade guide onto refactored docs#818alexluong merged 1 commit intofeat/refactor-docsfrom
alexluong merged 1 commit intofeat/refactor-docsfrom
Conversation
Ports the v0.16 upgrade guide from #811 into the new Markdoc-based docs structure. Adapts "operation events" prose to "operator events" to match the naming decision on feat/refactor-docs; env vars remain OPERATION_EVENTS_* as defined in code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Ports the v0.16 upgrade guide from #811 (merged to
main) into the new Markdoc-based docs structure onfeat/refactor-docs(#814).docs/content/self-hosting/upgrade-v0.16.mdocfollowing theupgrade-v0.14.mdocpattern (title + description frontmatter, plain Markdoc).docs/content/nav.jsonunder the Changelog section, after v0.14.feat/refactor-docs. Env var names (OPERATION_EVENTS_*) are preserved as-is since they're defined in code.Notes
feat/refactor-docs(notmain), so it merges into wip: Add new docs content #814 before that PR lands.docs/content/features/operator-events.mdocalready uses "operator events" in prose withOPERATION_EVENTS_*env vars — no changes needed there.features.mdx,event-delivery.mdx,alerts.mdx,zudoku.config.ts) — they're all rewritten or deleted by wip: Add new docs content #814.Test plan
feat/refactor-docs+ this branch locally and confirm the v0.16 upgrade page loads/features/operator-eventsresolves