Bit of documentation effort
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-02-26 09:19:39 +00:00
parent edc80f9a43
commit 783a12e744
6 changed files with 96 additions and 34 deletions

View File

@ -38,12 +38,17 @@
],
"analyze-phpstan":"vendor/bin/phpstan analyze --error-format=raw",
"analyze-psalm": "vendor/bin/psalm --no-cache",
"html": [
"pandoc -s README.md -o output/README.html",
"pandoc -s docs/index.rst -o output/index.html"
],
"all": [
"@test",
"@document",
"@benchmark",
"@lint",
"@static"
"@static",
"@html"
]
}
}