-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* index: Minor changes * index: Fix Chinese & English grammar * Add left sidebar * chore: Cleanup stuff _config.yml: Merge defaults _launcher/auto-installing: Fix Markdown formatting _modpack/serverpack3: Replace permalink _multiplayer/multiplayer: Remove duplicate file * index: Render menu from navigation data
- Loading branch information
Showing
7 changed files
with
92 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
|
||
remote_theme : "mmistakes/[email protected]" | ||
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" | ||
locale: "zh-CN" | ||
|
||
title: Hello Minecraft! Launcher 帮助文档 | ||
email: [email protected] | ||
|
@@ -78,90 +79,23 @@ collections: | |
|
||
defaults: | ||
- scope: | ||
path: "assets/img" | ||
values: | ||
image: true | ||
- scope: | ||
path: "assets/css" | ||
values: | ||
css: true | ||
- scope: | ||
path: "_docs" | ||
type: docs | ||
values: | ||
layout: single | ||
read_time: false | ||
author_profile: false | ||
share: false | ||
comments: false | ||
sidebar: | ||
nav: "docs" | ||
- scope: | ||
path: "_launcher" | ||
type: launcher | ||
values: | ||
layout: single | ||
read_time: false | ||
author_profile: false | ||
share: false | ||
comments: false | ||
sidebar: | ||
nav: "launcher" | ||
- scope: | ||
path: "_modpack" | ||
type: modpack | ||
values: | ||
layout: single | ||
read_time: false | ||
author_profile: false | ||
share: false | ||
comments: false | ||
sidebar: | ||
nav: "modpack" | ||
- scope: | ||
path: "_eula" | ||
type: eula | ||
values: | ||
layout: single | ||
read_time: false | ||
author_profile: false | ||
share: false | ||
comments: false | ||
sidebar: | ||
nav: "eula" | ||
- scope: | ||
path: "_multiplayer" | ||
type: multiplayer | ||
path: "" | ||
values: | ||
layout: single | ||
read_time: false | ||
author_profile: false | ||
share: false | ||
comments: false | ||
sidebar: | ||
nav: "multiplayer" | ||
nav: docs | ||
- scope: | ||
path: "_changelog" | ||
type: changelog | ||
path: "assets/img" | ||
values: | ||
layout: single | ||
read_time: false | ||
author_profile: false | ||
share: false | ||
comments: false | ||
sidebar: | ||
nav: "changelog" | ||
image: true | ||
- scope: | ||
path: "_downloads" | ||
type: downloads | ||
path: "assets/css" | ||
values: | ||
layout: single | ||
read_time: false | ||
author_profile: false | ||
share: false | ||
comments: false | ||
sidebar: | ||
nav: "downloads" | ||
css: true | ||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. | ||
|
@@ -189,4 +123,4 @@ permalink: /:categories/:title/ | |
compress_html: | ||
clippings: all | ||
ignore: | ||
envs: development | ||
envs: development |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
main: | ||
- title: 常见问题 | ||
url: /faq.html | ||
- title: GitHub | ||
url: https://github.com/HMCL-dev/HMCL | ||
|
||
docs: | ||
- title: 问题集合 | ||
children: | ||
- title: 常见问题 | ||
url: /faq.html | ||
- title: 启动器使用相关 | ||
url: /launcher/ | ||
- title: 整合包帮助 | ||
url: /modpack/ | ||
- title: 多人联机帮助 | ||
url: /multiplayer/ | ||
- title: 使用者帮助 | ||
children: | ||
- title: 版本隔离 | ||
url: /launcher/isolation.html | ||
description: 本文可以帮助你更好的分离地图、模组等。 | ||
- title: 多人联机帮助 | ||
url: /multiplayer/ | ||
description: 本文将告诉你如何进行多人联机,以及一些问题。 | ||
- title: 设置离线皮肤 | ||
url: /launcher/offline-skin.html | ||
description: 本文将告诉你如何设置一个属于自己的离线皮肤。 | ||
- title: HMCL 的自动安装使用教程 | ||
url: /launcher/auto-installing.html | ||
description: 本文将告诉你如何用 HMCL 安装 Forge、Fabric、Fabric API、LiteLoader、Optifine 以及 模组 等。 | ||
- title: 安装 Optifine / 光影 | ||
url: /launcher/shader.html | ||
description: 本文将告诉你如何安装 Optifine 来使用光影。 | ||
- title: 设置项详解 | ||
url: /launcher/set-item-details.html | ||
description: 这篇文章针对 HMCL 的各个设置项进行了详细的解释。 | ||
- title: 开发者帮助 | ||
children: | ||
- title: 制作 HMCL 格式的数据包 | ||
url: /launcher/datapack.html | ||
description: 本文将告诉你如何制作 HMCL 能够识别的数据包(Datapacks)。 | ||
- title: 制作整合包 | ||
url: /modpack/serverpack.html | ||
description: 本文将告诉你如何制作整合包。 | ||
- title: 添加默认 authalic-injector 验证服务器 | ||
url: /launcher/authlib-injector.html | ||
description: 本文将告诉你如何设置默认的验证服务器。 | ||
- title: 其他 | ||
children: | ||
- title: 为 HMCL 做出贡献 | ||
url: /contribution.html | ||
- title: HMCL GitHub 地址 | ||
url: https://github.com/HMCL-dev/HMCL | ||
- title: HMCL 帮助文档 GitHub 地址 | ||
url: https://github.com/HMCL-dev/HMCL-docs | ||
- title: HMCL 官网 | ||
url: https://hmcl.huangyuhui.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ permalink: /multiplayer/ | |
collection: multiplayer | ||
entries_layout: grid | ||
classes: wide | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters