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", .{});
}
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
This is a GitHub Pages mdBook proof of concept.
const std = @import("std");
pub fn main() void {
std.debug.print("Hello docs!\n", .{});
}