Skip to content

Commit

Permalink
创建“游玩指南”这一栏目
Browse files Browse the repository at this point in the history
  • Loading branch information
NatsumiXD committed Aug 30, 2024
1 parent e485c5f commit a27633f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { navbar } from "vuepress-theme-hope";
export default navbar([
"/",
"/get-start/",
"/playing/"
// {
// text: "指南",
// icon: "lightbulb",
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar.ts
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"
});
19 changes: 19 additions & 0 deletions src/playing/index.md
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
---

本处将会提供有关于游玩中的问题的文档

0 comments on commit a27633f

Please sign in to comment.