diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-23 13:35:33 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-23 13:35:50 -0400 |
commit | 5e8818479277d46e2aa5c620e1000cd4bedda54c (patch) | |
tree | 8a32d5a324834a3e3d069d6993212572ea852aab | |
parent | 90bee2173d718c2eaacf41b640d09398c15008ec (diff) |
Create policy doc structure
The Policy Framework is being re-built, so docs folders need
to be created for the new components. The old architecture will
remain through Frankfurt, but parts of that documentation need
to be reorganized.
policy/parent repo will house the overall documentation, release
notes, etc.
Change-Id: I753ee143c73a49282c751c763609dfdbeee79d2e
Issue-ID: POLICY-1677
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | docs/release/repolist.rst | 1 | ||||
m--------- | docs/submodules/policy/parent.git | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 44d12271e..f0beb77c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -393,3 +393,6 @@ url = ../ccsdk/features branch = . ignore = dirty +[submodule "docs/submodules/policy/parent.git"] + path = docs/submodules/policy/parent.git + url = ../policy/parent diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index 9871c8ffc..c7e4cd892 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -91,3 +91,4 @@ Project/Components cds <../submodules/ccsdk/cds.git/docs/index> oom/offline-installer <../submodules/oom/offline-installer.git/docs/index> ccsdk/features <../submodules/ccsdk/features.git/docs/index> + parent <../submodules/parent.git/docs/index> diff --git a/docs/submodules/policy/parent.git b/docs/submodules/policy/parent.git new file mode 160000 +Subproject 541f83b8b97f1d3c33401e1cbe9436aa31d7fa7 |