Ver código fonte

Move reference to htmlsingle to match standard Spring reference layout

Rob Winch 11 anos atrás
pai
commit
5427da6b27
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      docs/docs.gradle

+ 5 - 2
docs/docs.gradle

@@ -33,8 +33,11 @@ project('manual') {
 
 
     ext.spec = copySpec {
-        into ('reference') {
-            from("${asciidoctor.outputDir}/dist/")
+        into ('reference/htmlsingle') {
+            from("${asciidoctor.outputDir}/dist/html5")
+        }
+        into ('reference/pdf') {
+            from("${asciidoctor.outputDir}/dist/pdf")
         }
     }
 }