Skip to content

Commit 671f012

Browse files
committed
docs/templates: Add unix and zephyr quickref links to top-index.
Signed-off-by: Damien George <[email protected]>
1 parent 6ed6990 commit 671f012

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/templates/topindex.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ <h1>MicroPython documentation</h1>
6666
<a class="biglink" href="{{ pathto("wipy/quickref") }}">Quick reference for the WiPy/CC3200</a><br/>
6767
<span class="linkdescr">pinout for the WiPy/CC3200, snippets of useful code, and a tutorial</span>
6868
</p>
69+
<p class="biglink">
70+
<a class="biglink" href="{{ pathto("unix/quickref") }}">Quick reference for UNIX and Windows</a><br/>
71+
<span class="linkdescr">command-line reference</span>
72+
</p>
73+
<p class="biglink">
74+
<a class="biglink" href="{{ pathto("zephyr/quickref") }}">Quick reference for the Zephyr port</a><br/>
75+
<span class="linkdescr">snippets of useful code and a tutorial</span>
76+
</p>
6977
</td>
7078
</tr></table>
7179

0 commit comments

Comments
 (0)