mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-09-15 08:01:11 +08:00
优化 permalink 配置 (#263)
This commit is contained in:
+6
-6
@@ -51,11 +51,11 @@ include:
|
||||
collections:
|
||||
docs:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
permalink: /:path.html
|
||||
|
||||
launcher:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
permalink: /:collection/:path.html
|
||||
|
||||
changelog:
|
||||
output: true
|
||||
@@ -64,19 +64,19 @@ collections:
|
||||
|
||||
modpack:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
permalink: /:collection/:path.html
|
||||
|
||||
eula:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
permalink: /:collection/:path.html
|
||||
|
||||
multiplayer:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
permalink: /:collection/:path.html
|
||||
|
||||
downloads:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
permalink: /:collection/:path.html
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
|
||||
Reference in New Issue
Block a user