From f73d78394bf23e9239b3a9f27ebaf5c0cbace5f6 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Thu, 21 Apr 2016 01:01:49 +0300
Subject: [PATCH] docs/topindex.html: esp8266: Enable quickref/general on the
 main page.

---
 docs/topindex.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/topindex.html b/docs/topindex.html
index be13cc2a8..75039233e 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>
-- 
GitLab