chore(examples): clean up remaining taxonomy leftovers (SD-2926)#3156
Merged
caio-pizzol merged 1 commit intomainfrom May 5, 2026
Merged
chore(examples): clean up remaining taxonomy leftovers (SD-2926)#3156caio-pizzol merged 1 commit intomainfrom
caio-pizzol merged 1 commit intomainfrom
Conversation
Contributor
|
📖 Docs preview: https://superdoc-caio-sd-2926-taxonomy-cleanup.mintlify.app |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
39f9473 to
3302a90
Compare
Post-#3127 cleanup. Four moves/deletes against the rules in dx-comms/architecture/examples-and-demos.md. - Delete examples/editor/proofing/ (redirect-only README; spell-check is the canonical path). - Move examples/headless/ai-redlining/ to examples/document-engine/ ai-redlining/ and remove the empty examples/headless/ folder. Headless was not a coherent category; this is server-side Document Engine work. - Delete examples/advanced/grading-papers-comments-annotations/ (Vite tutorial app superseded by demos/grading-papers, the better- shaped Next.js version). - Move examples/ai/collaborative-agent/ to demos/collaborative-agent/. Composes multiple surfaces (Yjs collab + AI agent + chat UI), which is a demo by the rules, not an example. Updates: examples/manifest.json, demos/manifest.json, examples/ README.md, .github/workflows/ci-examples.yml, and the AI redlining docs link in apps/docs/getting-started/ai-agents.mdx. Out of scope for this PR: the demos/ cluster (text-selection, toolbar, nodejs, nextjs-ssr) flagged during the audit but excluded because they are homepage-active content with video assets in demos/manifest.json.
3302a90 to
0fffa20
Compare
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.
Post-#3127 cleanup. Four moves/deletes against the rules in
dx-comms/architecture/examples-and-demos.md.examples/editor/proofing/(was a redirect-only README;spell-check/is the canonical path).examples/headless/ai-redlining/toexamples/document-engine/ai-redlining/, then remove the emptyexamples/headless/folder. "Headless" was not a coherent category; this is server-side Document Engine work.examples/advanced/grading-papers-comments-annotations/— Vite tutorial app superseded bydemos/grading-papers/, the better-shaped Next.js version. The manifest had this flagged for movement.examples/ai/collaborative-agent/todemos/collaborative-agent/. Composes multiple surfaces (Yjs collab + AI agent + chat UI), which makes it a demo by the rules, not an example. Manifest also had this flagged.Updates:
examples/manifest.json,demos/manifest.json,examples/README.md,.github/workflows/ci-examples.yml(renamedheadlessmatrix todocument-engine), and the AI-redlining docs link inapps/docs/getting-started/ai-agents.mdx.Out of scope for this PR: the
demos/{text-selection, toolbar, nodejs, nextjs-ssr}cluster — flagged during the audit but excluded because they are homepage-active content with video assets indemos/manifest.json. Decisions on those land in a follow-up.Verified: docs validate passes;
pnpm installclean; manifests parse; renames preserve every file.