From 87c6554555b52b7948ae958e15218f631ef275a8 Mon Sep 17 00:00:00 2001 From: pycook Date: Fri, 10 Apr 2020 17:22:33 +0800 Subject: [PATCH] update readme --- README.md | 4 ++++ README_cn.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 3b7aadf..86f26b6 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ As far as possible to achieve more universal configuration and management of IT ---- ## Overview +### Documents +- [Design document](https://zhuanlan.zhihu.com/p/98453732) +- [API document](https://github.com/pycook/cmdb/tree/master/docs) +- [Tree view practice](https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA) The CMDB is a universal project that can define and manage almost all IT resources, even every resource as long as you want to, which treat all IT resources as resource objects. Objects has both attributes and relationship. diff --git a/README_cn.md b/README_cn.md index 3e7cb48..11e0d45 100644 --- a/README_cn.md +++ b/README_cn.md @@ -22,6 +22,11 @@ Overview ---- +### 相关文档 +- [设计文档](https://zhuanlan.zhihu.com/p/98453732) +- [API文档](https://github.com/pycook/cmdb/tree/master/docs) +- [树形视图实践](https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA) + ### 3种类型视图 1. 资源视图 - 模型的实例数据, 用户可订阅 2. 树形视图 - 模型按字段分级, 用树形图方式展示, 用户可订阅