Repository: karaf-cellar Updated Branches: refs/heads/master 2bc858bfb -> d58dd5899
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/d58dd589 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/d58dd589 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/d58dd589 Branch: refs/heads/master Commit: d58dd589928b03d775567d5b2edafc6d2d80f3aa Parents: 2bc858b Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jan 4 12:53:35 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jan 4 12:53:35 2016 +0100 ---------------------------------------------------------------------- manual/pom.xml | 2 +- .../architecture-guide/architecture-index.adoc | 45 -------------------- .../main/asciidoc/user-guide/user-index.adoc | 45 -------------------- 3 files changed, 1 insertion(+), 91 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/d58dd589/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index 3c53e50..fe19082 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/d58dd589/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 3ad7e35..0000000 --- a/manual/src/main/asciidoc/architecture-guide/architecture-index.adoc +++ /dev/null @@ -1,45 +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. -// - -// -// 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 4.x - Architecture Guide -============================================ -:toc: left -:toclevels: 3 -:toc-position: left -:toc-title: Apache Karaf Cellar 4.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/d58dd589/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 25808d1..0000000 --- a/manual/src/main/asciidoc/user-guide/user-index.adoc +++ /dev/null @@ -1,45 +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 4.x - User Guide -===================================== -:toc: left -:toclevels: 3 -:toc-position: left -:toc-title: Apache Karaf Cellar 4.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/http-balancer[] - -include::user-guide/http-session[] - -include::user-guide/transport[] - -include::user-guide/cloud[] \ No newline at end of file
