HMCL-docs/index.markdown
iBug df6c484e50
一些小修小改 (#115)
* 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
2024-05-22 20:43:52 +08:00

1.4 KiB
Raw Blame History

layout title toc
single HMCL 新手导航 true

Hits

由 wifi-left 进行整理

注意 Notice

The articles were written in Simplified Chinese. If you want to help translate them, please send a pull request to GitHub: HMCL-dev/HMCL-docs. Or you can enable your translation tool to read.

If you encounter a BUG, please send feedback in time to GitHub: huanghongxun/HMCL/issues.

You can also submit your suggestions here.

如果您遇到 BUG请及时在 GitHub: huanghongxun/HMCL/issues 发送反馈。

您也可以在这里提交您的建议。

{% comment %} 此处的目录从 _data/navigation.yml 中的 docs 条目渲染,请修改该文件以更新目录 {% endcomment %} {% for group in site.data.navigation.docs %}

{{ group.title }}

{% for item in group.children %} {{ forloop.index }}. [{{ item.title }}]({{ item.url }}) {%- if item.description %}

{{ item.description }}

{% endif %} {% endfor %} {% endfor %}