Kaynağa Gözat

:fire: 删除模块关系图

visuddhinanda 4 yıl önce
ebeveyn
işleme
2501184d27
1 değiştirilmiş dosya ile 4 ekleme ve 29 silme
  1. 4 29
      documents/zh/api/readme.md

+ 4 - 29
documents/zh/api/readme.md

@@ -3,6 +3,7 @@
 ## 开发环境
 
 -   golang
+- gin
 -   PostgreSQL
 -   Redis
 -   ES
@@ -15,6 +16,9 @@ sudo apt install yarnpkg golang-go
 
 ## 文档资源
 
+
+`redis` https://pkg.go.dev/github.com/go-redis/redis/v8#section-documentation
+
 ## 依赖
 
 https://github.com/go-redis/redis
@@ -34,35 +38,6 @@ https://github.com/go-redis/redis
 -   [全文搜索](search.md)
 -   [其他工具表](others.md)
 
-```mermaid
-graph LR
-subgraph 后端
-    subgraph channel版本
-    channel[("channel")]
-    end
-    subgraph article文章
-    article[("article")]
-    article_list[("article_list")]
-    collection[("collection")]
-    end
-end
-
-subgraph 前端
-    subgraph 文集
-    collection_home("著作首页")
-    article_reader("文章阅读")
-    collection_edit("著作编辑")
-    article_edit("文章编辑")
-    end
-end
-collection_home --> collection
-collection_home --> article
-article_reader --> article
-article_reader --> collection
-article_reader --> article_list
-collection_edit --> collection
-article_edit  --> article
-```
 
 ## 数据表设计