Fixed mkdocs.yml to add back the subpages and talks
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/ad43e928 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ad43e928 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ad43e928 Branch: refs/heads/master Commit: ad43e928af3c1d66d430d0c60d208dfce4801d77 Parents: f6064b9 Author: aditihilbert <[email protected]> Authored: Mon Nov 14 15:47:37 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Nov 14 15:47:37 2016 -0800 ---------------------------------------------------------------------- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ad43e928/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 2c46b94..f257fb1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,8 +5,12 @@ theme_dir: 'custom-theme' pages: - Home: 'index.md' +- Pages: + - Bluetooth Low Energy 4.2: 'pages/ble.md' + - Newt build and configuration Tool: 'pages/securitybullets.md' - Quick Start: 'quick-start.md' - About: 'about.md' +- Talks: 'talks.md' - Download: 'download.md' - Community: 'community.md' - Events: 'events.md'
