feat: docs website

This commit is contained in:
Julian Tölle 2025-05-04 01:58:10 +02:00
parent c175ca0352
commit ade57cf040
15 changed files with 118 additions and 3 deletions

View file

@ -11,7 +11,7 @@ import (
func run() error {
// Define the directory where the docs will be generated
dir := "docs/cli"
dir := "docs/reference/cli"
// Ensure the directory exists
if err := os.MkdirAll(dir, 0755); err != nil {