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
File renamed without changes.
File renamed without changes.
File renamed without changes.
55 changes: 55 additions & 0 deletions admin/Wiki 编辑日志.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
sidebar_position: 2
---

# Wiki 编辑日志
记录本栏 Wiki 页面变更的日志。

欲编辑,请查看 **Wiki写作规范/日志写作规范**。

***
## 2025-5-11
### * wenjian *
* 我请问了,是谁提出部署wiki然后不按格式写的?!
* 修复管理组名单格式
* 新增关于名单的规则
* 大刀阔斧更改了wiki架构 ~~什么大一统工程~~
- 取消了各版块(开始,历史,管理人员)的分布式wiki,改为集中到此文件
- 板块由* 开始,历史,管理人员 *改为* 开始、近期更新、管理员必看 *,并将管理员必看居右
- *历史*里的东西移入* 开始 *,重命名为* 想说的话&服务器历史 *
- *写作规范*与* wiki编辑日志 *移入管理员必看
- 统一标题与文件名
* 服务器更新

## 2025-5-10
### * linpinf *
* 完善了* 管理组名单 *
* 完善了* 主城命令和机制列表 *
* 完善了* 服务器历史 *
* 这次熟读* 写作规范 *,格式应该是对的吧...

## 2025-5-5
### * pingguomc *
* 创建了 *主城命令和机制列表*。
* 创建了 *管理用到的指令*。


## 2025-5-3
### * pingguomc *
* 创建了该日志。
* 大幅更新排版。
* 添加诸多栏目。


## 2025-4-13
### * good344654 *
* 更新了 wiki 开始页。


## 2025-4-6

### * wenjian *
* 添加 wiki 词条。

### * pingguo *
* 添加了 wiki。
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要intro.md,否则会出现链接错误

sidebar_position: 997
---

# 写作规范
Expand Down Expand Up @@ -52,6 +52,7 @@ sidebar_position: 1
## 其他

* 你可以在日志里写 `修复了服务器过于流畅的bug` `移除了Him` 等不着调的东西。
* 不要在管理组名单写其他除日期人名职位以外的东西,比如:目前退圈/因工作原因

## 分类表格

Expand Down
2 changes: 1 addition & 1 deletion admin/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
sidebar_position: 1
---

# 测试
# 此页留空
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions admin/日志/2025.md

This file was deleted.

6 changes: 0 additions & 6 deletions admin/日志/_category_.json

This file was deleted.

4 changes: 2 additions & 2 deletions history/intro.md → docs/想说的话&服务器历史.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 1
sidebar_position: 998
---

# 服务器历史
# 想说的话&服务器历史
这里记载着服务器的历史,
感谢陪我们一路走来的所有人!
***
Expand Down
38 changes: 0 additions & 38 deletions docs/日志/2025.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/日志/_category_.json

This file was deleted.

22 changes: 0 additions & 22 deletions docs/管理组名单.md

This file was deleted.

30 changes: 30 additions & 0 deletions docs/管理组名单暨人员变动.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
sidebar_position: 997
---

# 管理组名单暨人员变动

记录人员职称、职能变化的日志

***

## 现任管理

* Pingguo——现任服主,旧服务器运维
* Wenjian——现任服务器运维,旧任服主
* 二狗子——管理员、群主
* Snowphier——协管、群管理
* 2963(aire)——(好像也是)管理
* linpinf——???

***

## 曾任管理

### 无法考证或模糊日期

* yuwan——旧任管理,已取消管理员,2024年暑假退出
* creeperhenlv——旧任服主
***


1 change: 0 additions & 1 deletion docs/贡献/_images/tip.txt

This file was deleted.

38 changes: 19 additions & 19 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ const config = {
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: '历史',
docsPluginId: 'history'
label: '近期更新',
docsPluginId: 'release'
},
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: '管理人员',
position: 'right',
label: '管理员必看',
docsPluginId: 'admin'
},
// {
Expand Down Expand Up @@ -192,27 +192,27 @@ const config = {
[
'@docusaurus/plugin-content-docs',
{
id: 'history',
path: 'history',
routeBasePath: 'history',
sidebarPath: './sidebars.js',
editCurrentVersion: true,
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
],
[
'@docusaurus/plugin-content-docs',
{
id: 'logs',
path: 'logs',
routeBasePath: 'logs',
id: 'release',
path: 'release',
routeBasePath: 'release',
sidebarPath: './sidebars.js',
editCurrentVersion: true,
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
],
// [
// '@docusaurus/plugin-content-docs',
// {
// id: 'logs',
// path: 'logs',
// routeBasePath: 'logs',
// sidebarPath: './sidebars.js',
// editCurrentVersion: true,
// showLastUpdateAuthor: true,
// showLastUpdateTime: true,
// },
// ],
],
themes: [

Expand Down
1 change: 0 additions & 1 deletion history/_images/tip.txt

This file was deleted.

15 changes: 0 additions & 15 deletions history/日志/2025.md

This file was deleted.

6 changes: 0 additions & 6 deletions history/日志/_category_.json

This file was deleted.

1 change: 0 additions & 1 deletion history/日志/_images/tip.txt

This file was deleted.

35 changes: 0 additions & 35 deletions logs/Wiki编辑日志.md

This file was deleted.

1 change: 0 additions & 1 deletion logs/_images/tip.txt

This file was deleted.

15 changes: 0 additions & 15 deletions logs/日志/2025.md

This file was deleted.

6 changes: 0 additions & 6 deletions logs/日志/_category_.json

This file was deleted.

1 change: 0 additions & 1 deletion logs/日志/_images/tip.txt

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion logs/intro.md → release/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
sidebar_position: 1
---

# 测试
# 此页留空
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ sidebar_position: 3

---

## 2025-5-11
### * wenjian *
* 给motd又从被改回去的旧版改回了新版


## 2025-4-6
### * wenjian *
Expand Down
Loading