Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.03 KB

File metadata and controls

29 lines (21 loc) · 1.03 KB

HHF Technology — Documentation Contributions

Upstream documentation contributions for HHF Technology projects.

Projects

Project Upstream Docs Staging
CrowdSec Manager hhftechnology/crowdsec_manager docs-crowdsec.strausmann.cloud
Middleware Manager hhftechnology/middleware-manager docs-middleware.strausmann.cloud

Quick Start

git clone --recurse-submodules https://github.com/strausmann/hhf-docs.git
cd hhf-docs
make help

Build & Serve

make docs-crowdsec-build     # Build Docker image
make docs-crowdsec-serve     # Serve on http://localhost:8081
make docs-middleware-build   # Build Docker image
make docs-middleware-serve   # Serve on http://localhost:8082

See CLAUDE.md for full workflow documentation.