-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import { sidebar } from "vuepress-theme-hope"; | ||
|
||
export default sidebar({ | ||
"/get-start": "structure" | ||
"/get-start": "structure", | ||
"/playing": "structure" | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
--- | ||
title: 游玩文档 | ||
# 这是页面的图标 | ||
icon: file | ||
author: Natsumi | ||
date: 2024-08-30 | ||
# 一个页面可以有多个分类 | ||
category: | ||
- 游玩文档 | ||
# 一个页面可以有多个标签 | ||
tag: | ||
- 游戏中 | ||
# 此页面会在文章列表置顶 | ||
sticky: true | ||
# 此页面会出现在星标文章中 | ||
star: true | ||
copyright: Copyright © 2024 BetterMinecraftHelpDocs Project | ||
--- | ||
|
||
本处将会提供有关于游玩中的问题的文档 |