mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-03-19 10:35:26 +08:00
优化主页 (#414)
This commit is contained in:
parent
752e6975cb
commit
3ac9fc467a
@ -1,19 +0,0 @@
|
||||
---
|
||||
layout: document
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% capture list %}
|
||||
{% for group in site.data.navigation.docs -%}
|
||||
## {{ group.title }}
|
||||
{% for item in group.children -%}
|
||||
1. [{{ item.title }}]({{ item.url | relative_url }})
|
||||
{%- if item.description %}\
|
||||
{{ item.description }}
|
||||
{%- endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endcapture %}
|
||||
|
||||
{{ list | markdownify }}
|
||||
17
index.md
17
index.md
@ -1,7 +1,6 @@
|
||||
---
|
||||
layout: home
|
||||
title: HMCL 新手导航
|
||||
author: wifi-left
|
||||
layout: splash
|
||||
title: 新手导航
|
||||
---
|
||||
|
||||
<!--{% comment %}-->
|
||||
@ -18,3 +17,15 @@ author: wifi-left
|
||||
> [!NOTE]
|
||||
> 如果您遇到 BUG,请及时在 [HMCL/issues](https://github.com/HMCL-dev/HMCL/issues) 发送反馈。\
|
||||
> 您也可以在这里提交您的建议。
|
||||
|
||||
{% include toc %}
|
||||
|
||||
{% for group in site.data.navigation.docs -%}
|
||||
## {{ group.title }}
|
||||
{% for item in group.children -%}
|
||||
1. [{{ item.title }}]({{ item.url | relative_url }})
|
||||
{%- if item.description %}\
|
||||
{{ item.description }}
|
||||
{%- endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user