kordamp / kordamp-gradle-plugins

A collection of Gradle plugins
https://kordamp.org/kordamp-gradle-plugins/
Apache License 2.0
138 stars 25 forks source link

[Guide] add .asciicdoctorconfig files by createGuide task #471

Closed musketyr closed 3 years ago

musketyr commented 3 years ago

this will enable out-of-the-box preview of snippets in IntelliJ

there should be one at the root of the project:

:root-dir: {asciidoctorconfigdir}

and another on in src/docs/asciidoc

:includedir: {asciidoctorconfigdir}
aalmiray commented 3 years ago

Do you have an example at a repository I can have a look?

musketyr commented 3 years ago

Here you go

https://github.com/agorapulse/micronaut-aws-sdk

aalmiray commented 3 years ago

I'm afraid I don't see the connection. Perhaps a PR would work best?

musketyr commented 3 years ago

see #475 ;-)