Docs and Examples Surface Migration
This page explains the current documentation and example layout.
What Changed
- the docs live in one bilingual mdBook under
docs/ - English and Arabic chapters are mirrored under one shared
SUMMARY.md - the examples catalog lists only source files that exist in this branch
- the standalone demo package is
android/android_phone_app - root guidance centers on
URootUi
Current Discovery Path
README.mdorREADME_AR.mddocs/src/index.md- the relevant guide chapter
- the current example list in
docs/src/*/examples/index.md - generated
rustdocfor exact type paths and signatures
Example Commands In This Branch
Use these commands for the current working tree:
cargo run --manifest-path android/android_phone_app/Cargo.tomlcargo check --workspace --examplescargo check --manifest-path android/android_phone_app/Cargo.toml --all-targets
For a task-oriented view, see:
Root Docs Migration
If you previously learned the root model through UScreenRoot or UWorldRoot, use these pages now:
Canonical Sources Now
- landing story:
README.md/README_AR.md - guides:
docs/src/en/*anddocs/src/ar/* - current examples:
docs/src/en/examples/index.mdanddocs/src/ar/examples/index.md - API reference: generated
cargo doc --no-deps -p univis_ui