mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-08-07 06:44:25 +08:00
Compare commits
No commits in common. "07c67a215bf98a2f66c97af6d268dc3a17601e0a" and "1270fdccb3a73935b8637e0c33277f3f5f4bf852" have entirely different histories.
07c67a215b
...
1270fdccb3
@ -16,17 +16,11 @@ steps:
|
|||||||
- bundle config mirror.https://rubygems.org https://mirrors.tuna.tsinghua.edu.cn/rubygems
|
- bundle config mirror.https://rubygems.org https://mirrors.tuna.tsinghua.edu.cn/rubygems
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
- bash scripts/copy_index_json.sh
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dist
|
- name: dist
|
||||||
path: /drone/src/_site
|
path: /drone/src/_site
|
||||||
- name: cache
|
|
||||||
path: /drone/src/.jekyll-cache
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dist
|
- name: dist
|
||||||
host:
|
host:
|
||||||
path: /home/ubuntu/docs.hmcl.net/site
|
path: /home/ubuntu/docs.hmcl.net
|
||||||
- name: cache
|
|
||||||
host:
|
|
||||||
path: /home/ubuntu/docs.hmcl.net/cache
|
|
||||||
|
22
index.json
22
index.json
@ -1,22 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"title": "启动器",
|
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"title": "Authlib-Injector 服务器设置指南",
|
|
||||||
"subtitle": "手动打包整合包后,初次打开动器时直接弹出对应的账号登录页",
|
|
||||||
"url": "https://hmcl.huangyuhui.net/help/launcher/authlib-injector.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "数据包制作指南",
|
|
||||||
"subtitle": "制作可以由 HMCL 导入的数据包",
|
|
||||||
"url": "https://hmcl.huangyuhui.net/help/launcher/datapack.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "服务端自动更新整合包制作教程",
|
|
||||||
"subtitle": "服务端自动更新整合包允许启动器根据服主配置强制更新玩家游戏客户端",
|
|
||||||
"url": "https://hmcl.huangyuhui.net/help/launcher/serverpack.html"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
ROOT=$(dirname $0)/../
|
|
||||||
cd $ROOT
|
|
||||||
|
|
||||||
cp index.json _site/index.json
|
|
Loading…
Reference in New Issue
Block a user