This commit is contained in:
Aspergerli
2026-03-09 19:18:47 +01:00
commit ade3d0fb01
240 changed files with 12324 additions and 0 deletions

27
docs/index.md Normal file
View File

@@ -0,0 +1,27 @@
# Card Framework Documentation
## 📚 Documentation Index
### Getting Started
- [Quick Start Guide](../README.md) - Essential setup and installation
- [Detailed Getting Started](GETTING_STARTED.md) - Complete step-by-step guide
- [Example1 Tutorial](../example1/README.md) - Beginner-friendly framework introduction
- [FreeCell Implementation](../freecell/README.md) - Advanced production-ready reference
### API Reference
- [Complete API Documentation](API.md) - Full class reference
- [CardManager](API.md#cardmanager) - Root orchestrator
- [Card](API.md#card) - Individual card nodes
- [CardContainer](API.md#cardcontainer) - Container base class
- [Pile & Hand](API.md#pile) - Specialized containers
### Release Information
- [Changelog](CHANGELOG.md) - Version history and updates
### Contributing
- [Contributing Guidelines](../README.md#contributing) - How to contribute
- [GitHub Repository](https://github.com/chun92/card-framework) - Source code and issues
---
**Version**: 1.2.3 | **Godot**: 4.4+ | **License**: Open Source