Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Zig Firmware Docs

This is a GitHub Pages mdBook proof of concept.

const std = @import("std");

pub fn main() void {
    std.debug.print("Hello docs!\n", .{});
}

Zig Firmware Docs

This is a GitHub Pages mdBook proof of concept.

also this too .

const std = @import("std");

pub fn main() void {
    std.debug.print("Hello docs!\n", .{});
}