A minimal static site generator for documentation. Fast, clean, and easy to use.
Work in Progress — Most features are stable.
Note: The optional backend server (
minimaldoc-server) has been removed from this repository. The scope was expanding too fast and the code was not production-ready. This project now focuses exclusively on the static site generator. The server effort will be revisited later.
# Install
git clone https://github.com/studiowebux/minimaldoc
cd minimaldoc && make build
# Create a new docs site
./minimaldoc init my-docs
cd my-docs
# Build to static HTML
../minimaldoc buildFull documentation: minimaldoc.com
The docs/ directory is a demo site that showcases what MinimalDoc can generate.
Build it locally with make docs then open public/index.html.
make build # Build the CLI binary
make test # Run tests
make lint # gofmt + go vet
make ci # lint + test
make docs # Build the demo docs site
make check # staticcheck
make clean # Remove build artifactsSee LICENSE file.
Created by Studio Webux