docs(site): fix landing-page facts, document shipped features, refresh changelog/roadmap#558
Merged
Conversation
…h changelog/roadmap
Checks docs claims against sources of truth: format lists vs the FileType extension registry, user-interface.md tab coverage vs the TabType union (with reasoned exemptions for disabled features), quick-start URLs vs FRONTEND_PORT, and video embeds vs the video manifest. README format check starts as a warning until the README refresh PR merges. Registered in CLAUDE.md verification + ripples.
Owner
Author
|
Added |
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
Fixes every issue found in the docs-site review: factual errors on the landing page, wrong facts in user docs, and shipped features that had zero documentation.
Landing page (
docs/src/pages/index.tsx)http://localhost:3000— corrected tohttps://localhost:3010; step 1 now includescp .env.example .envand offers the desktop installers first (they were absent from the page entirely).blendinto the mounted drive → new model version)User docs — factual fixes
texture-sets.mdtagging section claimed one shared tag vocabulary across asset types — corrected to per-asset-type vocabularies (matches 0.3.0 behavior)models.mdformats: added STL and 3MFsounds.mdformats: added AAC and M4A;sprites.mdwidened to the actual accepted image formatsUser docs — previously undocumented features
scripts.mdpage: upload/create flows, supported languages, CodeMirror editor, live GLSL/HLSL preview on primitives or your own models, built-in + custom templates, category tree, packs/projects/recycle integrationuser-interface.md: tab table now covers all tab types (Global Materials, Multi-Model Textures, Scripts, History, viewers), plus new sections for the New Tab page (tiles, Recently Closed, Sessions) and Global Search (Ctrl/⌘ + K)texture-sets.md: new "Texture Set Kinds" section (Global Materials vs Multi-Model Textures)Changelog & roadmap
changelog.mdnow leads with per-release highlights (0.1.0 → 0.3.1) and points to GitHub Releases as the canonical changelog; old entries preserved as pre-release development notes (it previously ended at 2026-04-10, before any release)roadmap.mdrewritten from an internal AI-agent task list into a human-readable direction page (ingest → animations/rigs → export → data safety → distribution, with explicit out-of-scope items)Cleanup
ci-cd-pipeline.mdmoved under a collapsed Development sidebar categorymarkdown-page.md, unusedHomepageFeaturescomponent,undraw_*images,docusaurus.pngVerification
npm run buildindocs/passes (onBrokenLinks: "throw"— no broken links, client + server bundles compile).Feature claims were verified against the frontend source (tab types in
shared/types/ui.ts, New Tab tile catalog, script viewer menubar geometries, upload accept lists) rather than copied from old docs.