Skip to content

Commit

Permalink
Docs: Create separate CSS files, do not embed into HTML
Browse files Browse the repository at this point in the history
TODO: There still is one set of CSS files per subdirectory due to the
way the docs directories are organised. It would be better to have them
just once. But to achieve that, the ADOC-to-HTML conversion would have
to be changed, e.g. using one central directory for images and
reorganisation of the overall directory structure and build options.
See asciidoctor/asciidoctor-maven-plugin#729.

Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Jan 6, 2024
1 parent c655100 commit d464902
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,18 @@
<configuration>
<attributes>
<source-highlighter>coderay</source-highlighter>
<!--<imagesdir>./images</imagesdir>-->
<toc>left</toc>
<icons>font</icons>
<!--
Create separate CSS files, rather than embedding CSS into each HTML file
TODO:
There still is one set of CSS files per subdirectory due to the way the docs directories are
organised. It would be better to have them just once. But to achieve that, the ADOC-to-HTML conversion
would have to be changed, e.g. using one central directory for images and reorganisation of the
overall directory structure and build options.
See https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/729.
-->
<linkcss>true</linkcss>
</attributes>
</configuration>
<dependencies>
Expand Down

0 comments on commit d464902

Please sign in to comment.