mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-12-15 00:42:39 +08:00
20 lines
482 B
JSON
20 lines
482 B
JSON
---
|
|
layout: null
|
|
collections:
|
|
- name: launcher
|
|
title: 启动器
|
|
- name: modpack
|
|
title: 整合包
|
|
---
|
|
[
|
|
{%- for collection in page.collections -%}
|
|
{"title":"{{ collection.title }}","items":[
|
|
{%- for document in site[collection.name] -%}
|
|
{"title":"{{ document.title }}","subtitle":"{{ document.excerpt }}","url":"{{ document.url | absolute_url }}"}
|
|
{%- unless forloop.last %},{% endunless -%}
|
|
{%- endfor -%}
|
|
]}
|
|
{%- unless forloop.last %},{% endunless -%}
|
|
{%- endfor -%}
|
|
]
|