Fix mkdocs.yml to correctly show links to sub-pages
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/ff60aac0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ff60aac0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ff60aac0 Branch: refs/heads/master Commit: ff60aac049e85aedf06b86573f7e2e436d8f68f3 Parents: ad43e92 Author: aditihilbert <[email protected]> Authored: Mon Nov 14 15:55:18 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Nov 14 15:55:18 2016 -0800 ---------------------------------------------------------------------- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ff60aac0/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index f257fb1..a7fdbee 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/securitybullets.md' + - Newt build and configuration Tool: 'pages/configurability.md' - Quick Start: 'quick-start.md' - About: 'about.md' - Talks: 'talks.md'
