We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452f683 commit 0b32e6aCopy full SHA for 0b32e6a
_includes/header.html
@@ -32,6 +32,7 @@
32
<a {% if current[1] == 'downloads' %}class="active" aria-current="page"{% endif %} href="{{ "/downloads" | relative_url }}">Downloads</a>
33
<a {% if current[1] == 'libraries' %}class="active" aria-current="page"{% endif %} href="{{ "/libraries" | relative_url }}">Libraries</a>
34
<a {% if current[1] == 'blinka' %}class="active" aria-current="page"{% endif %} href="{{ "/blinka" | relative_url }}">Blinka</a>
35
+ <a href="https://code.circuitpython.org">Code Editor</a>
36
</div>
37
<div class="get-started">
38
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
0 commit comments