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/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/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/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/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/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/index.md b/docs/launcher/build/index.md similarity index 96% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/build/index.md rename to docs/launcher/build/index.md index 6185d7c..e2d7e93 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/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/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/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/index.md b/docs/launcher/design/index.md similarity index 99% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/index.md rename to docs/launcher/design/index.md index 14055c5..6c0ccc8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/design/index.md +++ b/docs/launcher/design/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 --- # Дизайн diff --git a/docs/gml-launcher/launcher/envirement.md b/docs/launcher/environment.md similarity index 100% rename from docs/gml-launcher/launcher/envirement.md rename to docs/launcher/environment.md diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/index.md b/docs/launcher/index.md similarity index 84% rename from i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/index.md rename to docs/launcher/index.md index e52a8c3..9089743 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/gml-launcher/launcher/index.md +++ b/docs/launcher/index.md @@ -1,8 +1,8 @@ --- -sidebar_position: 6 +sidebar_position: 5 --- -# Лаунчер +# Game Launcher 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/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/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/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/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 --- # О проекте 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/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. По окончанию загрузки вы получите сообщение о завершении операции. 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/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/docs/gml-launcher/launcher/build/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/build/index.md similarity index 100% rename from docs/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/docs/gml-launcher/launcher/design/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/index.md similarity index 99% rename from docs/gml-launcher/launcher/design/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/design/index.md index 14055c5..6c0ccc8 100644 --- a/docs/gml-launcher/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/gml-launcher/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/gml-launcher/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/gml-launcher/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/docs/gml-launcher/launcher/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md similarity index 79% rename from docs/gml-launcher/launcher/index.md rename to i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md index e52a8c3..b4dfffb 100644 --- a/docs/gml-launcher/launcher/index.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/launcher/index.md @@ -1,8 +1,8 @@ --- -sidebar_position: 6 +sidebar_position: 4 --- -# Лаунчер +# Игровой лаунчер 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 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` должны быть установлены вручную. 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 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. Эта страница служит точкой входа для документации. Используйте боковое меню слева, чтобы перейти к интересующим разделам, или начните с обзора ниже.