We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0965055 commit 6b01d37Copy full SHA for 6b01d37
.gitignore
@@ -56,5 +56,5 @@ project/plugins/project
56
# Pax Runner (for easy OSGi launching)
57
runner
58
59
-# Generated docs
60
-docs/*.html
+# Doc generation
+.dexy
dexy.conf
@@ -0,0 +1 @@
1
+outputroot: docs
dexy.yaml
+docs/*.adoc|asciidoctor
dexyplugin.yaml
@@ -0,0 +1,3 @@
+reporter:output:
2
+ dir: target/docs
3
+ readme-filename: None
0 commit comments