We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
refactor: remove section dividers
Polish pass across pre-existing pages Cross-page consolidation and per-page touch-ups identified by the v0.6.0 milestone audit. No new pages, no new diagrams. Keyboard-Shortcuts: turned the "user-remappable shortcuts" inline sentence into a Note callout that also points readers to the in-app ? overlay. CLI-Reference: replaced the standalone Configuration discovery section with a one-paragraph summary plus a cross-link to Configuration -> Discovery order. Added an annotated line-by-line --paths invocation in the Batch validation section so the worked example sits alongside the flag table. Troubleshooting: dropped the duplicate --paths / --mode analyze explanation in favour of cross-links to CLI Reference and CI/CD Integration. Added an "Approximate, GPU-bound" callout above the Performance tips table; clarified that the console's solarxy=trace default is not user-configurable in-app (use RUST_LOG=...). Linked the materials / textures section to User Guide -> Supported file formats. Release-Notes: expanded the Shift+S retirement bullet to mention that plain S now resets the active pane to Shaded mode. Expanded the FPS HUD removal bullet to mention Window -> Status Bar. Tightened the Ayu Mirage paragraph into a bulleted list. Contributing: clarified the wiki contribution flow (clone solarxy.wiki.git, edit on develop, push to master; wikis do not accept PRs). Reworded "every page has a See also footer" to "most major pages." Installation: added an "After installing, see Quickstart" pointer near the top. Cross-linked solarxy-cli --update to CLI Reference's Self-update section. CI-CD-Integration: added a "When to use the Docker image" paragraph before the tag table. Standardized the GitHub Actions / GitLab CI / Jenkins intros to name both the trigger and the result; Perforce intro already in shape.
Add 10 Mermaid diagrams across the wiki Ten unique Mermaid flowcharts placed at 14 locations across 11 pages, all using the Ayu Mirage Dark palette matched to the app. Mermaid renders natively in GitHub wiki pages; no rendering pipeline. Diagrams: - Render pipeline (10 stages, MSAA boundary) -> Architecture, Inspection. - Validation dispatch (merged: 9 checks, order + severity + toggles) -> Validation-Reference, Tutorial-Custom-Validation-Policy. - Stale anchor lifecycle -> Review-System, Tutorial-First-Review-Session. - Inspection mode decision tree -> Tutorial-Inspect-A-Gltf. - solarxy-cli dispatch (view/analyze, with/without --paths) -> Tutorial-Validate-In-CI. - Dock layout state (default / last / saved transitions) -> Interface, Architecture. - Review-mode click ladder (3-rung priority chain) -> Review-System. - Config discovery (4-step priority ladder) -> Configuration. - CI adapter and format selection -> CI-CD-Integration. - 7-crate dependency DAG -> Architecture (replaces the ASCII version). Each diagram lands at the start of its most-relevant section, before the prose, with a one-line italic caption underneath. Density is medium: decision branches and edge labels included; no over-detailed note blocks. The plan's separate Diagrams #2 and #9 were merged into one validation flow per the locked decision. Phase 3 placeholder markers ("Phase 3: Mermaid Diagram N ...") cleaned up from Architecture.
update: 0.6.0 release notes first draft