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
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ jobs:
uses: actions/checkout@v7
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.17.0-dev.857+2b2b85c5f
- name: Build Website
run: zig build
working-directory: website
2 changes: 0 additions & 2 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.17.0-dev.857+2b2b85c5f

- name: Download and install GitHub CLI
run: |
Expand Down
5 changes: 2 additions & 3 deletions website/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.name = .mz_website,
.fingerprint = 0xf41bcd0e071e6f03,
.version = "0.2.0",
.minimum_zig_version = "0.17.0-dev.857+2b2b85c5f",
.paths = .{
"README.md",
"build.zig",
Expand All @@ -14,8 +13,8 @@
},
.dependencies = .{
.zine = .{
.url = "git+https://github.com/kristoff-it/zine#7689a27d78d206ed9297987998d2472c42904d75",
.hash = "zine-0.12.1-ou6nIC85FwCLi6UIsJNHXrE05AMYNfYKJPkNc4Qlo79H",
.url = "git+https://github.com/kristoff-it/zine#481d43d730e75edc28c2ab17756aa0f786decb0a",
.hash = "zine-0.13.1-ou6nIFuOFwC3TF6NYPYxA82162ekxUO-r0hkudYL75rP",
},
},
}
4 changes: 2 additions & 2 deletions website/content/devlog.smd
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
.draft = false,
---

## [About]($section.id('about'))
# [About]($section.id('about'))

This is a non-exhaustive, curated list of changes meant to help users quickly
see what has improved since they last checked.

You can [subscribe to this page via RSS]($link.alternative('rss')).

## Changes
# Changes

## [MSP430 Support]($section.id('2026-01-07'))

Expand Down
4 changes: 2 additions & 2 deletions website/content/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _MicroZig is a toolbox for building embedded applications in Zig._

[Get Started](/docs/getting-started)

## Why Zig?
# Why Zig?

Zig is an excellent programming language for embedded systems.

Expand All @@ -30,7 +30,7 @@ Zig is an excellent programming language for embedded systems.

To learn more: [The Zig Language Reference](https://ziglang.org/documentation/master/)

## Why MicroZig?
# Why MicroZig?

- **Tooling**: MicroZig extends the Zig build system for Microcontrollers. This
includes:
Expand Down
Loading