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/02/12 19:20:04 UTC

[plc4x] branch develop updated: - Continued cleaning up the structure of the develop section

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 dd86714  - Continued cleaning up the structure of the develop section
dd86714 is described below

commit dd86714003c7a9a5da7a4977d1ce726db39ecb5a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Feb 12 20:19:56 2020 +0100

    - Continued cleaning up the structure of the develop section
---
 .../developers/{ => infrastructure}/ci.adoc        |  0
 .../{wiki.adoc => infrastructure/index.adoc}       |  6 ++---
 .../developers/{ => infrastructure}/issues.adoc    |  0
 .../developers/{ => infrastructure}/sonar.adoc     |  0
 .../developers/{ => infrastructure}/vm.adoc        |  0
 .../developers/{ => infrastructure}/vpn.adoc       |  0
 .../developers/{ => infrastructure}/website.adoc   |  0
 .../developers/{ => infrastructure}/wiki.adoc      |  0
 src/site/site.xml                                  | 26 ++++++++++++----------
 9 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/src/site/asciidoc/developers/ci.adoc b/src/site/asciidoc/developers/infrastructure/ci.adoc
similarity index 100%
rename from src/site/asciidoc/developers/ci.adoc
rename to src/site/asciidoc/developers/infrastructure/ci.adoc
diff --git a/src/site/asciidoc/developers/wiki.adoc b/src/site/asciidoc/developers/infrastructure/index.adoc
similarity index 93%
copy from src/site/asciidoc/developers/wiki.adoc
copy to src/site/asciidoc/developers/infrastructure/index.adoc
index 3e6d859..016d248 100644
--- a/src/site/asciidoc/developers/wiki.adoc
+++ b/src/site/asciidoc/developers/infrastructure/index.adoc
@@ -14,7 +14,7 @@
 //  See the License for the specific language governing permissions and
 //  limitations under the License.
 //
+:imagesdir: ../../images/
+:icons: font
 
-== WIKI
-
-https://cwiki.apache.org/confluence/display/PLC4X
\ No newline at end of file
+== Integrations
diff --git a/src/site/asciidoc/developers/issues.adoc b/src/site/asciidoc/developers/infrastructure/issues.adoc
similarity index 100%
rename from src/site/asciidoc/developers/issues.adoc
rename to src/site/asciidoc/developers/infrastructure/issues.adoc
diff --git a/src/site/asciidoc/developers/sonar.adoc b/src/site/asciidoc/developers/infrastructure/sonar.adoc
similarity index 100%
rename from src/site/asciidoc/developers/sonar.adoc
rename to src/site/asciidoc/developers/infrastructure/sonar.adoc
diff --git a/src/site/asciidoc/developers/vm.adoc b/src/site/asciidoc/developers/infrastructure/vm.adoc
similarity index 100%
rename from src/site/asciidoc/developers/vm.adoc
rename to src/site/asciidoc/developers/infrastructure/vm.adoc
diff --git a/src/site/asciidoc/developers/vpn.adoc b/src/site/asciidoc/developers/infrastructure/vpn.adoc
similarity index 100%
rename from src/site/asciidoc/developers/vpn.adoc
rename to src/site/asciidoc/developers/infrastructure/vpn.adoc
diff --git a/src/site/asciidoc/developers/website.adoc b/src/site/asciidoc/developers/infrastructure/website.adoc
similarity index 100%
rename from src/site/asciidoc/developers/website.adoc
rename to src/site/asciidoc/developers/infrastructure/website.adoc
diff --git a/src/site/asciidoc/developers/wiki.adoc b/src/site/asciidoc/developers/infrastructure/wiki.adoc
similarity index 100%
rename from src/site/asciidoc/developers/wiki.adoc
rename to src/site/asciidoc/developers/infrastructure/wiki.adoc
diff --git a/src/site/site.xml b/src/site/site.xml
index b542feb..dd708c4 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -87,29 +87,31 @@
     </menu>
     <menu name="Developers">
       <item name="Section Home" href="developers/index.html"/>
-      <item name="Bug &amp; Issue Tracker" href="developers/issues.html"/>
-      <item name="Building PLC4X" href="developers/building.html"/>
-      <item name="Code Analysis" href="developers/sonar.html"/>
+      <item name="Preparing your Computer" href="developers/preparing.html"/>
+      <item name="Building" href="developers/building.html"/>
+      <item name="Contributing" href="developers/contributing.html"/>
       <item name="Code Generation" href="developers/code-gen/index.html">
         <item name="Protocol: MSpec Format" href="developers/code-gen/protocol/mspec.html"/>
         <item name="Language: Apache Freemarker" href="developers/code-gen/language/freemarker.html"/>
         <item name="Example: DF1 MSpec" href="developers/code-gen/protocol/df1.html"/>
       </item>
-      <item name="Continuous Integration" href="developers/ci.html"/>
-      <item name="Contributing" href="developers/contributing.html"/>
-      <item name="Decision Making" href="developers/decisions.html"/>
-      <item name="Maturity" href="developers/maturity.html"/>
-      <item name="Preparing your Computer" href="developers/preparing.html"/>
+      <item name="Infrastructure" href="developers/infrastructure/index.html">
+        <item name="Continuous Integration" href="developers/infrastructure/ci.html"/>
+        <item name="Bug &amp; Issue Tracker" href="developers/infrastructure/issues.html"/>
+        <item name="Code Analysis" href="developers/infrastructure/sonar.html"/>
+        <item name="Wiki" href="developers/infrastructure/wiki.html"/>
+        <item name="Build VM" href="developers/infrastructure/vm.html"/>
+        <item name="Website" href="developers/infrastructure/website.html"/>
+        <item name="IoT VPN" href="developers/infrastructure/vpn.html"/>
+      </item>
       <item name="Releasing" href="developers/release/index.html">
         <item name="Releasing" href="developers/release/release.html"/>
         <item name="Validating" href="developers/release/validation.html"/>
         <item name="Releasing Build-Tools" href="developers/release/build-tools.html"/>
       </item>
       <item name="Team" href="developers/team.html"/>
-      <item name="VM Access" href="developers/vm.html"/>
-      <item name="VPN Access" href="developers/vpn.html"/>
-      <item name="Website" href="developers/website.html"/>
-      <item name="Wiki" href="developers/wiki.html"/>
+      <item name="Decision Making" href="developers/decisions.html"/>
+      <item name="Maturity" href="developers/maturity.html"/>
     </menu>
     <menu name="Apache" inherit="bottom">
       <item name="Apache Software Foundation" href="https://www.apache.org/"/>