Skip to content

Commit f73d783

Browse files
committed
docs/topindex.html: esp8266: Enable quickref/general on the main page.
1 parent 4fa1731 commit f73d783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/topindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>MicroPython documentation</h1>
2525

2626
<table class="contentstable"><tr>
2727
<td width="40%" style="padding-left:2em;">
28-
{% if port == "pyboard" or port == "wipy" %}
28+
{% if port in ("pyboard", "wipy", "esp8266") %}
2929
<p class="biglink">
3030
<a class="biglink" href="{{ pathto(port + "/quickref") }}">Quick reference for {{ port_name }}</a><br/>
3131
<span class="linkdescr">pinout for {{ port_name }} and snippets of useful code</span>

0 commit comments

Comments
 (0)