优化主页 (#414)

This commit is contained in:
neveler
2026-03-10 18:28:57 +08:00
committed by GitHub
parent 752e6975cb
commit 3ac9fc467a
2 changed files with 14 additions and 22 deletions
-19
View File
@@ -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 }}