Skip to content

Commit 53eda4c

Browse files
committed
Update config
1 parent a058d9b commit 53eda4c

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

docs/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ title: OpenSpool
22
description: Your filament wants to be free
33
theme: just-the-docs
44

5-
url: https://just-the-docs.github.io
5+
# url: https://just-the-docs.github.io
6+
url: https://openspool.io
67

78
aux_links:
89
Template Repository: https://github.com/just-the-docs/just-the-docs-template

docs/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Home
3+
layout: home
4+
---
5+
6+
# OpenSpool Firmware Installation
7+
8+
<div class="install-container">
9+
<script type="module" src="https://unpkg.com/esp-web-tools@9.4.3/dist/web/install-button.js"></script>
10+
11+
<h2>Install the firmware</h2>
12+
13+
<div class="button-row">
14+
<esp-web-install-button
15+
manifest="https://raw.githubusercontent.com/spuder/OpenSpool/refs/heads/main/firmware/manifest.json">
16+
</esp-web-install-button>
17+
</div>
18+
19+
<div class="instructions">
20+
<h3>Installation Instructions</h3>
21+
<p>1. Connect your OpenSpool device via USB</p>
22+
<p>2. Press & Hold D0 Button
23+
<p>3. Press RST Button
24+
<p>4. Release both D0 and RST simultaneously
25+
<p>5. Click the Install button above</p>
26+
<p>6. Follow the installation wizard</p>
27+
28+
<p><strong>Note:</strong> Installation requires Chrome or Edge browser on desktop</p>
29+
</div>
30+
</div>
31+
----
32+
33+
[Just the Docs]: https://just-the-docs.github.io/just-the-docs/
34+
[GitHub Pages]: https://docs.github.com/en/pages
35+
[README]: https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md
36+
[Jekyll]: https://jekyllrb.com
37+
[GitHub Pages / Actions workflow]: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/
38+
[use this template]: https://github.com/just-the-docs/just-the-docs-template/generate

0 commit comments

Comments
 (0)