diff --git a/wiki-rtd/docs/wiki_development/general/general-development.md b/wiki-rtd/docs/wiki_development/general/general-development.md index 5b82572..73c0559 100644 --- a/wiki-rtd/docs/wiki_development/general/general-development.md +++ b/wiki-rtd/docs/wiki_development/general/general-development.md @@ -2,13 +2,10 @@ This is WIP -## Cooker -Cooker, differently from the main (stable) branch, is what it's boiling in the pot now: the bleeding edge of the software development. -Every time a commit or a PR is done, a GitHub action automatically compiles the snapshot with the latest changes and publish them on the [cooker repository](https://github.com/XargonWan/RetroDECK-cooker). -This can be publicly tested and if it's stable will be merged in the main branch creating a new release. +## Cooker builds -Useless to say that this channel is not suggested for the end user but it's developer / alpha tester oriented. -Expect major bugs and data loss: be warned. +Every time a commit or a PR is done, a GitHub action automatically compiles the snapshot with the latest changes and publish them on the [cooker repository](https://github.com/XargonWan/RetroDECK-cooker). +This can be publicly tested and if it's stable will be merged in the main branch creating a new release.. ## How to build RetroDECK? diff --git a/wiki-rtd/docs/wiki_community/testing-rd.md b/wiki-rtd/docs/wiki_development/testing/general-testing.md similarity index 100% rename from wiki-rtd/docs/wiki_community/testing-rd.md rename to wiki-rtd/docs/wiki_development/testing/general-testing.md diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index 02f78e4..9d98384 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -72,7 +72,6 @@ nav: - Bugs & Issues 🐜: - Reporting Bugs: wiki_bugs/report-bugs.md - Known Issues: wiki_bugs/known-issues.md - - How do I help out with testing?: wiki_community/testing-rd.md - RetroDECK Configurator 🛠️: - Configurator Features: wiki_general/configurator.md @@ -275,3 +274,6 @@ nav: - Functions: - Easter Egg Splashes: wiki_development/functions/easter-egg-splashes.md - Compression: wiki_development/functions/compression.md + - Testing: + - How do I help out with testing?: wiki_development/testing//general-testing.md +