Skip to content

Commit

Permalink
Clean dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethkuil committed Jan 4, 2024
1 parent 39b14cb commit d757232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/dev/dev-env-setup.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

> 开发环境搭建还算简单,故暂不使用 devcontainer。
## 前端

## 后端 - Web

安装 Go:
Expand Down Expand Up @@ -33,3 +31,5 @@ export GOPROXY=https://goproxy.cn,direct
请确保提交的代码都用 `go fmt`, `go mod tidy` 等工具处理过(目前没有git hook)。

## 后端 - Worker

使用的也是 Go,故同上。
16 changes: 0 additions & 16 deletions docs/dev/web.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@

使用 `Apifox` 实现 编写与部署API文档、调试API、简易 Mock、生成类型定义代码。

- [ ] `Apifox` 对 测试API 的支持也还可以,不过要不要用还不一定。

API 设计思路概念图:

<!-- TODO -->

```mermaid
graph LR
```

## 提供给赛事脚本的API

[赛事脚本API](/user/local-admin/contest-script.md)
Expand Down Expand Up @@ -194,9 +184,3 @@ var/hiper/
- client: [github.com/go-redis/redis/v9](https://github.com/go-redis/redis/v9)

消息队列接口见 [消息队列](mq.md)

### 其他 Service

<!-- TODO -->

`basecontest`, `contest`, `game`, `user` 等。

0 comments on commit d757232

Please sign in to comment.