Repository: karaf-cave Updated Branches: refs/heads/cave-3.x 447fca7f4 -> 204130168
Fix maven-asciidoc-plugin configuration Project: http://git-wip-us.apache.org/repos/asf/karaf-cave/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cave/commit/20413016 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cave/tree/20413016 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cave/diff/20413016 Branch: refs/heads/cave-3.x Commit: 204130168944a686633f9456704734210ffeefd2 Parents: 447fca7 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jan 4 15:24:43 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jan 4 15:24:43 2016 +0100 ---------------------------------------------------------------------- manual/pom.xml | 2 +- manual/src/main/asciidoc/index.adoc | 6 ++--- manual/src/main/asciidoc/overview.adoc | 2 +- .../main/asciidoc/user-guide/user-index.adoc | 23 -------------------- 4 files changed, 5 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/20413016/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index 8c988aa..75f075f 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -49,10 +49,10 @@ <configuration> <sourceHighlighter>coderay</sourceHighlighter> <backend>html5</backend> + <doctype>book</doctype> <attributes> <toc/> <linkcss>false</linkcss> - <doctype>book</doctype> </attributes> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/20413016/manual/src/main/asciidoc/index.adoc ---------------------------------------------------------------------- diff --git a/manual/src/main/asciidoc/index.adoc b/manual/src/main/asciidoc/index.adoc index 011a348..751ea42 100644 --- a/manual/src/main/asciidoc/index.adoc +++ b/manual/src/main/asciidoc/index.adoc @@ -22,10 +22,10 @@ Apache Software Foundation :toc-title: Apache Karaf Cave 3.x - Documentation :numbered: -include::overview.adoc[] - = User Guide +include::overview.adoc[] + include::user-guide/installation.adoc[] include::user-guide/cave-repository.adoc[] @@ -38,4 +38,4 @@ include::user-guide/obr-commands.adoc[] include::user-guide/http-wrapper.adoc[] -include::user-guide/administrate-cave.adoc[] \ No newline at end of file +include::user-guide/administrate-cave.adoc[] http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/20413016/manual/src/main/asciidoc/overview.adoc ---------------------------------------------------------------------- diff --git a/manual/src/main/asciidoc/overview.adoc b/manual/src/main/asciidoc/overview.adoc index 52c2f17..41c0ff1 100644 --- a/manual/src/main/asciidoc/overview.adoc +++ b/manual/src/main/asciidoc/overview.adoc @@ -12,7 +12,7 @@ // limitations under the License. // -= Overview +== Overview Apache Karaf Cave is an Apache Karaf sub-project. http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/20413016/manual/src/main/asciidoc/user-guide/user-index.adoc ---------------------------------------------------------------------- diff --git a/manual/src/main/asciidoc/user-guide/user-index.adoc b/manual/src/main/asciidoc/user-guide/user-index.adoc deleted file mode 100644 index 0f6eca7..0000000 --- a/manual/src/main/asciidoc/user-guide/user-index.adoc +++ /dev/null @@ -1,23 +0,0 @@ -Apache Karaf Cave 3.x - User Guide -=================================== -Apache Software Foundation -:doctype: book -:toc: left -:toclevels: 3 -:toc-position: left -:toc-title: Apache Karaf Cave 3.x - User Guide -:numbered: - -include::user-guide/installation.adoc[] - -include::user-guide/cave-repository.adoc[] - -include::user-guide/populate-repository.adoc[] - -include::user-guide/proxy-repository.adoc[] - -include::user-guide/obr-commands.adoc[] - -include::user-guide/http-wrapper.adoc[] - -include::user-guide/administrate-cave.adoc[] \ No newline at end of file
