mirror of
https://github.com/furyfire/trueskill.git
synced 2025-12-12 10:47:00 +01:00
Documentation warnings from pandoc resolved
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
"analyze-psalm": "tools/psalm --show-info=true",
|
||||
"analyze-rector": "rector --dry-run",
|
||||
"html": [
|
||||
"pandoc -s README.md -o output/README.html",
|
||||
"pandoc -s docs/index.rst -o output/index.html",
|
||||
"tools/phpcs --generator=MarkDown | pandoc -o output/CodeStandard.html --metadata title=\"Code Standard\""
|
||||
"pandoc --verbose -s README.md -o output/README.html",
|
||||
"pandoc --verbose -f rst -s docs/index.rst -o output/index.html --metadata=lang:en",
|
||||
"tools/phpcs --generator=MarkDown | pandoc --verbose -f markdown -s -o output/CodeStandard.html --metadata title='Code Standard' --metadata=lang:en"
|
||||
],
|
||||
"all": [
|
||||
"@test",
|
||||
|
||||
Reference in New Issue
Block a user