DataFormat icon indicating copy to clipboard operation
DataFormat copied to clipboard

Convert markup and build to asciidoctor

Open oddhack opened this issue 1 year ago • 0 comments

asciidoc.py is long obsolete and this gets on a path to incorporate the DF spec into Antora builds.

This is working for HTML builds although many of the images are too small (probably just needs updating the image width attributes, which have changed in asciidoctor).

PDF builds are broken ATM.

To build if you do not have the Vulkan spec toolchain already installed:

scripts/runDocker
cd /spec
make html
exit

oddhack avatar Aug 14 '24 10:08 oddhack