From d6bb43e35978dd4baf7e14053ad75cbafd033a5d Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 18 Mar 2021 12:38:33 -0400 Subject: [PATCH] Refactor documentation for release train docs --- docs/src/main/asciidoc/_index.adoc | 29 ------------------ docs/src/main/asciidoc/_index_pdf.adoc | 29 ------------------ docs/src/main/asciidoc/_index_single.adoc | 29 ------------------ docs/src/main/asciidoc/index.adoc | 1 + docs/src/main/asciidoc/index.htmladoc | 2 +- docs/src/main/asciidoc/index.htmlsingleadoc | 2 +- docs/src/main/asciidoc/index.pdfadoc | 1 + docs/src/main/asciidoc/spring-cloud-task.adoc | 30 ++++++++++++++++++- .../main/asciidoc/spring-cloud-task.epubadoc | 30 ++++++++++++++++++- .../asciidoc/spring-cloud-task.htmlsingleadoc | 30 ++++++++++++++++++- .../main/asciidoc/spring-cloud-task.pdfadoc | 30 ++++++++++++++++++- 11 files changed, 120 insertions(+), 93 deletions(-) delete mode 100644 docs/src/main/asciidoc/_index.adoc delete mode 100644 docs/src/main/asciidoc/_index_pdf.adoc delete mode 100644 docs/src/main/asciidoc/_index_single.adoc create mode 120000 docs/src/main/asciidoc/index.adoc mode change 100644 => 120000 docs/src/main/asciidoc/index.htmladoc mode change 100644 => 120000 docs/src/main/asciidoc/index.htmlsingleadoc create mode 120000 docs/src/main/asciidoc/index.pdfadoc mode change 120000 => 100644 docs/src/main/asciidoc/spring-cloud-task.adoc mode change 120000 => 100644 docs/src/main/asciidoc/spring-cloud-task.htmlsingleadoc diff --git a/docs/src/main/asciidoc/_index.adoc b/docs/src/main/asciidoc/_index.adoc deleted file mode 100644 index ab8f9012..00000000 --- a/docs/src/main/asciidoc/_index.adoc +++ /dev/null @@ -1,29 +0,0 @@ -= Spring Cloud Task Reference Guide -Michael Minella, Glenn Renfro, Jay Bryant - -include::_attributes.adoc[] - -// ====================================================================================== - -(C) 2009-2020 VMware, Inc. All rights reserved. - -Copies of this document may be made for your own use and for distribution to -others, provided that you do not charge any fee for such copies and further -provided that each copy contains this Copyright Notice, whether distributed in -print or electronically. - -include::preface.adoc[] - -include::getting-started.adoc[] - -include::features.adoc[] - -include::batch.adoc[] - -include::batch-starter.adoc[] - -include::stream.adoc[] - -include::appendix.adoc[] - -// ====================================================================================== diff --git a/docs/src/main/asciidoc/_index_pdf.adoc b/docs/src/main/asciidoc/_index_pdf.adoc deleted file mode 100644 index daf859d9..00000000 --- a/docs/src/main/asciidoc/_index_pdf.adoc +++ /dev/null @@ -1,29 +0,0 @@ -= Spring Cloud Task Reference Guide -Michael Minella, Glenn Renfro, Jay Bryant - -include::_attributes.adoc[] - -// ====================================================================================== - -(C) 2009-2020 VMware, Inc. All rights reserved. - -Copies of this document may be made for your own use and for distribution to -others, provided that you do not charge any fee for such copies and further -provided that each copy contains this Copyright Notice, whether distributed in -print or electronically. - -include::preface.adoc[leveloffset=+1] - -include::getting-started.adoc[leveloffset=+1] - -include::features.adoc[leveloffset=+1] - -include::batch.adoc[leveloffset=+1] - -include::batch-starter.adoc[leveloffset=+1] - -include::stream.adoc[leveloffset=+1] - -include::appendix.adoc[leveloffset=+1] - -// ====================================================================================== diff --git a/docs/src/main/asciidoc/_index_single.adoc b/docs/src/main/asciidoc/_index_single.adoc deleted file mode 100644 index daf859d9..00000000 --- a/docs/src/main/asciidoc/_index_single.adoc +++ /dev/null @@ -1,29 +0,0 @@ -= Spring Cloud Task Reference Guide -Michael Minella, Glenn Renfro, Jay Bryant - -include::_attributes.adoc[] - -// ====================================================================================== - -(C) 2009-2020 VMware, Inc. All rights reserved. - -Copies of this document may be made for your own use and for distribution to -others, provided that you do not charge any fee for such copies and further -provided that each copy contains this Copyright Notice, whether distributed in -print or electronically. - -include::preface.adoc[leveloffset=+1] - -include::getting-started.adoc[leveloffset=+1] - -include::features.adoc[leveloffset=+1] - -include::batch.adoc[leveloffset=+1] - -include::batch-starter.adoc[leveloffset=+1] - -include::stream.adoc[leveloffset=+1] - -include::appendix.adoc[leveloffset=+1] - -// ====================================================================================== diff --git a/docs/src/main/asciidoc/index.adoc b/docs/src/main/asciidoc/index.adoc new file mode 120000 index 00000000..79db033a --- /dev/null +++ b/docs/src/main/asciidoc/index.adoc @@ -0,0 +1 @@ +spring-cloud-task.adoc \ No newline at end of file diff --git a/docs/src/main/asciidoc/index.htmladoc b/docs/src/main/asciidoc/index.htmladoc deleted file mode 100644 index 1aeaaec5..00000000 --- a/docs/src/main/asciidoc/index.htmladoc +++ /dev/null @@ -1 +0,0 @@ -include::_index.adoc[] diff --git a/docs/src/main/asciidoc/index.htmladoc b/docs/src/main/asciidoc/index.htmladoc new file mode 120000 index 00000000..79db033a --- /dev/null +++ b/docs/src/main/asciidoc/index.htmladoc @@ -0,0 +1 @@ +spring-cloud-task.adoc \ No newline at end of file diff --git a/docs/src/main/asciidoc/index.htmlsingleadoc b/docs/src/main/asciidoc/index.htmlsingleadoc deleted file mode 100644 index d42349c1..00000000 --- a/docs/src/main/asciidoc/index.htmlsingleadoc +++ /dev/null @@ -1 +0,0 @@ -include::_index_single.adoc[] diff --git a/docs/src/main/asciidoc/index.htmlsingleadoc b/docs/src/main/asciidoc/index.htmlsingleadoc new file mode 120000 index 00000000..9f50ea13 --- /dev/null +++ b/docs/src/main/asciidoc/index.htmlsingleadoc @@ -0,0 +1 @@ +spring-cloud-task.htmlsingleadoc \ No newline at end of file diff --git a/docs/src/main/asciidoc/index.pdfadoc b/docs/src/main/asciidoc/index.pdfadoc new file mode 120000 index 00000000..79db033a --- /dev/null +++ b/docs/src/main/asciidoc/index.pdfadoc @@ -0,0 +1 @@ +spring-cloud-task.adoc \ No newline at end of file diff --git a/docs/src/main/asciidoc/spring-cloud-task.adoc b/docs/src/main/asciidoc/spring-cloud-task.adoc deleted file mode 120000 index 1abdb4fd..00000000 --- a/docs/src/main/asciidoc/spring-cloud-task.adoc +++ /dev/null @@ -1 +0,0 @@ -index.htmladoc \ No newline at end of file diff --git a/docs/src/main/asciidoc/spring-cloud-task.adoc b/docs/src/main/asciidoc/spring-cloud-task.adoc new file mode 100644 index 00000000..ab8f9012 --- /dev/null +++ b/docs/src/main/asciidoc/spring-cloud-task.adoc @@ -0,0 +1,29 @@ += Spring Cloud Task Reference Guide +Michael Minella, Glenn Renfro, Jay Bryant + +include::_attributes.adoc[] + +// ====================================================================================== + +(C) 2009-2020 VMware, Inc. All rights reserved. + +Copies of this document may be made for your own use and for distribution to +others, provided that you do not charge any fee for such copies and further +provided that each copy contains this Copyright Notice, whether distributed in +print or electronically. + +include::preface.adoc[] + +include::getting-started.adoc[] + +include::features.adoc[] + +include::batch.adoc[] + +include::batch-starter.adoc[] + +include::stream.adoc[] + +include::appendix.adoc[] + +// ====================================================================================== diff --git a/docs/src/main/asciidoc/spring-cloud-task.epubadoc b/docs/src/main/asciidoc/spring-cloud-task.epubadoc index dd142a75..daf859d9 100644 --- a/docs/src/main/asciidoc/spring-cloud-task.epubadoc +++ b/docs/src/main/asciidoc/spring-cloud-task.epubadoc @@ -1 +1,29 @@ -include::_index_pdf.adoc[] += Spring Cloud Task Reference Guide +Michael Minella, Glenn Renfro, Jay Bryant + +include::_attributes.adoc[] + +// ====================================================================================== + +(C) 2009-2020 VMware, Inc. All rights reserved. + +Copies of this document may be made for your own use and for distribution to +others, provided that you do not charge any fee for such copies and further +provided that each copy contains this Copyright Notice, whether distributed in +print or electronically. + +include::preface.adoc[leveloffset=+1] + +include::getting-started.adoc[leveloffset=+1] + +include::features.adoc[leveloffset=+1] + +include::batch.adoc[leveloffset=+1] + +include::batch-starter.adoc[leveloffset=+1] + +include::stream.adoc[leveloffset=+1] + +include::appendix.adoc[leveloffset=+1] + +// ====================================================================================== diff --git a/docs/src/main/asciidoc/spring-cloud-task.htmlsingleadoc b/docs/src/main/asciidoc/spring-cloud-task.htmlsingleadoc deleted file mode 120000 index edc86da1..00000000 --- a/docs/src/main/asciidoc/spring-cloud-task.htmlsingleadoc +++ /dev/null @@ -1 +0,0 @@ -index.htmlsingleadoc \ No newline at end of file diff --git a/docs/src/main/asciidoc/spring-cloud-task.htmlsingleadoc b/docs/src/main/asciidoc/spring-cloud-task.htmlsingleadoc new file mode 100644 index 00000000..daf859d9 --- /dev/null +++ b/docs/src/main/asciidoc/spring-cloud-task.htmlsingleadoc @@ -0,0 +1,29 @@ += Spring Cloud Task Reference Guide +Michael Minella, Glenn Renfro, Jay Bryant + +include::_attributes.adoc[] + +// ====================================================================================== + +(C) 2009-2020 VMware, Inc. All rights reserved. + +Copies of this document may be made for your own use and for distribution to +others, provided that you do not charge any fee for such copies and further +provided that each copy contains this Copyright Notice, whether distributed in +print or electronically. + +include::preface.adoc[leveloffset=+1] + +include::getting-started.adoc[leveloffset=+1] + +include::features.adoc[leveloffset=+1] + +include::batch.adoc[leveloffset=+1] + +include::batch-starter.adoc[leveloffset=+1] + +include::stream.adoc[leveloffset=+1] + +include::appendix.adoc[leveloffset=+1] + +// ====================================================================================== diff --git a/docs/src/main/asciidoc/spring-cloud-task.pdfadoc b/docs/src/main/asciidoc/spring-cloud-task.pdfadoc index dd142a75..daf859d9 100644 --- a/docs/src/main/asciidoc/spring-cloud-task.pdfadoc +++ b/docs/src/main/asciidoc/spring-cloud-task.pdfadoc @@ -1 +1,29 @@ -include::_index_pdf.adoc[] += Spring Cloud Task Reference Guide +Michael Minella, Glenn Renfro, Jay Bryant + +include::_attributes.adoc[] + +// ====================================================================================== + +(C) 2009-2020 VMware, Inc. All rights reserved. + +Copies of this document may be made for your own use and for distribution to +others, provided that you do not charge any fee for such copies and further +provided that each copy contains this Copyright Notice, whether distributed in +print or electronically. + +include::preface.adoc[leveloffset=+1] + +include::getting-started.adoc[leveloffset=+1] + +include::features.adoc[leveloffset=+1] + +include::batch.adoc[leveloffset=+1] + +include::batch-starter.adoc[leveloffset=+1] + +include::stream.adoc[leveloffset=+1] + +include::appendix.adoc[leveloffset=+1] + +// ======================================================================================