Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions admin/建筑师/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 4,
"link": {
"type": "generated-index"
}
}
1 change: 1 addition & 0 deletions admin/建筑师/_images/tip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
在这里放你的图片
22 changes: 22 additions & 0 deletions admin/建筑师/commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_position: 2
---

# 可能会用到的指令

这里详细写出了建筑师过程中的指令的使用,仅包括主城服务器。

***

:::warning

建筑过程中不得进行破坏服务器等违反 《管理条例》 的操作。

:::

## CMI

TODO

## WorldEdit

39 changes: 27 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ const config = {
},
hideOnScroll: false,
items: [
// 搜索框
{
type: 'search',
position: 'right',
},
{
type: 'doc',
docId: 'intro',
Expand All @@ -94,12 +89,17 @@ const config = {
label: '管理人员',
docsPluginId: 'admin'
},
// {
// type: 'docSidebar',
// sidebarId: 'tutorialSidebar',
// position: 'left',
// label: '日志',
// docsPluginId: 'logs'
// },
// 搜索框
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: '日志',
docsPluginId: 'logs'
type: 'search',
position: 'right',
},
{
href: 'https://github.com/redstarmc/Wiki',
Expand Down Expand Up @@ -129,8 +129,16 @@ const config = {
title: '交流',
items: [
{
label: 'QQ群',
href: 'https://qm.qq.com/q/DgLkRPwVua',
label: '官网',
href: 'https://www.redstarmc.top/'
},
{
label: '外置登陆身份验证系统',
href: 'https://login.redstarmc.top'
},
{
label: 'QQ频道',
href: 'https://pd.qq.com/s/1dxf9takj',
},
],
},
Expand Down Expand Up @@ -158,6 +166,13 @@ const config = {
},
}),
plugins: [
[
'@easyops-cn/docusaurus-search-local',
{
indexDocs: true,
language: "zh",
},
],
[
'@docusaurus/plugin-content-docs',
{
Expand Down
Loading