Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 3, 2024
1 parent a058d9b commit 53eda4c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ title: OpenSpool
description: Your filament wants to be free
theme: just-the-docs

url: https://just-the-docs.github.io
# url: https://just-the-docs.github.io
url: https://openspool.io

aux_links:
Template Repository: https://github.com/just-the-docs/just-the-docs-template
Expand Down
38 changes: 38 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Home
layout: home
---

# OpenSpool Firmware Installation

<div class="install-container">
<script type="module" src="https://unpkg.com/[email protected]/dist/web/install-button.js"></script>

<h2>Install the firmware</h2>

<div class="button-row">
<esp-web-install-button
manifest="https://raw.githubusercontent.com/spuder/OpenSpool/refs/heads/main/firmware/manifest.json">
</esp-web-install-button>
</div>

<div class="instructions">
<h3>Installation Instructions</h3>
<p>1. Connect your OpenSpool device via USB</p>
<p>2. Press & Hold D0 Button
<p>3. Press RST Button
<p>4. Release both D0 and RST simultaneously
<p>5. Click the Install button above</p>
<p>6. Follow the installation wizard</p>
<p><strong>Note:</strong> Installation requires Chrome or Edge browser on desktop</p>
</div>
</div>
----

[Just the Docs]: https://just-the-docs.github.io/just-the-docs/
[GitHub Pages]: https://docs.github.com/en/pages
[README]: https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md
[Jekyll]: https://jekyllrb.com
[GitHub Pages / Actions workflow]: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/
[use this template]: https://github.com/just-the-docs/just-the-docs-template/generate

0 comments on commit 53eda4c

Please sign in to comment.