mirror of https://github.com/veops/cmdb.git
update readme
This commit is contained in:
parent
5191d6ed73
commit
29fa17a0b8
|
@ -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.
|
||||
|
||||
|
|
|
@ -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. 树形视图 - 模型按字段分级, 用树形图方式展示, 用户可订阅
|
||||
|
|
Loading…
Reference in New Issue