You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the main branch.
Discussion
----------
fix: unknown caddy language
symfony/symfony-docs@83fa5c6 introduced a new code-block directive 'Caddy'
We have now builds errors like:
`[ERROR] There were some errors while building the docs:
Build errors from "2023-04-25 08:14:03"
Error while processing "code-block" directive: "Unsupported code block language "caddy". Added it in
SymfonyDocsBuilder\Renderers\CodeNodeRenderer" in file "security"`
I added 'caddy' as plaintext as there is no definition of caddy's syntax in https://github.com/scrivo/highlight.php
Commits
-------
73c2ab1 fix: unknown caddy's language
0 commit comments