Add in-app project and Lua documentation browsers #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Replace the Documentation and API Documentation placeholders with read-only, navigable documentation inside RuDS.
Current state
Required behavior
Implementation notes
Acceptance criteria
Implemented in
7d20139. Replaced both placeholders with localized read-only native documentation browsers; bundled the global RuDS user guide; rendered the generated Lua API reference, public types, and runnable examples directly from issue #12 artifacts; added safe headings, lists, code blocks, tables, document anchors, guide-to-API navigation, explicit/file-change refresh, stale-load protection, external-link confirmation, and raw HTML/CSS/JS isolation; added the native Help menu action and script intercept. Neutral review against issue #24, bDS2, and Allium confirmed the guide is global and remains loaded across project switches. Verified with packaged macOS visual QA, allium check specs, cargo fmt --all -- --check, cargo clippy --workspace --all-targets -- -D warnings, cargo build --workspace, and cargo test --workspace.