diff options
author | Chad Brubaker <cbrubaker@google.com> | 2016-02-22 10:40:05 -0800 |
---|---|---|
committer | Chad Brubaker <cbrubaker@google.com> | 2016-02-24 16:20:05 -0800 |
commit | 06aabf4eb82823cd2d7035c179fd96bfa53f07e1 (patch) | |
tree | f312d4ac45287e2156d265b1efd65e0c20a2570f /docs/html/guide/guide_toc.cs | |
parent | d78bf970ca8b7a48bf26651016c034b5e319456c (diff) |
Add Network Security Config documentation.
Initial pass at Network Security Config documentation, this also adds a
Security section to the list of topics which is currently just a stub.
Bug: 26931435
Change-Id: Iae0ec98a202ad3222b8f3ef39df77ecd2316504a
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index f3f2e5e7e780..e99c15a14e6f 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -631,6 +631,16 @@ </ul> </li> + <li class="nav-section"> + <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/security/index.html"> + <span class="en">Security</span> + </a></div> + <ul> + <li><a href="<?cs var:toroot ?>guide/topics/security/security-config.html"> + <span class="en">Network Security Config</span> + </a></li> + </ul> + </li> </ul> |