目录调整

This commit is contained in:
徐永兴 2023-10-17 08:40:08 +08:00
parent c870d78b6a
commit 0f13500422
10 changed files with 10 additions and 1 deletions

View File

@ -5,11 +5,20 @@
### 内容
- 工作规范
- [编码规范.md](./工作规范/编码规范.md)
- [工作职责.md](./工作规范/工作职责.md)
- [publish-flow](./工作规范/publish-flow.md) 项目发布流程
- Docker
- [install.md](./docker/install.md) Docker 安装
- [cli](./docker/cli.md) Docker 常用命令
- [issue](./docker/issue.md) Docker 问题讨论
- [Dockerfile](./docker/Dockerfile/) 存放 Dockerfile
- git
- [cli.md](./git/cli.md) git 命令
- [ssh-key.md](./git/ssh-key.md) 生成 ssh key
- linux
- [cli.md](./linux/cli.md) linux 常用命令
- nginx
- conf.d
- default.conf 默认配置文件
@ -19,7 +28,7 @@
- [cli.md](./vue/cli.md) Vue CLI 命令
- [issue.md](./vue/issue.md) 问题解决方法
- [CodeConventions.md](./CodeConventions.md) 编码规范
- [Docs.md](./Docs.md) 开发常用网站大全
- [dev-urls.md](./dev-urls.md) 开发常用网站大全
- README.md
---

View File

View File