diff options
author | kmccormick <kmccormick@google.com> | 2013-06-06 11:14:57 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-06-21 14:52:05 -0700 |
commit | f14ff1c9ce37299c2fcef258a854acf79c026ccf (patch) | |
tree | c4e154bbe4a79d8b0e8585f9c8feb6b03e1dd6ec /docs/html/guide/guide_toc.cs | |
parent | 76b76666f5c28751db6ed8791fd54ec430d4361a (diff) |
Doc change: new Bluetooth LE doc
Change-Id: Ib6d67497a9b4d54d13b4da8f1f9ee991bc5ef562
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 16dca9d56511..6d95338e2a31 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -388,15 +388,19 @@ - <li class="nav-section"> +<li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/connectivity/index.html"> <span class="en">Connectivity</span> </a></div> <ul> - <li><a href="<?cs var:toroot?>guide/topics/connectivity/bluetooth.html"> - <span class="en">Bluetooth</span> - </a> - </li> + <li class="nav-section"> + <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/bluetooth.html"> + <span class="en">Bluetooth</span></a> + </div> + <ul> + <li><a href="<?cs var:toroot ?>guide/topics/connectivity/bluetooth-le.html">Bluetooth Low Energy</a></li> + </ul> + </li> <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/nfc/index.html"> <span class="en">NFC</span></a> @@ -426,6 +430,7 @@ </ul> </li><!-- end of connectivity --> + <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/text/index.html"> <span class="en">Text and Input</span> |