commit | f86ec82fccaad6febe8f3938d2bd9f425c76b381 | [log] [tgz] |
---|---|---|
author | aditihilbert <aditi@runtime.io> | Fri Nov 04 12:26:08 2016 -0700 |
committer | aditihilbert <aditi@runtime.io> | Fri Nov 04 12:26:08 2016 -0700 |
tree | ca29c0666f04c7cf4999f647e55b633cd6cfbee3 | |
parent | 372893736ed7c1ec11de9717e4ed6491d4217e3a [diff] |
moved wireless feature to the top
The Apache MyNewt site is built using MkDocs.
pip install GitPython
pip install sh
develop
branch.mkdocs serve
When a new release of MyNewt OS and its associated tools occurs, the documentation in the git develop
branch of this repository should be in sync with the released version. The following steps will create a documentation branch for the release and make it available as the default documentation from the mynewt-site.
develop
to master
.git checkout master
mkdocs.yml
to reflect the new version.latest
flag, only one release should be marked latest../build.py
./serve.py
./deploy.sh
asf-site
branch.For the deployed site a version prefix is added to the URL for each mkdocs page. When developing there is no version prefix. If you want to link from a site page to a documentation page you should prefix the URL with /DOCSLINK/ so that the user is taken to the correct location when browsing in production.
./build.py --test-build
./serve.py