diff --git "a/admin/\345\273\272\347\255\221\345\270\210/_category_.json" "b/admin/\345\273\272\347\255\221\345\270\210/_category_.json" new file mode 100644 index 0000000..c12318d --- /dev/null +++ "b/admin/\345\273\272\347\255\221\345\270\210/_category_.json" @@ -0,0 +1,6 @@ +{ + "position": 4, + "link": { + "type": "generated-index" + } +} diff --git "a/admin/\345\273\272\347\255\221\345\270\210/_images/tip.txt" "b/admin/\345\273\272\347\255\221\345\270\210/_images/tip.txt" new file mode 100644 index 0000000..c89fff8 --- /dev/null +++ "b/admin/\345\273\272\347\255\221\345\270\210/_images/tip.txt" @@ -0,0 +1 @@ +在这里放你的图片 diff --git "a/admin/\345\273\272\347\255\221\345\270\210/commands.md" "b/admin/\345\273\272\347\255\221\345\270\210/commands.md" new file mode 100644 index 0000000..b2304be --- /dev/null +++ "b/admin/\345\273\272\347\255\221\345\270\210/commands.md" @@ -0,0 +1,22 @@ +--- +sidebar_position: 2 +--- + +# 可能会用到的指令 + +这里详细写出了建筑师过程中的指令的使用,仅包括主城服务器。 + +*** + +:::warning + +建筑过程中不得进行破坏服务器等违反 《管理条例》 的操作。 + +::: + +## CMI + +TODO + +## WorldEdit + diff --git a/docusaurus.config.js b/docusaurus.config.js index e46db95..10d8396 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -69,11 +69,6 @@ const config = { }, hideOnScroll: false, items: [ - // 搜索框 - { - type: 'search', - position: 'right', - }, { type: 'doc', docId: 'intro', @@ -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', @@ -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', }, ], }, @@ -158,6 +166,13 @@ const config = { }, }), plugins: [ + [ + '@easyops-cn/docusaurus-search-local', + { + indexDocs: true, + language: "zh", + }, + ], [ '@docusaurus/plugin-content-docs', {