asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
283 stars 120 forks source link

Include external folders in asciidoctor-gradle-plugin #686

Open rcbandit111 opened 9 months ago

rcbandit111 commented 9 months ago

I have this test project which is using asciidoctor-gradle-plugin: https://github.com/rcbandit111/project-documentation

I notice that when project is compiled folders like images and it's content are included into the compiled pages. But when I create a folder for example files it's not included into the compiled pages. For some reason it's skipped. Do you know how I can configure this?