aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMatt Trentini2019-01-22 08:06:17 +1100
committerDamien George2019-01-25 12:18:34 +1100
commit69e72954ad4757f8e3faccef6333cb33842ce052 (patch)
treef31b11e0f826e9cf1fdb5645400e757867d2458e /docs/templates
parentf874e8184c345983dc4c702d308f9d2c6bf11a83 (diff)
docs: Add initial docs for esp32 port, including quick-ref and general.
With contributions from Oliver Robson (@HowManyOliversAreThere), Sean Lanigan (@seanlano) and @rprr.
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/topindex.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html
index 675fae29f..08bf4c73e 100644
--- a/docs/templates/topindex.html
+++ b/docs/templates/topindex.html
@@ -54,6 +54,10 @@
<span class="linkdescr">pinout for ESP8266-based boards, snippets of useful code, and a tutorial</span>
</p>
<p class="biglink">
+ <a class="biglink" href="{{ pathto("esp32/quickref") }}">Quick reference for the ESP32</a><br/>
+ <span class="linkdescr">pinout for ESP32-based boards, snippets of useful code, and a tutorial</span>
+ </p>
+ <p class="biglink">
<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>