From 09b34095c4732decea7d036892955b4625f59052 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 24 Jan 2026 07:17:38 +0300 Subject: [PATCH 1/6] Rename old wiki name --- docker-compose.yml | 6 +++--- docs/welcome.md | 3 ++- docusaurus.config.js | 2 +- i18n/en/code.json | 2 +- i18n/ru/code.json | 2 +- i18n/ru/docusaurus-plugin-content-docs/current/welcome.md | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9eadbc6..f979e5b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: wiki: - container_name: recloud-wiki + container_name: gml-wiki build: context: . dockerfile: Dockerfile @@ -10,8 +10,8 @@ services: - "3031:3031" restart: unless-stopped networks: - - recloud-network + - gml-network networks: - recloud-network: + gml-network: external: true diff --git a/docs/welcome.md b/docs/welcome.md index beaf752..60d61f0 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -3,4 +3,5 @@ sidebar_position: 1 --- # Welcome -Welcome to the documentation for Recloud. \ No newline at end of file + +Welcome to the documentation for GML Launcher. diff --git a/docusaurus.config.js b/docusaurus.config.js index 0244c4f..a09cf3e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -62,7 +62,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/RecloudTech', + 'https://github.com/Gml-Launcher', // Useful options to enforce blogging best practices onInlineTags: 'warn', onInlineAuthors: 'warn', diff --git a/i18n/en/code.json b/i18n/en/code.json index 6a043cb..9d6d75d 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -4,7 +4,7 @@ "description": "Title for the anniversary page" }, "theme.recloud.hero.title": { - "message": "Official Wiki Recloud!", + "message": "Official GML Launcher Wiki!", "description": "Title for the anniversary page" }, "theme.recloud.hero.description": { diff --git a/i18n/ru/code.json b/i18n/ru/code.json index 8ea1709..39157c2 100644 --- a/i18n/ru/code.json +++ b/i18n/ru/code.json @@ -4,7 +4,7 @@ "description": "Title for the anniversary page" }, "theme.recloud.hero.title": { - "message": "Официальная Wiki Recloud!", + "message": "Официальная Wiki GML Launcher!", "description": "Title for the anniversary page" }, "theme.recloud.hero.description": { diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/welcome.md b/i18n/ru/docusaurus-plugin-content-docs/current/welcome.md index 9e82a22..f1ebb37 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/welcome.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/welcome.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Добро пожаловать -Добро пожаловать в документацию Recloud. +Добро пожаловать в документацию GML Launcher. Эта страница служит точкой входа для документации. Используйте боковое меню слева, чтобы перейти к интересующим разделам, или начните с обзора ниже. From a0a425877ad676318b547b016efacc4f1f86328b Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 24 Jan 2026 07:22:23 +0300 Subject: [PATCH 2/6] Move game laucher info to root --- docs/{gml-launcher => }/launcher/build/from-panel/index.md | 0 docs/{gml-launcher => }/launcher/build/from-panel/load-files.md | 0 .../{gml-launcher => }/launcher/build/from-panel/start-build.md | 0 docs/{gml-launcher => }/launcher/build/from-source.md | 0 docs/{gml-launcher => }/launcher/build/index.md | 0 docs/{gml-launcher => }/launcher/design/colors.md | 0 docs/{gml-launcher => }/launcher/design/components.md | 0 docs/{gml-launcher => }/launcher/design/index.md | 0 docs/{gml-launcher => }/launcher/envirement.md | 0 docs/{gml-launcher => }/launcher/index.md | 2 +- docs/{gml-launcher => }/launcher/publish/from-panel.md | 0 docs/{gml-launcher => }/launcher/publish/index.md | 0 docs/{gml-launcher => }/launcher/publish/linux.md | 0 docs/{gml-launcher => }/launcher/publish/macos.md | 0 .../{gml-launcher => }/launcher/build/from-panel/index.md | 0 .../{gml-launcher => }/launcher/build/from-panel/load-files.md | 0 .../{gml-launcher => }/launcher/build/from-panel/start-build.md | 0 .../current/{gml-launcher => }/launcher/build/from-source.md | 0 .../current/{gml-launcher => }/launcher/build/index.md | 0 .../current/{gml-launcher => }/launcher/design/colors.md | 0 .../current/{gml-launcher => }/launcher/design/components.md | 0 .../current/{gml-launcher => }/launcher/design/index.md | 0 .../current/{gml-launcher => }/launcher/envirement.md | 0 .../current/{gml-launcher => }/launcher/index.md | 2 +- .../current/{gml-launcher => }/launcher/publish/from-panel.md | 0 .../current/{gml-launcher => }/launcher/publish/index.md | 0 .../current/{gml-launcher => }/launcher/publish/linux.md | 0 .../current/{gml-launcher => }/launcher/publish/macos.md | 0 28 files changed, 2 insertions(+), 2 deletions(-) rename docs/{gml-launcher => }/launcher/build/from-panel/index.md (100%) rename docs/{gml-launcher => }/launcher/build/from-panel/load-files.md (100%) rename docs/{gml-launcher => }/launcher/build/from-panel/start-build.md (100%) rename docs/{gml-launcher => }/launcher/build/from-source.md (100%) rename docs/{gml-launcher => }/launcher/build/index.md (100%) rename docs/{gml-launcher => }/launcher/design/colors.md (100%) rename docs/{gml-launcher => }/launcher/design/components.md (100%) rename docs/{gml-launcher => }/launcher/design/index.md (100%) rename docs/{gml-launcher => }/launcher/envirement.md (100%) rename docs/{gml-launcher => }/launcher/index.md (87%) rename docs/{gml-launcher => }/launcher/publish/from-panel.md (100%) rename docs/{gml-launcher => }/launcher/publish/index.md (100%) rename docs/{gml-launcher => }/launcher/publish/linux.md (100%) rename docs/{gml-launcher => }/launcher/publish/macos.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/build/from-panel/index.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/build/from-panel/load-files.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/build/from-panel/start-build.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/build/from-source.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/build/index.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/design/colors.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/design/components.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/design/index.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/envirement.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/index.md (87%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/publish/from-panel.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/publish/index.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/publish/linux.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/launcher/publish/macos.md (100%) diff --git a/docs/gml-launcher/launcher/build/from-panel/index.md b/docs/launcher/build/from-panel/index.md similarity index 100% rename from docs/gml-launcher/launcher/build/from-panel/index.md rename to docs/launcher/build/from-panel/index.md diff --git a/docs/gml-launcher/launcher/build/from-panel/load-files.md b/docs/launcher/build/from-panel/load-files.md similarity index 100% rename from docs/gml-launcher/launcher/build/from-panel/load-files.md rename to docs/launcher/build/from-panel/load-files.md diff --git a/docs/gml-launcher/launcher/build/from-panel/start-build.md b/docs/launcher/build/from-panel/start-build.md similarity index 100% rename from docs/gml-launcher/launcher/build/from-panel/start-build.md rename to docs/launcher/build/from-panel/start-build.md diff --git a/docs/gml-launcher/launcher/build/from-source.md b/docs/launcher/build/from-source.md similarity index 100% rename from docs/gml-launcher/launcher/build/from-source.md rename to docs/launcher/build/from-source.md diff --git a/docs/gml-launcher/launcher/build/index.md b/docs/launcher/build/index.md similarity index 100% rename from docs/gml-launcher/launcher/build/index.md rename to docs/launcher/build/index.md diff --git a/docs/gml-launcher/launcher/design/colors.md b/docs/launcher/design/colors.md similarity index 100% rename from docs/gml-launcher/launcher/design/colors.md rename to docs/launcher/design/colors.md diff --git a/docs/gml-launcher/launcher/design/components.md b/docs/launcher/design/components.md similarity index 100% rename from docs/gml-launcher/launcher/design/components.md rename to docs/launcher/design/components.md diff --git a/docs/gml-launcher/launcher/design/index.md b/docs/launcher/design/index.md similarity index 100% rename from docs/gml-launcher/launcher/design/index.md rename to docs/launcher/design/index.md diff --git a/docs/gml-launcher/launcher/envirement.md b/docs/launcher/envirement.md similarity index 100% rename from docs/gml-launcher/launcher/envirement.md rename to docs/launcher/envirement.md diff --git a/docs/gml-launcher/launcher/index.md b/docs/launcher/index.md similarity index 87% rename from docs/gml-launcher/launcher/index.md rename to docs/launcher/index.md index e52a8c3..1b8afd1 100644 --- a/docs/gml-launcher/launcher/index.md +++ b/docs/launcher/index.md @@ -2,7 +2,7 @@ sidebar_position: 6 --- -# Лаунчер +# Игровой лаунчер import {DocsCardList} from "@site/src/components/DocsCard"; import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; diff --git a/docs/gml-launcher/launcher/publish/from-panel.md b/docs/launcher/publish/from-panel.md similarity index 100% rename from docs/gml-launcher/launcher/publish/from-panel.md rename to docs/launcher/publish/from-panel.md diff --git a/docs/gml-launcher/launcher/publish/index.md b/docs/launcher/publish/index.md similarity index 100% rename from docs/gml-launcher/launcher/publish/index.md rename to docs/launcher/publish/index.md diff --git a/docs/gml-launcher/launcher/publish/linux.md b/docs/launcher/publish/linux.md similarity index 100% rename from docs/gml-launcher/launcher/publish/linux.md rename to docs/launcher/publish/linux.md diff --git a/docs/gml-launcher/launcher/publish/macos.md b/docs/launcher/publish/macos.md similarity index 100% rename from docs/gml-launcher/launcher/publish/macos.md rename to docs/launcher/publish/macos.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/from-panel/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/from-panel/index.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/from-panel/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/from-panel/index.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/from-panel/load-files.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/from-panel/load-files.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/from-panel/load-files.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/from-panel/load-files.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/from-panel/start-build.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/from-panel/start-build.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/from-panel/start-build.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/from-panel/start-build.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/from-source.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/from-source.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/from-source.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/from-source.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/index.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/index.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/colors.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/colors.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/colors.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/colors.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/components.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/components.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/components.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/components.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/index.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/index.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/envirement.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/envirement.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/envirement.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/envirement.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md similarity index 87% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md index e52a8c3..1b8afd1 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/index.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md @@ -2,7 +2,7 @@ sidebar_position: 6 --- -# Лаунчер +# Игровой лаунчер import {DocsCardList} from "@site/src/components/DocsCard"; import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/publish/from-panel.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/publish/from-panel.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/publish/from-panel.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/publish/from-panel.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/publish/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/publish/index.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/publish/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/publish/index.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/publish/linux.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/publish/linux.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/publish/linux.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/publish/linux.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/publish/macos.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/publish/macos.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/publish/macos.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/publish/macos.md From cfd1dc434371c5aefc7cf67d443fca38cef0138a Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 24 Jan 2026 07:24:55 +0300 Subject: [PATCH 3/6] Move about info to root --- docs/{gml-launcher => }/about.md | 2 +- .../current/{gml-launcher => }/about.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{gml-launcher => }/about.md (98%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/about.md (98%) diff --git a/docs/gml-launcher/about.md b/docs/about.md similarity index 98% rename from docs/gml-launcher/about.md rename to docs/about.md index 53124e1..bb66e3a 100644 --- a/docs/gml-launcher/about.md +++ b/docs/about.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 2 --- # About the Project diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/about.md b/i18n/ru/docusaurus-plugin-content-docs/current/about.md similarity index 98% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/about.md rename to i18n/ru/docusaurus-plugin-content-docs/current/about.md index f6e5abc..75b91e3 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/about.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/about.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 2 --- # О проекте From a3a3d68e2516651a89f267bc742b38f6a22cf710 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 24 Jan 2026 07:57:27 +0300 Subject: [PATCH 4/6] Small fixed --- docs/gml-launcher/system-requirements.md | 38 ---------------- docs/launcher/build/index.md | 2 +- docs/launcher/design/index.md | 2 +- .../{envirement.md => environment.md} | 0 docs/launcher/index.md | 2 +- docs/launcher/system-requirements.md | 44 +++++++++++++++++++ .../gml-launcher/system-requirements.md | 38 ---------------- .../current/launcher/design/index.md | 2 +- .../{envirement.md => environment.md} | 2 +- .../current/launcher/system-requirements.md | 44 +++++++++++++++++++ 10 files changed, 93 insertions(+), 81 deletions(-) rename docs/launcher/{envirement.md => environment.md} (100%) create mode 100644 docs/launcher/system-requirements.md rename i18n/ru/docusaurus-plugin-content-docs/current/launcher/{envirement.md => environment.md} (99%) create mode 100644 i18n/ru/docusaurus-plugin-content-docs/current/launcher/system-requirements.md diff --git a/docs/gml-launcher/system-requirements.md b/docs/gml-launcher/system-requirements.md index 4992812..560a82a 100644 --- a/docs/gml-launcher/system-requirements.md +++ b/docs/gml-launcher/system-requirements.md @@ -16,41 +16,3 @@ Before installing Gml, make sure your system meets the following requirements: | CPU Cores | 1 or more | | Disk Space | 4 GB – Control Panel + Backend
4 GB – per game profile
8–10 GB – Launcher Builder + Game Profile Builder | | Docker Installation | Required | - -## Launcher Requirements - -The launcher can run on the following platforms: - -| Platform | Supported | -|--------------|-----------| -| `Windows` | ✔️ | -| `macOS` | ✔️ | -| `Linux` | ✔️ | - -## Windows - -* Windows 8.1 -* Windows 10 -* Windows 11 - -Although Avalonia applications run on Windows 7, this legacy platform receives limited support. We no longer fix Windows 7-specific bugs. - -## macOS - -* macOS 10.14 (Mojave) -* macOS 10.15 (Catalina) -* macOS 11 (Big Sur) -* macOS 12 (Monterey) -* macOS 13 (Ventura) -* macOS 14 (Sonoma) -* macOS 15 (Sequoia) - -## Linux - -* Debian 9+ -* Ubuntu 16.04+ -* Fedora 30+ - -The launcher works stably on most Linux distributions that support .NET SDK and have X11 or framebuffer capabilities. Officially supported distributions are Debian 9+, Ubuntu 16.04+, and Fedora 30+, but many other distributions also successfully run Avalonia-based applications. We are actively working to expand Linux compatibility. - -WSL 2 distributions are also supported; however, the dependencies `libice6`, `libsm6`, and `libfontconfig1` must be installed manually. diff --git a/docs/launcher/build/index.md b/docs/launcher/build/index.md index 6185d7c..e2d7e93 100644 --- a/docs/launcher/build/index.md +++ b/docs/launcher/build/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 4 --- import {DocsCardList} from "@site/src/components/DocsCard"; diff --git a/docs/launcher/design/index.md b/docs/launcher/design/index.md index 14055c5..6c0ccc8 100644 --- a/docs/launcher/design/index.md +++ b/docs/launcher/design/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 --- # Дизайн diff --git a/docs/launcher/envirement.md b/docs/launcher/environment.md similarity index 100% rename from docs/launcher/envirement.md rename to docs/launcher/environment.md diff --git a/docs/launcher/index.md b/docs/launcher/index.md index 1b8afd1..da99640 100644 --- a/docs/launcher/index.md +++ b/docs/launcher/index.md @@ -2,7 +2,7 @@ sidebar_position: 6 --- -# Игровой лаунчер +# Game Launcher import {DocsCardList} from "@site/src/components/DocsCard"; import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; diff --git a/docs/launcher/system-requirements.md b/docs/launcher/system-requirements.md new file mode 100644 index 0000000..3757739 --- /dev/null +++ b/docs/launcher/system-requirements.md @@ -0,0 +1,44 @@ +--- +sidebar_position: 2 +--- +# System Requirements + +Ensure your hardware can support the project installation. + +## Launcher Requirements + +The launcher can run on the following platforms: + +| Platform | Supported | +|--------------|-----------| +| `Windows` | ✔️ | +| `macOS` | ✔️ | +| `Linux` | ✔️ | + +## Windows + +* Windows 8.1 +* Windows 10 +* Windows 11 + +Although Avalonia applications run on Windows 7, this legacy platform receives limited support. We no longer fix Windows 7-specific bugs. + +## macOS + +* macOS 10.14 (Mojave) +* macOS 10.15 (Catalina) +* macOS 11 (Big Sur) +* macOS 12 (Monterey) +* macOS 13 (Ventura) +* macOS 14 (Sonoma) +* macOS 15 (Sequoia) + +## Linux + +* Debian 9+ +* Ubuntu 16.04+ +* Fedora 30+ + +The launcher works stably on most Linux distributions that support .NET SDK and have X11 or framebuffer capabilities. Officially supported distributions are Debian 9+, Ubuntu 16.04+, and Fedora 30+, but many other distributions also successfully run Avalonia-based applications. We are actively working to expand Linux compatibility. + +WSL 2 distributions are also supported; however, the dependencies `libice6`, `libsm6`, and `libfontconfig1` must be installed manually. diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/system-requirements.md b/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/system-requirements.md index c941041..176e28d 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/system-requirements.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/system-requirements.md @@ -17,41 +17,3 @@ sidebar_position: 2 | Процессорных ядер | 1 и более | | Место на диске | 4Гб - Панель управления + Бекенд
4Гб - каждый игровой профиль
8-10Гб - Сборщик лаунчера + Сборщик игровых профилей
| | Возможность установки Docker | Обязательно | - -## Требования к запуску лаунчера - -Лаунчер можно использовать для запуска на следующих платформах: - -| Платформа | Поддерживается | -|--------------|----------------| -| `Windows` | ✔️ | -| `macOS ` | ✔️ | -| `Linux` | ✔️ | - -## Windows - -* Windows 8.1 -* Windows 10 -* Windows 11 - -Хотя приложения Avalonia успешно запускаются на Windows 7, эта устаревшая платформа получает ограниченную поддержку. Мы больше не исправляем ошибки, специфичные для Windows 7. - -## macOS - -* macOS 10.14 (Mojave) -* macOS 10.15 (Catalina) -* macOS 11 (Big Sur) -* macOS 12 (Monterey) -* macOS 13 (Ventura) -* macOS 14 (Sonoma) -* macOS 15 (Sequoia) - -## Linux - -* Debian 9+ -* Ubuntu 16.04+ -* Fedora 30+ - -Лаунчер стабильно работает на большинстве Linux-дистрибутивов, если они поддерживают .NET SDK и имеют возможности X11 или framebuffer. Официально поддерживаются Debian 9+, Ubuntu 16.04+ и Fedora 30+, но многие другие дистрибутивы также успешно запускают приложения на базе Avalonia. Мы активно работаем над расширением совместимости с Linux. - -Также поддерживаются дистрибутивы WSL 2, однако зависимости `libice6`, `libsm6` и `libfontconfig1` должны быть установлены вручную. diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/index.md index 14055c5..6c0ccc8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/index.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 --- # Дизайн diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/launcher/envirement.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/environment.md similarity index 99% rename from i18n/ru/docusaurus-plugin-content-docs/current/launcher/envirement.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/environment.md index f8da766..81a03a9 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/launcher/envirement.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/environment.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 2 --- import AvaloniaVsExtensionMarketplaceScreenshot from '/img/avalonia-plugin-vs.png'; import AvaloniaVsExtensionNuGetScreenshot from '/img/avalonia-vs-extension-nuget.png'; diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/launcher/system-requirements.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/system-requirements.md new file mode 100644 index 0000000..d2d637c --- /dev/null +++ b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/system-requirements.md @@ -0,0 +1,44 @@ +--- +sidebar_position: 1 +--- +# Системные требования + +Убедитесь в возможности инсталляции проекта на вашем оборудовании + +## Требования к запуску лаунчера + +Лаунчер можно использовать для запуска на следующих платформах: + +| Платформа | Поддерживается | +|--------------|----------------| +| `Windows` | ✔️ | +| `macOS ` | ✔️ | +| `Linux` | ✔️ | + +## Windows + +* Windows 8.1 +* Windows 10 +* Windows 11 + +Хотя приложения Avalonia успешно запускаются на Windows 7, эта устаревшая платформа получает ограниченную поддержку. Мы больше не исправляем ошибки, специфичные для Windows 7. + +## macOS + +* macOS 10.14 (Mojave) +* macOS 10.15 (Catalina) +* macOS 11 (Big Sur) +* macOS 12 (Monterey) +* macOS 13 (Ventura) +* macOS 14 (Sonoma) +* macOS 15 (Sequoia) + +## Linux + +* Debian 9+ +* Ubuntu 16.04+ +* Fedora 30+ + +Лаунчер стабильно работает на большинстве Linux-дистрибутивов, если они поддерживают .NET SDK и имеют возможности X11 или framebuffer. Официально поддерживаются Debian 9+, Ubuntu 16.04+ и Fedora 30+, но многие другие дистрибутивы также успешно запускают приложения на базе Avalonia. Мы активно работаем над расширением совместимости с Linux. + +Также поддерживаются дистрибутивы WSL 2, однако зависимости `libice6`, `libsm6` и `libfontconfig1` должны быть установлены вручную. From 49bb8471796ce5770ce1f6f9f93469f82077ae9b Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 24 Jan 2026 08:05:15 +0300 Subject: [PATCH 5/6] Move game server info to root --- docs/gml-launcher/_category_.json | 2 +- docs/gml-launcher/server-minecraft/index.md | 8 -------- docs/launcher/index.md | 2 +- .../{gml-launcher => }/server-minecraft/connect/docker.md | 0 docs/{gml-launcher => }/server-minecraft/connect/index.md | 0 docs/{gml-launcher => }/server-minecraft/connect/linux.md | 0 .../server-minecraft/connect/pterodactyl.md | 0 docs/server-minecraft/index.md | 7 +++++++ docs/{gml-launcher => }/server-minecraft/prepare.md | 0 .../current/gml-launcher/_category_.json | 2 +- .../current/launcher/index.md | 2 +- .../{gml-launcher => }/server-minecraft/connect/docker.md | 0 .../{gml-launcher => }/server-minecraft/connect/index.md | 0 .../{gml-launcher => }/server-minecraft/connect/linux.md | 0 .../server-minecraft/connect/pterodactyl.md | 0 .../current/{gml-launcher => }/server-minecraft/index.md | 4 ++-- .../{gml-launcher => }/server-minecraft/prepare.md | 0 17 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 docs/gml-launcher/server-minecraft/index.md rename docs/{gml-launcher => }/server-minecraft/connect/docker.md (100%) rename docs/{gml-launcher => }/server-minecraft/connect/index.md (100%) rename docs/{gml-launcher => }/server-minecraft/connect/linux.md (100%) rename docs/{gml-launcher => }/server-minecraft/connect/pterodactyl.md (100%) create mode 100644 docs/server-minecraft/index.md rename docs/{gml-launcher => }/server-minecraft/prepare.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/server-minecraft/connect/docker.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/server-minecraft/connect/index.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/server-minecraft/connect/linux.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/server-minecraft/connect/pterodactyl.md (100%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/server-minecraft/index.md (53%) rename i18n/ru/docusaurus-plugin-content-docs/current/{gml-launcher => }/server-minecraft/prepare.md (100%) diff --git a/docs/gml-launcher/_category_.json b/docs/gml-launcher/_category_.json index 2471078..82d5ad8 100644 --- a/docs/gml-launcher/_category_.json +++ b/docs/gml-launcher/_category_.json @@ -1,5 +1,5 @@ { - "label": "Gml Launcher", + "label": "Gml Backend", "position": 2, "link": { "type": "generated-index", diff --git a/docs/gml-launcher/server-minecraft/index.md b/docs/gml-launcher/server-minecraft/index.md deleted file mode 100644 index 14fe085..0000000 --- a/docs/gml-launcher/server-minecraft/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -sidebar_position: 7 ---- - -# Minecraft Server - -This section will help you deploy the Gml server infrastructure. -``` diff --git a/docs/launcher/index.md b/docs/launcher/index.md index da99640..9089743 100644 --- a/docs/launcher/index.md +++ b/docs/launcher/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 6 +sidebar_position: 5 --- # Game Launcher diff --git a/docs/gml-launcher/server-minecraft/connect/docker.md b/docs/server-minecraft/connect/docker.md similarity index 100% rename from docs/gml-launcher/server-minecraft/connect/docker.md rename to docs/server-minecraft/connect/docker.md diff --git a/docs/gml-launcher/server-minecraft/connect/index.md b/docs/server-minecraft/connect/index.md similarity index 100% rename from docs/gml-launcher/server-minecraft/connect/index.md rename to docs/server-minecraft/connect/index.md diff --git a/docs/gml-launcher/server-minecraft/connect/linux.md b/docs/server-minecraft/connect/linux.md similarity index 100% rename from docs/gml-launcher/server-minecraft/connect/linux.md rename to docs/server-minecraft/connect/linux.md diff --git a/docs/gml-launcher/server-minecraft/connect/pterodactyl.md b/docs/server-minecraft/connect/pterodactyl.md similarity index 100% rename from docs/gml-launcher/server-minecraft/connect/pterodactyl.md rename to docs/server-minecraft/connect/pterodactyl.md diff --git a/docs/server-minecraft/index.md b/docs/server-minecraft/index.md new file mode 100644 index 0000000..c711e9a --- /dev/null +++ b/docs/server-minecraft/index.md @@ -0,0 +1,7 @@ +--- +sidebar_position: 4 +--- + +# Minecraft Server + +This section will help you deploy the game server infrastructure. diff --git a/docs/gml-launcher/server-minecraft/prepare.md b/docs/server-minecraft/prepare.md similarity index 100% rename from docs/gml-launcher/server-minecraft/prepare.md rename to docs/server-minecraft/prepare.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/_category_.json b/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/_category_.json index 2471078..82d5ad8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/_category_.json +++ b/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/_category_.json @@ -1,5 +1,5 @@ { - "label": "Gml Launcher", + "label": "Gml Backend", "position": 2, "link": { "type": "generated-index", diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md index 1b8afd1..b4dfffb 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 6 +sidebar_position: 4 --- # Игровой лаунчер diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/connect/docker.md b/i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/connect/docker.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/connect/docker.md rename to i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/connect/docker.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/connect/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/connect/index.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/connect/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/connect/index.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/connect/linux.md b/i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/connect/linux.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/connect/linux.md rename to i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/connect/linux.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/connect/pterodactyl.md b/i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/connect/pterodactyl.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/connect/pterodactyl.md rename to i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/connect/pterodactyl.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/index.md similarity index 53% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/index.md index 51d2714..63e70b9 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/index.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/index.md @@ -1,7 +1,7 @@ --- -sidebar_position: 7 +sidebar_position: 5 --- # Сервер Minecraft -Этот раздел поможет вам развернуть серверную инфраструктуру Gml. +Этот раздел поможет вам развернуть серверную игровую инфраструктуру. diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/prepare.md b/i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/prepare.md similarity index 100% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/server-minecraft/prepare.md rename to i18n/ru/docusaurus-plugin-content-docs/current/server-minecraft/prepare.md From 6a32595242b6228229bec210f92923d0e8371cd3 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sun, 1 Mar 2026 19:01:36 +0300 Subject: [PATCH 6/6] Fix typo in profile installation instructions --- .../current/gml-launcher/backend/profiles/profile-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/backend/profiles/profile-install.md b/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/backend/profiles/profile-install.md index 2f5d9a1..186afeb 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/backend/profiles/profile-install.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/backend/profiles/profile-install.md @@ -5,6 +5,6 @@ sidebar_position: 2 # Загрузка профиля 1. Перейдите в список профилей -2. Нажмите на карандашик, дял перехода к настройкам профиля +2. Нажмите на карандашик, для перехода к настройкам профиля 3. Нажмите кнопку "Загрузить". -4. По окончанию загрузки вы получите сообщение о завершении операции. \ No newline at end of file +4. По окончанию загрузки вы получите сообщение о завершении операции.