Added sysinitconfig.md to 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/fb4a7c7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/fb4a7c7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/fb4a7c7e Branch: refs/heads/master Commit: fb4a7c7e842b20cd055a8aca3de98b7a30df982b Parents: d100ee8 Author: aditihilbert <[email protected]> Authored: Fri Jan 6 16:39:25 2017 -0800 Committer: aditihilbert <[email protected]> Committed: Fri Jan 6 16:39:25 2017 -0800 ---------------------------------------------------------------------- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/fb4a7c7e/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index ba478cf..5d2eddb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -325,6 +325,8 @@ pages: - toc: 'os/modules/stats/stats.md' - Logs: - toc: 'os/modules/logs/logs.md' + - System Configuration And Initialization: + - toc: 'os/modules/sysinitconfig/sysinitconfig.md' - BLE User Guide: - NimBLE Introduction: 'network/ble/ble_intro.md' - NimBLE Security: 'network/ble/ble_sec.md'
