Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ version: "3.8"

services:
wiki:
container_name: recloud-wiki
container_name: gml-wiki
build:
context: .
dockerfile: Dockerfile
ports:
- "3031:3031"
restart: unless-stopped
networks:
- recloud-network
- gml-network

networks:
recloud-network:
gml-network:
external: true
2 changes: 1 addition & 1 deletion docs/gml-launcher/about.md → docs/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---
# About the Project

Expand Down
2 changes: 1 addition & 1 deletion docs/gml-launcher/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Gml Launcher",
"label": "Gml Backend",
"position": 2,
"link": {
"type": "generated-index",
Expand Down
8 changes: 0 additions & 8 deletions docs/gml-launcher/server-minecraft/index.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/gml-launcher/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>4 GB – per game profile<br/>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.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
---

import {DocsCardList} from "@site/src/components/DocsCard";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---

# Дизайн
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
44 changes: 44 additions & 0 deletions docs/launcher/system-requirements.md
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions docs/server-minecraft/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 4
---

# Minecraft Server

This section will help you deploy the game server infrastructure.
3 changes: 2 additions & 1 deletion docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ sidebar_position: 1
---

# Welcome
Welcome to the documentation for Recloud.

Welcome to the documentation for GML Launcher.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/ru/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---
# О проекте

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Gml Launcher",
"label": "Gml Backend",
"position": 2,
"link": {
"type": "generated-index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sidebar_position: 2
# Загрузка профиля

1. Перейдите в список профилей
2. Нажмите на карандашик, дял перехода к настройкам профиля
2. Нажмите на карандашик, для перехода к настройкам профиля
3. Нажмите кнопку "Загрузить".
4. По окончанию загрузки вы получите сообщение о завершении операции.
4. По окончанию загрузки вы получите сообщение о завершении операции.
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,3 @@ sidebar_position: 2
| Процессорных ядер | 1 и более |
| Место на диске | 4Гб - Панель управления + Бекенд<br/>4Гб - каждый игровой профиль<br/>8-10Гб - Сборщик лаунчера + Сборщик игровых профилей <br/> |
| Возможность установки 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` должны быть установлены вручную.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---

# Дизайн
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 6
sidebar_position: 4
---

# Лаунчер
# Игровой лаунчер

import {DocsCardList} from "@site/src/components/DocsCard";
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
Expand Down
Original file line number Diff line number Diff line change
@@ -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` должны быть установлены вручную.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 7
sidebar_position: 5
---

# Сервер Minecraft

Этот раздел поможет вам развернуть серверную инфраструктуру Gml.
Этот раздел поможет вам развернуть серверную игровую инфраструктуру.
2 changes: 1 addition & 1 deletion i18n/ru/docusaurus-plugin-content-docs/current/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Добро пожаловать

Добро пожаловать в документацию Recloud.
Добро пожаловать в документацию GML Launcher.

Эта страница служит точкой входа для документации. Используйте боковое меню слева, чтобы перейти к интересующим разделам, или начните с обзора ниже.

Expand Down