From 467c6a91776c43177fdf7c8d28df498739aba2b9 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Wed, 30 Jul 2025 12:10:10 +0200 Subject: [PATCH] Add an 'other' section with website, demos, and benchmarks. Add unit tests section (to fill). --- engine/unit_tests.rst | 6 ++++++ index.rst | 11 +++++++++++ organization/areas.rst | 2 -- other/benchmarks.rst | 6 ++++++ other/demos.rst | 4 ++++ other/website.rst | 4 ++++ 6 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 engine/unit_tests.rst create mode 100644 other/benchmarks.rst create mode 100644 other/demos.rst create mode 100644 other/website.rst diff --git a/engine/unit_tests.rst b/engine/unit_tests.rst new file mode 100644 index 0000000..c5310a7 --- /dev/null +++ b/engine/unit_tests.rst @@ -0,0 +1,6 @@ +.. _doc_contributing_unit_tests: + +Contributing unit tests +======================= + +See also the `current documentation for unit tests `_. diff --git a/index.rst b/index.rst index e9c23c4..8ff6a57 100644 --- a/index.rst +++ b/index.rst @@ -146,6 +146,7 @@ Community support documentation/class_reference/index documentation/manual/index documentation/translation/index + documentation/demos/index .. toctree:: :hidden: @@ -187,6 +188,16 @@ Community support pull_request_review/guidelines pull_request_review/testing +.. toctree:: + :hidden: + :maxdepth: 1 + :caption: Other + :name: sec-other + + other/website + other/demos + other/benchmarks + .. toctree:: :hidden: :maxdepth: 1 diff --git a/organization/areas.rst b/organization/areas.rst index 755dcc8..1089636 100644 --- a/organization/areas.rst +++ b/organization/areas.rst @@ -276,8 +276,6 @@ for their area. * GitHub team: `godotengine/tests `_ * GitHub label: ``topic:tests`` · `issues `_ · `PRs `_ -See also the `current documentation for unit tests `_. - Bugsquad / Issue triage ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/other/benchmarks.rst b/other/benchmarks.rst new file mode 100644 index 0000000..81d8127 --- /dev/null +++ b/other/benchmarks.rst @@ -0,0 +1,6 @@ +.. _doc_contributing_benchmarks: + +Contributing benchmarks +======================= + +TODO diff --git a/other/demos.rst b/other/demos.rst new file mode 100644 index 0000000..ac1e330 --- /dev/null +++ b/other/demos.rst @@ -0,0 +1,4 @@ +Contributing demo projects +========================== + +TODO diff --git a/other/website.rst b/other/website.rst new file mode 100644 index 0000000..ae231fe --- /dev/null +++ b/other/website.rst @@ -0,0 +1,4 @@ +Contributing to the website +=========================== + +TODO