Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<nav class="nav-links" aria-label="Primary navigation">
<a href="#architecture">Architecture</a>
<a href="#extend">Build</a>
<a href="https://srcfl.github.io/device-drivers/">Devices</a>
<a href="#community">Community</a>
<a href="https://github.com/srcfl/ftw#documentation">Docs</a>
<a class="nav-cta" href="https://github.com/srcfl/ftw">GitHub <span aria-hidden="true">↗</span></a>
Expand Down Expand Up @@ -229,7 +230,7 @@ <h2>New hardware should be a driver, not a fork.</h2>
</ul>
<div class="inline-actions">
<a class="text-link" href="https://github.com/srcfl/ftw/blob/master/docs/writing-a-driver.md">Write a driver <span aria-hidden="true">→</span></a>
<a class="text-link" href="https://github.com/srcfl/ftw/tree/master/drivers">Browse drivers <span aria-hidden="true">↗</span></a>
<a class="text-link" href="https://srcfl.github.io/device-drivers/">Browse the device catalog <span aria-hidden="true">↗</span></a>
</div>
</div>
<div class="code-window" role="group" aria-label="Example Lua device driver">
Expand Down Expand Up @@ -325,7 +326,7 @@ <h2>Energy infrastructure you can own.</h2>
<div><strong>FTW</strong><span>An open-source project maintained by Sourceful Energy and contributors.</span></div>
</div>
<div class="footer-links">
<div><span>Project</span><a href="https://github.com/srcfl/ftw">GitHub</a><a href="https://github.com/srcfl/ftw/releases">Releases</a><a href="https://github.com/srcfl/ftw#documentation">Documentation</a></div>
<div><span>Project</span><a href="https://github.com/srcfl/ftw">GitHub</a><a href="https://github.com/srcfl/ftw/releases">Releases</a><a href="https://github.com/srcfl/ftw#documentation">Documentation</a><a href="https://srcfl.github.io/device-drivers/">Device catalog</a></div>
<div><span>Community</span><a href="https://discord.gg/25xcBzQaux">Discord</a><a href="https://github.com/srcfl/ftw/issues">Issues</a><a href="https://github.com/srcfl/ftw/blob/master/CONTRIBUTING.md">Contribute</a></div>
<div><span>Terms</span><a href="https://github.com/srcfl/ftw/blob/master/LICENSE">Apache-2.0</a><a href="https://github.com/srcfl/ftw/blob/master/TRADEMARKS.md">Trademarks</a><a href="https://github.com/srcfl/ftw/blob/master/SUPPORT.md">Support</a></div>
</div>
Expand Down