docs(readme): update README for clarity and consistency

- Translated sections from German to English for better accessibility.
- Enhanced the structure by clearly defining the workspace relationship and local development instructions.
- Improved descriptions for Docker setup and deployment processes to ensure users understand the requirements and context.
- Updated links and formatting for consistency throughout the document.

This commit aims to improve the overall clarity and usability of the README documentation.
This commit is contained in:
Marvin
2026-04-10 02:12:06 +02:00
parent 66b8446d19
commit 8d8fda49c4
227 changed files with 498 additions and 2496 deletions

View File

@@ -58,11 +58,6 @@ const config = {
return ['/docs'];
}
// GitHub wiki mirror moved under /wiki/legacy/wiki-import/
if (existingPath.startsWith('/wiki/legacy/wiki-import')) {
return [existingPath.replace('/wiki/legacy/wiki-import', '/wiki/wiki-import')];
}
const redirectsToHere = {
'/wiki/framework/architecture': ['/wiki/architecture'],
'/wiki/framework/fmf-hooks': ['/wiki/fmf-hooks'],
@@ -108,6 +103,27 @@ const config = {
return undefined;
},
redirects: [
{
to: '/wiki/docs',
from: [
'/wiki/legacy/wiki-import/Home',
'/wiki/wiki-import/Home',
'/wiki/legacy/wiki-import',
'/wiki/wiki-import',
],
},
{
to: '/wiki/guides/players/overview',
from: ['/wiki/legacy/wiki-import/EndUser/', '/wiki/wiki-import/EndUser/'],
},
{
to: '/wiki/guides/mod-developers/overview',
from: ['/wiki/legacy/wiki-import/ModDevs/', '/wiki/wiki-import/ModDevs/'],
},
{
to: '/wiki/guides/contributors/topics-overview',
from: ['/wiki/legacy/wiki-import/Contributors/', '/wiki/wiki-import/Contributors/'],
},
{
to: '/wiki/mods/framework',
from: ['/framework'],