This commit represents a complete redesign of the Wails v3 documentation structure
and includes all recent v3-alpha updates.
## Major Changes
### Documentation Restructure
- Migrated from /learn to organized /features, /guides, /reference structure
- Created new Quick Start section with installation and first app guides
- Added comprehensive Concepts section explaining architecture and lifecycle
- Reorganized Contributing section with detailed guides for different contribution types
- Added complete API Reference with separate pages for each major component
### New Documentation
- Custom URL Protocols guide with NSIS automatic registration
- Windows Packaging guide with NSIS, MSI, and MSIX options
- Typed Events system with TypeScript binding generation
- Complete menu documentation (Application, Context, System Tray)
- Comprehensive dialog documentation (File, Message, Custom)
- Window management guides (Basics, Events, Frameless, Multiple Windows)
- Bindings documentation (Services, Methods, Models, Best Practices)
- New tutorials: Todo app and Notes app (vanilla JS)
### v3-alpha API Updates
- Typed Events: RegisterEvent[T] with strict mode and binding generation
- Custom Protocols: NSIS macros for automatic Windows protocol registration
- System Tray: Windows Show/Hide now fully functional with tooltip limits
- Window Hidden: Fixed white flash on Windows when creating hidden windows
- Notifications: Corrected import path to pkg/services/notifications
- Frontend Runtime: Events.Emit now returns Promise<boolean> for cancellation
### Documentation Improvements
- Updated all code examples to use @wailsio/runtime imports
- Added platform-specific event tables and examples
- Created comprehensive event reference with use cases
- Added security best practices and validation patterns
- Improved code examples with real-world use cases
- Added troubleshooting sections and common patterns
### Files
- Created: 60+ new documentation pages
- Deleted: Old /learn structure (13 files)
- Modified: 15 existing files for v3-alpha compatibility
- Added: Tutorial assets and showcase images
* docs: fix tip
* update packages
* add showase
* add 3 showcases from v2
* mdx -> md
* add links page
* add templates page with a caution
* add a tip
* move desc up
* use X instead of twitter
* fix link
* Add clave
* add how to section
* init docs
* add few categories
* add more
* update home
* add blog
* update favicon
* fix few links and
* untouch
* untouch more
* add some icons
* add icons
* move ggetting started at the top and collapse the rest
* actually collapse
* format
* remove includes
* more format
* remove includes
* move assets
* add i18n
* fix i18n
* formatting
* order
* Prevent sidebar from making the page shake during load
* Prevent sidebar from making the page shake during load
* organize docs
* fix link
* expand a bit
* add credits page
* update all contributors file
* remove underlines
* add alternative
* use html
* lets get the first success build
* add latest entry
* remove example file
* fix examples
* more fixes
* fix grammar
* grammar
* remove dupes
* fix link
* grammar
* typo
* typo
* typo
* Logo update. Minor changes.
* update changelog
* update changelog
* rabbit is right
---------
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>