diff options
| -rw-r--r-- | docs/templates/topindex.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html index 42233942b..c14f840ce 100644 --- a/docs/templates/topindex.html +++ b/docs/templates/topindex.html @@ -66,6 +66,14 @@ <a class="biglink" href="{{ pathto("wipy/quickref") }}">Quick reference for the WiPy/CC3200</a><br/> <span class="linkdescr">pinout for the WiPy/CC3200, snippets of useful code, and a tutorial</span> </p> + <p class="biglink"> + <a class="biglink" href="{{ pathto("unix/quickref") }}">Quick reference for UNIX and Windows</a><br/> + <span class="linkdescr">command-line reference</span> + </p> + <p class="biglink"> + <a class="biglink" href="{{ pathto("zephyr/quickref") }}">Quick reference for the Zephyr port</a><br/> + <span class="linkdescr">snippets of useful code and a tutorial</span> + </p> </td> </tr></table> |
