Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ repos:
rev: v0.15.1
hooks:
- id: lychee-docker
# Python sources embed URLs in generated HTML, not documentation links
exclude: \.py$
# Optionally include additional CLI arguments
args: [
"--no-progress", "--exclude", "file://", "--exclude", "0.0.0.0",
"--exclude", ".git", "--timeout", "10",
"--exclude", "\\.git", "--timeout", "10",
"--exclude-all-private", "-m", "10", "-q"
]
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ lists. To do that, paste the custom macro content in the target markdown file:

where:

- `FORM-ID` - target mailing list form ID that can be found [here][lm-forms].
- `FORM-ID` - target mailing list form ID that can be found [here][lm-forms]
(check target list and copy `checked_value=` content from Form HTML).
- `Button text` - text to be shown on the button.

[lm-forms]: https://github.com/3mdeb/3mdeb-website/tree/main/static/subscribe
[lm-forms]: https://listmonk.3mdeb.com/admin/lists/forms
9 changes: 7 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable-next-line MD041 -->
<p align="center">
<img src="images/zarhus-logo-new.png" width="400" alt="Zarhus Logo" />
</p>
Expand Down Expand Up @@ -52,7 +53,9 @@ Qubes OS, Kicksecure, FreeBSD, OpenWRT, Debian, and Fedora.
real-world applicability and constant feedback.
* Regularly reports progress through working demos and derivative products.

👉 Watch the [Welcome Presentation](https://youtu.be/F3349PVOGZY?si=z1uqlaQSQe22hoV4&t=309) from Zarhus Developers Meetup 0x1.
👉 Watch the
[Welcome Presentation](https://youtu.be/F3349PVOGZY?si=z1uqlaQSQe22hoV4&t=309)
from Zarhus Developers Meetup 0x1.

---

Expand Down Expand Up @@ -112,7 +115,9 @@ We also maintain our own open-source layers and tools, including:
* [meta-trenchboot](https://github.com/3mdeb/meta-trenchboot)
* [meta-pcengines](https://github.com/3mdeb/meta-pcengines)

📍 Check out the [Zarhus public roadmap](https://github.com/zarhus/zarhus-issues/milestones) to track our progress and plans.
📍 Check out the
[Zarhus public roadmap](https://github.com/zarhus/zarhus-issues/milestones) to
track our progress and plans.

---

Expand Down
4 changes: 2 additions & 2 deletions docs/supported-targets/quartz64-a.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Additional resources for the board:
* [PINE64
documentation;](https://pine64.org/documentation/Quartz64/Further_information/Schematics_and_certifications/)
* [PINE64 Wiki](https://wiki.pine64.org/wiki/Quartz64)
* [Rockchip Wiki: partitions map;](https://opensource.rock-chips.com/wiki_Partitions)
* [Rockchip Wiki: boot flow.](https://opensource.rock-chips.com/wiki_Boot_option#Boot_introduce)
* [Rockchip Wiki: partitions map;](https://web.archive.org/web/20260501050119/https://opensource.rock-chips.com/wiki_Partitions)
* [Rockchip Wiki: boot flow.](https://web.archive.org/web/20260430144601/http://opensource.rock-chips.com/wiki_Boot_option#Boot_introduce)

## Serial port access (Zarhus OS debug console)

Expand Down
4 changes: 2 additions & 2 deletions docs/supported-targets/radxa-cm3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Additional resources for the boards:

* [`radxa/radxa-cm-projects`;](https://github.com/radxa/radxa-cm-projects/tree/main/cm3)
* [CM3 design resources;](https://radxa.com/products/cm/cm3/#design-resources)
* [Rockchip Wiki: partitions map;](https://opensource.rock-chips.com/wiki_Partitions)
* [Rockchip Wiki: boot flow.](https://opensource.rock-chips.com/wiki_Boot_option#Boot_introduce)
* [Rockchip Wiki: partitions map;](https://web.archive.org/web/20260501050119/https://opensource.rock-chips.com/wiki_Partitions)
* [Rockchip Wiki: boot flow.](https://web.archive.org/web/20260430144601/http://opensource.rock-chips.com/wiki_Boot_option#Boot_introduce)

## Serial port access (Zarhus OS debug console)

Expand Down