Skip to content

Commit f794e85

Browse files
committed
Adding single page files
Adding missing single page files and updating GH pages build file.
1 parent 3e13ac1 commit f794e85

File tree

3 files changed

+43
-8
lines changed

3 files changed

+43
-8
lines changed

.github/workflows/mkdocs.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python runtime
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.x
2020

2121
- name: Install Python dependencies
22-
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-with-pdf weasyprint mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 setuptools
22+
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-with-pdf weasyprint mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin setuptools
2323

2424
# - name: Install Chrome
2525
# run: sudo apt install google-chrome-stable
@@ -32,9 +32,5 @@ jobs:
3232
with:
3333
key: ${{ github.ref }}
3434
path: .cache
35-
36-
- name: Install Insiders build
37-
env:
38-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
39-
run: pip install --upgrade mkdocs-material
35+
run: pip install mkdocs-material
4036
- run: mkdocs gh-deploy --force

docs/hard_copy.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
icon: material/book-open-variant
3+
---
4+
5+
Need to download or print our hookup guide?
6+
7+
* [Print :fontawesome-solid-print:](../single_page) (Single-Page View)
8+
* To save as a `*.pdf` file, select the **Printer** or **Destination** labeled ++"Save as PDF"++. *(Instructions will vary based on the browser)*
9+
<!-- * [Download :fontawesome-regular-file-pdf:](../board_files/hookup_guide.pdf) *(Beta - demonstration only)* -->

docs/single_page.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
hide:
3+
- navigation
4+
- toc
5+
icon: fontawesome/solid/scroll
6+
---
7+
8+
# Introduction
9+
--8<-- "./docs/introduction.md"
10+
11+
# Quickstart Guide
12+
--8<-- "./docs/quick_start.md"
13+
14+
# Hardware Overview
15+
--8<-- "./docs/hardware_overview.md"
16+
17+
# Hardware Hookup
18+
--8<-- "./docs/hardware_assembly.md"
19+
20+
# Arduino Setup
21+
--8<-- "./docs/arduino_setup.md"
22+
23+
# Arduino Examples
24+
--8<-- "./docs/arduino_examples.md"
25+
26+
# Troubleshooting
27+
--8<-- "./docs/troubleshooting.md"
28+
29+
# Resources
30+
--8<-- "./docs/resources.md"

0 commit comments

Comments
 (0)