Fixed security sub-page link in mkdocs.yml
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/38b20a68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/38b20a68 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/38b20a68 Branch: refs/heads/develop Commit: 38b20a6810c9566743fa9dc57f5717dc06cb6fab Parents: f18c78f Author: aditihilbert <[email protected]> Authored: Mon Nov 14 16:03:10 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Nov 14 16:05:45 2016 -0800 ---------------------------------------------------------------------- custom-theme/landing.html | 1 + mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/38b20a68/custom-theme/landing.html ---------------------------------------------------------------------- diff --git a/custom-theme/landing.html b/custom-theme/landing.html index 746145b..c304f16 100644 --- a/custom-theme/landing.html +++ b/custom-theme/landing.html @@ -33,6 +33,7 @@ <li>Device identity for secure provisioning </li> <li>Authenticated, authorized, and encrypted data transfers </li> <li>Abstracted interface to leverage hardware security </li> + <li> <a href="pages/securitybullets/">More on Mynewt OS security...</a> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/38b20a68/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 8b22dc4..5f3e328 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,7 +7,7 @@ pages: - Home: 'index.md' - Pages: - Bluetooth Low Energy 4.2: 'pages/ble.md' - - Newt build and configuration Tool: 'pages/configurability.md' + - Security Lifecycle: 'pages/securitybullets.md' - Quick Start: 'quick-start.md' - About: 'about.md' - Talks: 'talks.md'
