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
thanks to our dependency on com.oxygenxml.diagrams.svg plugin, which requires manual installation as detailed in the README.md. Due to this manual installation requirement, the GitHub default action for compiling the DITA output is unlikely to correctly process these diagrams.
It's generate Reproduction Steps
Install plugin com.oxygenxml.diagrams.svg per README.
Generate a pdf on your computer, using src/usecase/guide$ dita -i air.cab.md -f pdf -o /tmp/ it will be in /tmp/
see in that PDF file there is diagram - here I made it for you air.cab.pdf
Verify the diagram is also there on the web output (embedded inside the HTML page) by run the following DITA command on your local machine:
SmartLayer
changed the title
started to use com.oxygenxml.diagrams.svg plugin for diagrams, expecting to break CI
missing com.oxygenxml.diagrams.svg plugin for diagrams, website missing diagram
Aug 17, 2023
Uh oh!
There was an error while loading. Please reload this page.
thanks to our dependency on
com.oxygenxml.diagrams.svg
plugin, which requires manual installation as detailed in the README.md. Due to this manual installation requirement, the GitHub default action for compiling the DITA output is unlikely to correctly process these diagrams.It's generate
Reproduction Steps
com.oxygenxml.diagrams.svg
per README.src/usecase/guide$ dita -i air.cab.md -f pdf -o /tmp/
it will be in/tmp/
The text was updated successfully, but these errors were encountered: