diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-17 10:07:57 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-17 10:07:57 +0300 |
commit | de8975b0ae93fce227d798d9847a238938306cf6 (patch) | |
tree | 864f6c50b2b3c9ba19840b655d2fb90e836cccf1 /docs/architecture.rst | |
parent | 93d9cc0a99f82a828a93012338f7eff3b271f7cb (diff) |
Update docs to current release template
Merged changes from master branch into release-1.1.0 branch
Added logs table from the wiki to the logging page of the docs
Change-Id: Id2eda18edd00441c01f399d1feb9f162c011f797
Issue-ID: SDC-419
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst new file mode 100644 index 0000000000..8daa0d3bc5 --- /dev/null +++ b/docs/architecture.rst @@ -0,0 +1,27 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Architecture +============ + +.. note:: + * This section is used to describe a software component from a high level + view of capability, common usage scenarios, and interactions with other + components required in the usage scenarios. + + * The architecture section is typically: provided in a platform-component + and sdk collections; and referenced from developer and user guides. + + * This note must be removed after content has been added. + + +Capabilities +------------ + + +Usage Scenarios +--------------- + + +Interactions +------------ |