fix 404
Project: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/commit/575d6db9 Tree: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/tree/575d6db9 Diff: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/diff/575d6db9 Branch: refs/heads/master Commit: 575d6db91bf7b5e6630171e7d9c7f78bb4db680b Parents: 246ac64 Author: Ivan Junckes Filho <[email protected]> Authored: Sat Jul 8 14:51:05 2017 -0300 Committer: Ivan Junckes Filho <[email protected]> Committed: Sat Jul 8 14:51:05 2017 -0300 ---------------------------------------------------------------------- src/main/jbake/content/admin/index.adoc | 7 +++++++ src/main/jbake/content/advanced/index.adoc | 7 +++++++ src/main/jbake/content/developer/index.adoc | 7 +++++++ src/main/jbake/content/docs.adoc | 26 ++++++++++++++++++++++++ src/main/jbake/content/documentation.adoc | 26 ------------------------ src/main/jbake/templates/index.gsp | 2 +- src/main/jbake/templates/menu.gsp | 2 +- 7 files changed, 49 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/admin/index.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/admin/index.adoc b/src/main/jbake/content/admin/index.adoc new file mode 100755 index 0000000..9c10d63 --- /dev/null +++ b/src/main/jbake/content/admin/index.adoc @@ -0,0 +1,7 @@ += Administrator +:jbake-date: 2016-03-16 +:jbake-type: page +:jbake-status: published +:jbake-tomeepdf: + +Click link:../docs.html[here] to find the documentation for administrators. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/advanced/index.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/advanced/index.adoc b/src/main/jbake/content/advanced/index.adoc new file mode 100755 index 0000000..7928b61 --- /dev/null +++ b/src/main/jbake/content/advanced/index.adoc @@ -0,0 +1,7 @@ += Advanced +:jbake-date: 2016-03-16 +:jbake-type: page +:jbake-status: published +:jbake-tomeepdf: + +Click link:../docs.html[here] to find advanced documentation. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/developer/index.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/developer/index.adoc b/src/main/jbake/content/developer/index.adoc new file mode 100755 index 0000000..5d49d24 --- /dev/null +++ b/src/main/jbake/content/developer/index.adoc @@ -0,0 +1,7 @@ += Developer +:jbake-date: 2016-03-16 +:jbake-type: page +:jbake-status: published +:jbake-tomeepdf: + +Click link:../docs.html[here] to find documentation for developers. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/docs.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/docs.adoc b/src/main/jbake/content/docs.adoc new file mode 100644 index 0000000..5507038 --- /dev/null +++ b/src/main/jbake/content/docs.adoc @@ -0,0 +1,26 @@ += TomEE Documentation +:jbake-date: 2016-03-16 +:jbake-type: page +:jbake-status: published +:jbake-tomeepdf: + +=== Administration +- link:admin/configuration/index.html[Server Configuration] +- link:admin/directory-structure.html[Directory Structure] +- link:admin/cluster/index.html[Clustering and High Availability (HA)] + +=== Developers +- link:developer/ide/index.html[IDEs - Eclipse, Intellij Idea and Netbeans] +- link:developer/testing/index.html[Unit Testing - Arquillian, OpenEJB JUnit, TomEE Embedded and ApplicationComposer] +- link:developer/tools/index.html[Build Tools and Plugins] +- link:developer/migration/tomee-1-to-7.html[Migrating From TomEE 1.x to 7.x] +- link:developer/json/index.html[TomEE and Apache Johnzon - JAX-RS JSON Provider] +- link:developer/configuration/cxf.html[Apache CXF Configuration - JAX-RS (RESTful Services) and JAX-WS (Web Services)] +- link:developer/classloading/index.html[Understanding the TomEE ClassLoader] + +=== Advanced +- link:advanced/applicationcomposer/index.html[`ApplicationComposer` with JBatch] +- link:advanced/setup/index.html[How to Setup TomEE in Production] +- link:advanced/shading/index.html[Fat / Uber Jar Deployment using the Maven Shade Plugin] +- link:advanced/client/jndi.html[Java Naming and Directory Interface (JNDI)] +- link:advanced/jms/jms-configuration.html[Why is my ActiveMQ/JMS MDB not scaling as expected?] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/content/documentation.adoc ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/documentation.adoc b/src/main/jbake/content/documentation.adoc deleted file mode 100644 index 5507038..0000000 --- a/src/main/jbake/content/documentation.adoc +++ /dev/null @@ -1,26 +0,0 @@ -= TomEE Documentation -:jbake-date: 2016-03-16 -:jbake-type: page -:jbake-status: published -:jbake-tomeepdf: - -=== Administration -- link:admin/configuration/index.html[Server Configuration] -- link:admin/directory-structure.html[Directory Structure] -- link:admin/cluster/index.html[Clustering and High Availability (HA)] - -=== Developers -- link:developer/ide/index.html[IDEs - Eclipse, Intellij Idea and Netbeans] -- link:developer/testing/index.html[Unit Testing - Arquillian, OpenEJB JUnit, TomEE Embedded and ApplicationComposer] -- link:developer/tools/index.html[Build Tools and Plugins] -- link:developer/migration/tomee-1-to-7.html[Migrating From TomEE 1.x to 7.x] -- link:developer/json/index.html[TomEE and Apache Johnzon - JAX-RS JSON Provider] -- link:developer/configuration/cxf.html[Apache CXF Configuration - JAX-RS (RESTful Services) and JAX-WS (Web Services)] -- link:developer/classloading/index.html[Understanding the TomEE ClassLoader] - -=== Advanced -- link:advanced/applicationcomposer/index.html[`ApplicationComposer` with JBatch] -- link:advanced/setup/index.html[How to Setup TomEE in Production] -- link:advanced/shading/index.html[Fat / Uber Jar Deployment using the Maven Shade Plugin] -- link:advanced/client/jndi.html[Java Naming and Directory Interface (JNDI)] -- link:advanced/jms/jms-configuration.html[Why is my ActiveMQ/JMS MDB not scaling as expected?] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/templates/index.gsp ---------------------------------------------------------------------- diff --git a/src/main/jbake/templates/index.gsp b/src/main/jbake/templates/index.gsp index da8c393..5ff75be 100755 --- a/src/main/jbake/templates/index.gsp +++ b/src/main/jbake/templates/index.gsp @@ -28,7 +28,7 @@ <h5 class="white heading hide-hover">Learn more about TomEE</h5> <div class="bottom"> <h4 class="white heading small-heading no-margin regular">Documentation</h4> - <a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>/documentation.html" class="btn btn-white-fill expand">Learn more...</a> + <a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>/docs.html" class="btn btn-white-fill expand">Learn more...</a> </div> </div> </div> http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/575d6db9/src/main/jbake/templates/menu.gsp ---------------------------------------------------------------------- diff --git a/src/main/jbake/templates/menu.gsp b/src/main/jbake/templates/menu.gsp index bd61ee7..d4c46c7 100755 --- a/src/main/jbake/templates/menu.gsp +++ b/src/main/jbake/templates/menu.gsp @@ -26,7 +26,7 @@ <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right main-nav"> - <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>documentation.html">Documentation</a></li> + <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>docs.html">Documentation</a></li> <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>examples/index.html">Examples</a></li> <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>community/index.html">Community</a></li> <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>security/index.html">Security</a></li>
