Skip to content

Commit 6b01d37

Browse files
committed
Add dexy config to output stuff into target/docs.
1 parent 0965055 commit 6b01d37

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ project/plugins/project
5656
# Pax Runner (for easy OSGi launching)
5757
runner
5858

59-
# Generated docs
60-
docs/*.html
59+
# Doc generation
60+
.dexy

dexy.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
outputroot: docs

dexy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/*.adoc|asciidoctor

dexyplugin.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
reporter:output:
2+
dir: target/docs
3+
readme-filename: None

0 commit comments

Comments
 (0)