Overview
Complete documentation transformation from markdown files to a Hugo-based GitHub Pages site with professional presentation.
Documentation Site: https://vnykmshr.github.io/goflow/
Highlights
Documentation Site
- Hugo static site with hugo-book theme
- Hierarchical navigation: Guides → Features → Reference
- Dark/light mode support for code blocks and mermaid diagrams
- Custom logo with Go blue gradient
- GitHub Actions deployment to GitHub Pages
Content Organization
- Why goflow - Hero narrative explaining problem space and architecture
- Guides - Getting Started, Decision Guide, Migration
- Features - Rate Limiting, Task Scheduling, Streaming
- Reference - Contributing, Security, Changelog
Test Coverage Improvements
- workerpool: 77.6% → 92.9% coverage
- stream: 77.2% → 80.9% coverage
Installation
go get github.com/vnykmshr/goflow@v1.5.0Breaking Changes
None. This release focuses on documentation improvements.