diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-21 01:01:49 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-21 01:03:27 +0300 |
commit | f73d78394bf23e9239b3a9f27ebaf5c0cbace5f6 (patch) | |
tree | 447289cf65e5aae095d2b2cfc538845ff8aa4548 | |
parent | 4fa1731b6ecbb15fb1730b4811d84f06563efa3b (diff) | |
download | micropython-f73d78394bf23e9239b3a9f27ebaf5c0cbace5f6.tar.gz micropython-f73d78394bf23e9239b3a9f27ebaf5c0cbace5f6.zip |
docs/topindex.html: esp8266: Enable quickref/general on the main page.
-rw-r--r-- | docs/topindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topindex.html b/docs/topindex.html index be13cc2a8a..75039233ee 100644 --- a/docs/topindex.html +++ b/docs/topindex.html @@ -25,7 +25,7 @@ <table class="contentstable"><tr> <td width="40%" style="padding-left:2em;"> - {% if port == "pyboard" or port == "wipy" %} + {% if port in ("pyboard", "wipy", "esp8266") %} <p class="biglink"> <a class="biglink" href="{{ pathto(port + "/quickref") }}">Quick reference for {{ port_name }}</a><br/> <span class="linkdescr">pinout for {{ port_name }} and snippets of useful code</span> |