Skip to content
Snippets Groups Projects
Commit f73d7839 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/topindex.html: esp8266: Enable quickref/general on the main page.

parent 4fa1731b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<table class="contentstable"><tr> <table class="contentstable"><tr>
<td width="40%" style="padding-left:2em;"> <td width="40%" style="padding-left:2em;">
{% if port == "pyboard" or port == "wipy" %} {% if port in ("pyboard", "wipy", "esp8266") %}
<p class="biglink"> <p class="biglink">
<a class="biglink" href="{{ pathto(port + "/quickref") }}">Quick reference for {{ port_name }}</a><br/> <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> <span class="linkdescr">pinout for {{ port_name }} and snippets of useful code</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment