diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-04-03 16:48:24 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-04-04 09:05:06 +0800 |
commit | c8a6fe5bb4233eb0551b8424f5d57121e86124a1 (patch) | |
tree | e20b2d5586b9b1da5afdd2e90f0dfc83bf3b00b5 | |
parent | 67b7fb49e6ea6ac9c2547af263355e5f1aeade42 (diff) |
Move design document to dedicated folder
Change-Id: I20c85b7116cd2b29d0efcaae5ee0b0381a685bbb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | docs/development/design/index.rst | 15 | ||||
-rw-r--r-- | docs/development/design/logging.rst (renamed from docs/logging.rst) | 0 | ||||
-rw-r--r-- | docs/development/design/monitoring.rst (renamed from docs/monitoring.rst) | 0 | ||||
-rw-r--r-- | docs/development/design/tracing.rst (renamed from docs/tracing.rst) | 0 |
4 files changed, 15 insertions, 0 deletions
diff --git a/docs/development/design/index.rst b/docs/development/design/index.rst new file mode 100644 index 0000000..1bb89f1 --- /dev/null +++ b/docs/development/design/index.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Authors of Clover + +================================= +OPNFV Clover Design Specification +================================= + +.. toctree:: + :maxdepth: 1 + + logging + monitoring + tracing diff --git a/docs/logging.rst b/docs/development/design/logging.rst index 196ba40..196ba40 100644 --- a/docs/logging.rst +++ b/docs/development/design/logging.rst diff --git a/docs/monitoring.rst b/docs/development/design/monitoring.rst index 44b01e3..44b01e3 100644 --- a/docs/monitoring.rst +++ b/docs/development/design/monitoring.rst diff --git a/docs/tracing.rst b/docs/development/design/tracing.rst index 79d686c..79d686c 100644 --- a/docs/tracing.rst +++ b/docs/development/design/tracing.rst |