gokrazy/docs/userguide/index.html

87 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html> <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>gokrazy Userguide</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href="/jumbotron-narrow.css" rel="stylesheet">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400">
<style type="text/css">
body {
font-family: "Open Sans";
}
.table-striped>tr:nth-child(odd){
background-color:red;
}
</style>
</head>
<body>
<div class="container"><div class="header"><nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class=""><a href="/">Home </a></li>
<li role="presentation" class=""><a href="/platforms/">Platforms </a></li>
<li role="presentation" class=""><a href="/quickstart/">Quickstart </a></li>
<li role="presentation" class=""><a href="/showcase/">Showcase </a></li>
<li role="presentation" class="active"><a href="/userguide/">Userguide <span class="sr-only">(current)</span></a></li>
<li role="presentation" class=""><a href="https://github.com/gokrazy/gokrazy">Source </a></li>
</ul>
</nav>
<h3 class="text-muted">gokrazy</h3>
</div>
<h1 id="gokrazy-userguide">gokrazy Userguide</h1>
<p>After following the <a href="/quickstart/">Quickstart guide</a>, you should have a working
gokrazy installation to further customize.</p>
<p>This userguide walks you through various topics. If you feel a common use-case
should be included here but isnt, please <a href="https://github.com/gokrazy/gokrazy/issues">file an issue on
GitHub</a>.</p>
<h2 id="userguide-contents">Userguide contents</h2>
<ul>
<li>
<a href="https://gokrazy.org/userguide/gpio/">Controlling a GPIO input/output pin</a>
</li>
<li>
<a href="https://gokrazy.org/userguide/remotesyslog/">Using Remote Syslog to send gokrazy logs over the network</a>
</li>
<li>
<a href="https://gokrazy.org/userguide/tls-for-untrusted-networks/">Using TLS in untrusted networks</a>
</li>
<li>
<a href="https://gokrazy.org/userguide/unencrypted-wifi/">Connecting to unencrypted WiFi networks</a>
</li>
</ul>
<footer class="footer" style="text-align: center">
<p>© 2017 gokrazy authors (Michael Stapelberg and contributors)</p>
</footer>
</div>
</body>
</html>
</div>
</body>
</html>