google-cloud-php icon indicating copy to clipboard operation
google-cloud-php copied to clipboard

docs: initial (not-working) version of DocFX YAML generation

Open tbpg opened this issue 4 years ago • 0 comments

This line fails in class.yml.twig:

- uid: {{ node.fullyQualifiedStructuralElementName|yaml }}

You can try it locally with:

cd Vision
composer update
rm -rf docs && phpdoc --template=data/templates/docfxyaml/ -t docs -i vendor

See https://docs.phpdoc.org/3.0/guide/guides/templates/twig.html.

cc @bshaffer

tbpg avatar Aug 13 '21 15:08 tbpg