You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2015/11/10 08:39:16 UTC

incubator-mynewt-site git commit: removing old index.html for mkdocs prep

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/master 50ce48b03 -> 85ea71bbc


removing old index.html for mkdocs prep


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/85ea71bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/85ea71bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/85ea71bb

Branch: refs/heads/master
Commit: 85ea71bbc1830ef9bc14e181e79069ae07f2549a
Parents: 50ce48b
Author: aditihilbert <ad...@runtime.io>
Authored: Mon Nov 9 23:39:08 2015 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Mon Nov 9 23:39:08 2015 -0800

----------------------------------------------------------------------
 mkdocs.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/85ea71bb/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..720f846
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,22 @@
+site_name: Mynewt
+site_url: http://mynewt.incubator.apache.org/index.html
+
+pages:
+- Doc Home: index.md
+- Getting Started:
+    - 'Newt Concepts': 'chapter1/newt_concepts.md'
+    - 'Blinky, The First Project': 'chapter1/project1.md'
+- Getting Acclimated:
+    - 'Understanding Newt Terms': 'chapter2/vocabulary.md'
+    - 'Project 2': 'chapter2/project2.md'
+    - 'Project 3': 'chapter2/project3.md'
+- Newt tool Reference:
+    - 'Command structure': 'chapter3/newt_ops.md'
+    - 'Command list': 'chapter3/newt_tool_reference.md'
+
+markdown_extensions:
+    - toc:
+        permalink: true
+    - admonition:
+    
+theme: mkdocs