Developer Guide
If you are using previous release of Quill for some reason, you can generate documentation for that release by following these steps:
-
Install Material for MkDocs on your platform.
-
Download and extract
Source code (zip)for your target release at Quill Repo -
Now,
cdinto your release directory and run:mkdocs serve
Generate Code Documentation
To generate Zig's API documentation, navigate to your project directory and run:
Now, clean up any unwanted generated file and make sure to link zig-docs/index.html to your reference.md file.