mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-09-15 08:31:11 +08:00
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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 }}
|
||||
Reference in New Issue
Block a user