pixi-react
pixi-react copied to clipboard
Docs/add guides section with getting started
Description
This PR implements a new Guides section in the documentation website, complete with navbar integration and a comprehensive Getting Started guide for new users.
Closes #589
Changes Made
- ✅ Added
Guidessection to documentation sidebar navigation - ✅ Created Getting Started guide with ecosystem overview, introduction, and quick start tutorial
- ✅ Migrated documentation structure from JSON to YAML format for better maintainability
- ✅ Reorganized existing guides (Extend, TypeScript, Hooks) into dedicated folders
- ✅ Enhanced sidebar functionality with new DocSidebarItemWrapper component
- ✅ Various layout and styling improvements
Acceptance Criteria ✓
- [x] Users can easily find the
Guidessection of the documentation website - [x] The
Guidessection includes aGetting Startedguide walking users through creating their first app with Pixi React
Screenshot
@trezy and @thejustinwalsh Ready to merge 😎