Add docs to index

This commit is contained in:
2025-12-23 23:42:59 +11:00
parent 5f9da8006b
commit e8c5b92f1a
3 changed files with 2 additions and 0 deletions

BIN
docs/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View File

@@ -17,6 +17,7 @@
<button onclick="window.location.href = 'https://chsp.au/max/solstice'">View Code</button> <button onclick="window.location.href = 'https://chsp.au/max/solstice'">View Code</button>
<button onclick="window.location.href = '#installing'">Install</button> <button onclick="window.location.href = '#installing'">Install</button>
<button onclick="window.location.href = '/playground'">Try Online</button> <button onclick="window.location.href = '/playground'">Try Online</button>
<button onclick="window.location.href = '/docs'">View Docs</button>
</div> </div>
</div> </div>
<div class="box"> <div class="box">
@@ -95,6 +96,7 @@ while number < 100000 {
<code>bash -c "$(curl -fsSL https://sols.dev/install.sh)"</code></pre> <code>bash -c "$(curl -fsSL https://sols.dev/install.sh)"</code></pre>
<p>If you find any issues while trying Solstice, please report them <a href="https://chsp.au/max/solstice/issues">here</a>! Solstice needs all the help it can get.</p> <p>If you find any issues while trying Solstice, please report them <a href="https://chsp.au/max/solstice/issues">here</a>! Solstice needs all the help it can get.</p>
<p>Stable-ish builds are avaliable in <a href="https://chsp.au/max/solstice/releases">the releases tab</a> of the Git repository. These builds are likely to be more stable, but don't treat them as a stable branch yet.</p> <p>Stable-ish builds are avaliable in <a href="https://chsp.au/max/solstice/releases">the releases tab</a> of the Git repository. These builds are likely to be more stable, but don't treat them as a stable branch yet.</p>
<p>Once you've installed, <a href="/docs">read the docs</a> to get started.</p>
</div> </div>
</div> </div>
</body> </body>

BIN
playground/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB