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