godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.57k stars 2.96k forks source link

Godot document should start with an example #9495

Closed neutron-abhi-me closed 1 week ago

neutron-abhi-me commented 1 week ago

Your Godot version: 4.2 Issue description: Em to make it clear i am new to coding i get the basics and worked in spring boot i love learning through documentation Something i find a bit inconvient is that the Godot docs doesnt start with an example right from the getting started page i feel it should as learning concept will easier if you provide the default project so that they can look and feel the project.Using already ready pre existing game project would make it better URL to the documentation page (if already existing): https://docs.godotengine.org/en/stable/getting_started/

skyace65 commented 1 week ago

Generally speaking the job of the documentation is to explain how something works. From that perspective, making an example project the very first thing people see in a getting started section, without any explanation for the engine and how it works, doesn't make sense. Additionally, if you google "Godot example project" the first link you'll find in Google or DuckDuckGo is our demo repository that's filled with example projects. And lastly, if you follow the getting started section you'll end up on the page "First look at Godot's editor", which explains that you can find demo projects in the asset library which can be accessed via the project manager.

neutron-abhi-me commented 1 week ago

oh thanks !!