init repo
This commit is contained in:
34
docs/ai/bevy-source-index.md
Normal file
34
docs/ai/bevy-source-index.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Bevy Source Index
|
||||
|
||||
Use these official sources first.
|
||||
|
||||
## Start here
|
||||
|
||||
- Quick start setup
|
||||
- Learn page
|
||||
- API docs
|
||||
- Official examples
|
||||
- Migration guides
|
||||
- Plugin development page
|
||||
|
||||
## Official URLs
|
||||
|
||||
- https://bevy.org/learn/quick-start/getting-started/setup/
|
||||
- https://bevy.org/learn/
|
||||
- https://docs.rs/bevy
|
||||
- https://github.com/bevyengine/bevy/tree/latest/examples
|
||||
- https://bevy.org/news/bevy-0-18/
|
||||
- https://bevy.org/learn/quick-start/plugin-development/
|
||||
|
||||
## Search order for AI
|
||||
|
||||
1. local project files
|
||||
2. `docs/ai/*.md`
|
||||
3. official examples
|
||||
4. API docs
|
||||
5. migration / release notes
|
||||
|
||||
## Rule
|
||||
|
||||
Do not suggest deprecated Bevy APIs from old blog posts or random tutorials.
|
||||
Match examples to `0.18.1`.
|
||||
Reference in New Issue
Block a user