Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 707 Bytes

File metadata and controls

22 lines (14 loc) · 707 Bytes

Test Docs

This is a toy project that is inspired by the technical write up from TigerBetle that implemented static docs generation from markdown using Zig and Pandoc.

I've done modifications to run on Windows.

Usage

You must have the following installed:

You can then run zig build and all of the HTML produced from /content folder will be outputted in the zig-out directory.

Acknowledgements

Thank you to the TigerBeetle team for writing up a fantastic article on this!