Repository: karaf-cellar Updated Branches: refs/heads/cellar-3.0.x de1f5730c -> 658a032f3
Fix maven-asciidoc-plugin configuration Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/658a032f Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/658a032f Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/658a032f Branch: refs/heads/cellar-3.0.x Commit: 658a032f391c9420e38bf965af0285752036f76c Parents: de1f573 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jan 4 12:58:35 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jan 4 12:58:35 2016 +0100 ---------------------------------------------------------------------- manual/pom.xml | 2 +- .../architecture-guide/architecture_index.adoc | 31 --------------- .../main/asciidoc/user-guide/user-index.adoc | 41 -------------------- 3 files changed, 1 insertion(+), 73 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/658a032f/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index 351457e..e2d7d3e 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-cellar/blob/658a032f/manual/src/main/asciidoc/architecture-guide/architecture_index.adoc ---------------------------------------------------------------------- diff --git a/manual/src/main/asciidoc/architecture-guide/architecture_index.adoc b/manual/src/main/asciidoc/architecture-guide/architecture_index.adoc deleted file mode 100644 index ecc70a4..0000000 --- a/manual/src/main/asciidoc/architecture-guide/architecture_index.adoc +++ /dev/null @@ -1,31 +0,0 @@ -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -Apache Karaf Cellar 3.x - Architecture Guide -============================================ -:toc: left -:toclevels: 3 -:toc-position: left -:toc-title: Apache Karaf Cellar 3.x - Architecture Guide -:numbered: - -include::architecture-guide/overview.adoc[] - -include::architecture-guide/supported_events.adoc[] - -include::architecture-guide/hazelcast.adoc[] - -include::architecture-guide/design.adoc[] - -include::architecture-guide/broadcasting_commands.adoc[] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/658a032f/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 b577260..0000000 --- a/manual/src/main/asciidoc/user-guide/user-index.adoc +++ /dev/null @@ -1,41 +0,0 @@ -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -Apache Karaf Cellar 3.x - User Guide -==================================== -:toc: left -:toclevels: 3 -:toc-position: left -:toc-title: Apache Karaf Cellar 3.x - User Guide -:numbered: - -include::user-guide/introduction.adoc[] - -include::user-guide/installation.adoc[] - -include::user-guide/deploy.adoc[] - -include::user-guide/hazelcast.adoc[] - -include::user-guide/nodes.adoc[] - -include::user-guide/groups.adoc[] - -include::user-guide/obr.adoc[] - -include::user-guide/event.adoc[] - -include::user-guide/transport.adoc[] - -include::user-guide/cloud.adoc[] \ No newline at end of file
