index.rst 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. Godot Docs – *4.0* branch
  2. ============================
  3. .. only:: not i18n
  4. .. note:: Godot's documentation is available in various languages and versions.
  5. Expand the "Read the Docs" panel at the bottom of the sidebar to see
  6. the list.
  7. .. only:: i18n
  8. .. note:: This documentation is translated from the `original English one
  9. <https://docs.godotengine.org/en/stable>`_ by community members
  10. on `Weblate <https://hosted.weblate.org/projects/godot-engine/godot-docs>`_.
  11. Depending on the translation effort's completion level, you may
  12. find paragraphs or whole pages which are still in English. You can
  13. help the community by providing new translations or reviewing existing
  14. ones on Weblate.
  15. For the time being, localized translations are only available for
  16. the "stable" branch. You can still view the English documentation for
  17. other engine versions using the "Read the Docs" panel at the bottom
  18. of the sidebar.
  19. Welcome to the official documentation of `Godot Engine <https://godotengine.org>`__,
  20. the free and open source community-driven 2D and 3D game engine! If you are new
  21. to this documentation, we recommend that you read the
  22. :ref:`introduction page <doc_about_intro>` to get an overview of what this
  23. documentation has to offer.
  24. The table of contents in the sidebar should let you easily access the documentation
  25. for your topic of interest. You can also use the search function in the top-left corner.
  26. Get involved
  27. ------------
  28. Godot Engine is an open source project developed by a community of volunteers.
  29. The documentation team can always use your feedback and help to improve the
  30. tutorials and class reference. If you don't understand something, or cannot find
  31. what you are looking for in the docs, help us make the documentation better
  32. by letting us know!
  33. Submit an issue or pull request on the `GitHub repository <https://github.com/godotengine/godot-docs/issues>`_,
  34. help us `translate the documentation <https://hosted.weblate.org/engage/godot-engine/>`_
  35. into your language, or talk to us on the ``#documentation`` channel on the
  36. `Godot Contributors Chat <https://chat.godotengine.org/>`_!
  37. .. centered:: |weblate_widget|
  38. Offline documentation
  39. ---------------------
  40. To browse the documentation offline, you can download an HTML copy (updated every Monday): `stable <https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-stable.zip>`__, `latest <https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-master.zip>`__, `3.6 <https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-3.6.zip>`__. Extract the ZIP archive then open
  41. the top-level ``index.html`` in a web browser.
  42. For mobile devices or e-readers, you can also download an ePub copy (updated every Monday): `stable <https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-stable.zip>`__, `latest <https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-master.zip>`__, `3.6 <https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-3.6.zip>`__. Extract the ZIP archive then open
  43. the ``GodotEngine.epub`` file in an e-book reader application.
  44. .. Below is the main table-of-content tree of the documentation website.
  45. It is hidden on the page itself, but it makes up the sidebar for navigation.
  46. .. toctree::
  47. :hidden:
  48. :maxdepth: 1
  49. :caption: About
  50. :name: sec-general
  51. about/introduction
  52. about/faq
  53. about/troubleshooting
  54. about/list_of_features
  55. about/docs_changelog
  56. about/release_policy
  57. about/complying_with_licenses
  58. .. toctree::
  59. :hidden:
  60. :maxdepth: 1
  61. :caption: Getting started
  62. :name: sec-learn
  63. getting_started/introduction/index
  64. getting_started/step_by_step/index
  65. getting_started/first_2d_game/index
  66. getting_started/first_3d_game/index
  67. .. Sections below are split into two groups. First come meta sections, covering
  68. general matters. Below that different areas of the engine are listed.
  69. These sections are sorted alphabetically. Please keep them that way.
  70. .. toctree::
  71. :hidden:
  72. :maxdepth: 1
  73. :caption: Manual
  74. :name: sec-tutorials
  75. tutorials/best_practices/index
  76. tutorials/editor/index
  77. tutorials/migrating/index
  78. tutorials/2d/index
  79. tutorials/3d/index
  80. tutorials/animation/index
  81. tutorials/assets_pipeline/index
  82. tutorials/audio/index
  83. tutorials/export/index
  84. tutorials/io/index
  85. tutorials/i18n/index
  86. tutorials/inputs/index
  87. tutorials/math/index
  88. tutorials/navigation/index
  89. tutorials/networking/index
  90. tutorials/performance/index
  91. tutorials/physics/index
  92. tutorials/platform/index
  93. tutorials/plugins/index
  94. tutorials/rendering/index
  95. tutorials/scripting/index
  96. tutorials/shaders/index
  97. tutorials/ui/index
  98. tutorials/xr/index
  99. .. toctree::
  100. :hidden:
  101. :maxdepth: 1
  102. :caption: Contributing
  103. :name: sec-contributing
  104. contributing/ways_to_contribute
  105. contributing/workflow/index
  106. contributing/development/index
  107. contributing/documentation/index
  108. .. toctree::
  109. :hidden:
  110. :maxdepth: 1
  111. :caption: Community
  112. :name: sec-community
  113. community/asset_library/index
  114. community/channels
  115. community/tutorials
  116. .. toctree::
  117. :hidden:
  118. :maxdepth: 1
  119. :caption: Class reference
  120. :name: sec-class-ref
  121. classes/index