feat: add subject directory

pull/2791/head
ruanyf 2020-11-14 20:32:29 +08:00
parent e395260adf
commit 5a7d68904e
2 changed files with 16 additions and 0 deletions

9
docs/subjects/docker.md Normal file
View File

@ -0,0 +1,9 @@
# Docker 资料
1、[Docker 指南](https://www.robertcooper.me/docker-guide)
![](https://www.wangbase.com/blogimg/asset/202011/bg2020111301.jpg)
![](https://www.wangbase.com/blogimg/asset/202011/bg2020111302.jpg)
一篇英文的 Docker 教程,解释最重要的一些概念,帮助读者学会使用 Docker 进行应用程序开发。

7
docs/subjects/go.md Normal file
View File

@ -0,0 +1,7 @@
# Go 语言资料
3、[Play with Go](https://play-with-go.dev/guides.html)
![](https://www.wangbase.com/blogimg/asset/202011/bg2020111404.jpg)
Go 语言教程网站,提供一系列互动式入门教程。