Univis UI Docs
This unified documentation book contains both language editions:
Use the language switcher shown at the top of each page to jump to the mirrored chapter in the other language.
Structure
ar/contains the Arabic documentation treeen/contains the English documentation tree- both trees share the same chapter map and live in one mdBook
- hosted docs URL:
https://univiseditor.github.io/univis_ui/
Fast Links
- Plugin Setup and First Examples
- إعداد الإضافات وأولى الأمثلة
- English Example Gallery
- معرض الأمثلة
- Migration and Limitations
- الترحيل والقيود
Guides vs API Docs
- Use the guide chapters for mental models, migration notes, and example-driven learning.
- Use generated
rustdocfor exact type paths, field lists, and signatures.
Generate API docs with:
cargo doc --no-deps -p univis_ui
Build
mdbook build docs
Serve
mdbook serve docs -n 127.0.0.1 -p 3000