https://github.com/jacobcrabill/doczy
Doczy: Markdown Documentation Browser
https://github.com/jacobcrabill/doczy
zig zig-package
Last synced: about 1 year ago
JSON representation
Doczy: Markdown Documentation Browser
- Host: GitHub
- URL: https://github.com/jacobcrabill/doczy
- Owner: JacobCrabill
- Created: 2024-11-26T02:40:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T00:11:01.000Z (over 1 year ago)
- Last Synced: 2025-02-06T01:20:38.450Z (over 1 year ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doczy: Markdown Documentation Browser
> Instantly view your Markdown docs in the browser!
Looking for a better way to browse your Markdown docs quickly and easily without jumping through the
hoops of setting up [mdBook](https://rust-lang.github.io/mdBook/),
[Sphinx](https://www.sphinx-doc.org/en/master/), or some other toolchain?
Use **Doczy!**
Navigate to the [test documentation index](docs/index.md) for an example.
Powered by Zig 
## Usage Example
```bash
zig build -Doptimize=ReleaseSmall
./zig-out/bin/doczy -f README.md
```