mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-03-19 09:25:27 +08:00
1017 B
1017 B
| layout | title |
|---|---|
| splash | 新手导航 |
Note
The articles were written in Simplified Chinese. If you want to help translate them, please send a pull request to HMCL-docs/pulls. Or you can enable your translation tool to read.
If you encounter a BUG, please send feedback in time to HMCL/issues.
You can also submit your suggestions here.
Note
如果您遇到 BUG,请及时在 HMCL/issues 发送反馈。
您也可以在这里提交您的建议。
{% include toc %}
{% for group in site.data.navigation.docs -%}
{{ group.title }}
{% for item in group.children -%}
- [{{ item.title }}]({{ item.url | relative_url }})
{%- if item.description %}
{{ item.description }} {%- endif %} {% endfor %} {% endfor %}