Skip to content

Commit

Permalink
chore(docs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jun 27, 2023
1 parent 040140f commit 6108dbd
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 106 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.13.4",
"version": "0.14.6",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -9,16 +9,16 @@
},
"dependencies": {
"@vercel/analytics": "^1.0.1",
"next": "^13.4.5",
"next": "^13.4.7",
"next-themes": "^0.2.1",
"nextra": "^2.7.1",
"nextra-theme-docs": "^2.7.1",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.3.0",
"@types/react": "^18.2.12",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion docs/pages/deployment.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GZCTF、数据库、题目容器均在同一 k8s 集群中,使用命名空间

## Docker 单机部署(仅供测试 ⚠️)

GZCTF、数据库、题目容器均在同一 Docker 实例中,这样的部署方式可以在单机小资源的情况下进行部署,**但是安全性较低,资源限制功能不够多,仅推荐在单机测试、最小化部署的情况下使用**[仍在施工,参考快速开始](/quick-start)
GZCTF、数据库、题目容器均在同一 Docker 实例中,这样的部署方式可以在单机小资源的情况下进行部署,**但是安全性较低,资源限制相关功能不够完善,仅推荐在单机测试、最小化部署的情况下使用**[仍在施工,参考快速开始](/quick-start)

## Docker Swarm 集群部署(不推荐 🚫)

Expand Down
8 changes: 6 additions & 2 deletions docs/pages/index.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ GZ::CTF 是一个基于 ASP.NET Core 的开源 CTF 平台,采用 Docker 或 K8

GZ::CTF 基于 AGPLv3 协议开源,使用和修改均需遵守开源协议。

**Warning: 本文档目前仍然处于初步编写中,内容还未完全填充,如有问题请加入 README 中提到的用户群。**
**Warning: 本文档目前仍然处于编写中,如有问题或其他文档需求请加入 README 中提到的用户群。**

开始部署请参考 [快速上手](/quick-start)

## 特性
## 特性 🛠️

- 创建高度可自定义的题目

Expand Down Expand Up @@ -44,3 +44,7 @@ GZ::CTF 基于 AGPLv3 协议开源,使用和修改均需遵守开源协议。
- 比赛期间裁判监控、提交和主要事件日志
- 应用内全局设置
- 以及更多……

## Stars ✨

[![Stargazers over time](https://starchart.cc/GZTimeWalker/GZCTF.svg)](https://starchart.cc/GZTimeWalker/GZCTF)
Loading

0 comments on commit 6108dbd

Please sign in to comment.