docs: rename runtime dlp-gen references to runtime dlp generate#231
Merged
Conversation
Mirror code rename (#229). Move user guide under dlp/ namespace. - git mv docs/runtime/dlp-gen.md -> docs/runtime/dlp/generate.md - SUMMARY.md: nav entry moved under DLP, labelled "Test-File Generation" - full-cli-sweep.md: 3 example commands updated - changeset: patch
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.
Companion to #229 (code rename:
runtime dlp-gen→runtime dlp generate).Summary
git mv docs/runtime/dlp-gen.md→docs/runtime/dlp/generate.md(file now lives under the DLP namespace alongside its siblings)airs runtime dlp-genmentions toairs runtime dlp generatedocs/SUMMARY.md: removed top-level "DLP Test-File Generation" entry, added "Test-File Generation" under the existing DLP sectiondocs/development/full-cli-sweep.md: 3 example commands updatedNote:
docs/cli/examples/runtime.yaml,docs/about/release-notes.md, and auto-gendocs/cli/**pages were already updated by #229 — not touched here.The historical mention in
docs/about/release-notes.mdis intentional (migration note tells users what to migrate FROM).Test plan
pnpm docs:check— 123 commands, 30 allowlistpnpm docs:build— mkdocs strict green, no broken cross-refs after renamepnpm docs:serve