summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-08-13 20:12:07 +1000
committerDamien George <damien@micropython.org>2021-08-13 20:21:21 +1000
commit671f012306e0942cbe59fcd43e25e67c289da351 (patch)
tree7cb939cf7d45326abe889978235749b9f7d31e61
parent6ed69906257ee59d6533dc06ddfa02db5f4fbce3 (diff)
docs/templates: Add unix and zephyr quickref links to top-index.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--docs/templates/topindex.html8
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>