index.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. :allow_comments: False
  2. .. _doc_contributing_writing_documentation:
  3. Writing documentation
  4. =====================
  5. We always need help to improve the documentation, be it the class reference or
  6. the manual. Below, you can find our content and writing guidelines and
  7. concrete guides to make changes to the documentation.
  8. Be sure to also check the :ref:`workflow guidelines <doc_contributing_workflow>`,
  9. especially if you're new to using Git or GitHub.
  10. Guidelines
  11. ----------
  12. Here are the principles and guidelines we strive to follow to write accessible
  13. documentation.
  14. .. toctree::
  15. :maxdepth: 1
  16. :name: toc-contributing-writing-guidelines
  17. content_guidelines
  18. docs_writing_guidelines
  19. docs_image_guidelines
  20. docs_contribution_checklist
  21. Writing the manual
  22. ------------------
  23. These articles explain how to contribute to this very documentation, and
  24. how to build the online version locally for testing.
  25. .. toctree::
  26. :maxdepth: 1
  27. :name: toc-contributing-documentation
  28. contributing_to_the_documentation
  29. building_the_manual
  30. Class reference guides
  31. ----------------------
  32. The pages below focus on the class reference.
  33. As the reference is included in the Godot editor, its source files are part of
  34. the `godot repository <https://github.com/godotengine/godot>`_. We use XML files
  35. to write it, so the process to contribute to the class reference differs from
  36. writing the online manual.
  37. .. toctree::
  38. :maxdepth: 1
  39. :name: toc-contributing-class-reference
  40. updating_the_class_reference
  41. class_reference_primer
  42. Translating the documentation
  43. -----------------------------
  44. The community is always working hard on making Godot and its documentation
  45. available to more people. Localizing the documentation is a colossal and ongoing
  46. effort you can be part of.
  47. .. toctree::
  48. :maxdepth: 1
  49. :name: toc-contributing-localization
  50. editor_and_docs_localization