You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/01/21 08:19:16 UTC

[plc4x] branch develop updated: - moved the plc4j pages from the plc4j module into the parent - removed the "modules" section from the website

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new a2e5921  - moved the plc4j pages from the plc4j module into the parent - removed the "modules" section from the website
a2e5921 is described below

commit a2e59216bedbe253e5b5c91eddfe4994aa1ff926
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Jan 21 09:19:09 2020 +0100

    - moved the plc4j pages from the plc4j module into the parent
    - removed the "modules" section from the website
---
 {plc4j/src/site/asciidoc => src/site/asciidoc/plc4j}/index.adoc       | 4 ++--
 .../asciidoc => src/site/asciidoc/plc4j}/users/gettingstarted.adoc    | 0
 src/site/site.xml                                                     | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/plc4j/src/site/asciidoc/index.adoc b/src/site/asciidoc/plc4j/index.adoc
similarity index 97%
rename from plc4j/src/site/asciidoc/index.adoc
rename to src/site/asciidoc/plc4j/index.adoc
index a0f6f0c..3baede0 100644
--- a/plc4j/src/site/asciidoc/index.adoc
+++ b/src/site/asciidoc/plc4j/index.adoc
@@ -14,7 +14,7 @@
 //  See the License for the specific language governing permissions and
 //  limitations under the License.
 //
-:imagesdir: images/
+:imagesdir: ../images/
 
 == About PLC4J
 
@@ -95,6 +95,6 @@ It also demonstrates two ways this information can be accessed:
 
 [source,java]
 ----
-include::../../../examples/hello-world-plc4x/src/main/java/org/apache/plc4x/java/examples/helloplc4x/HelloPlc4x.java[lines=19..200]
+include::../../../plc4j/examples/hello-world-plc4x/src/main/java/org/apache/plc4x/java/examples/helloplc4x/HelloPlc4x.java[lines=19..200]
 ----
 
diff --git a/plc4j/src/site/asciidoc/users/gettingstarted.adoc b/src/site/asciidoc/plc4j/users/gettingstarted.adoc
similarity index 100%
rename from plc4j/src/site/asciidoc/users/gettingstarted.adoc
rename to src/site/asciidoc/plc4j/users/gettingstarted.adoc
diff --git a/src/site/site.xml b/src/site/site.xml
index dbf305a..3623d60 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -142,7 +142,6 @@
       <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
     </menu>
-    <menu ref="modules" inherit="bottom"/>
   </body>
 
 </project>
\ No newline at end of file