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/training.git
The following commit(s) were added to refs/heads/develop by this push:
new 4974ecf chore: Moved the Mentors presentation as well as the root
directory of all apache presentations to match the project structure a bit
better and cleaned up the links in the site navigation to reflect the changes.
4974ecf is described below
commit 4974ecf0178ac92c311c0c02239720a5d54ec953
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Sep 1 08:52:57 2025 +0200
chore: Moved the Mentors presentation as well as the root directory of all
apache presentations to match the project structure a bit better and cleaned up
the links in the site navigation to reflect the changes.
---
.../Mentors/.mvn/wrapper/maven-wrapper.properties | 0
content/{ => Apache}/Incubator/Mentors/Dockerfile | 0
content/{ => Apache}/Incubator/Mentors/README.md | 0
.../Incubator/Mentors/docker-compose.yaml | 0
.../Incubator/Mentors/install-deps-centos.sh | 0
.../Incubator/Mentors/install-deps-mac.sh | 0
content/{ => Apache}/Incubator/Mentors/mvnw | 0
content/{ => Apache}/Incubator/Mentors/mvnw.cmd | 0
content/{ => Apache}/Incubator/Mentors/pom.xml | 2 +-
.../Mentors/src/main/asciidoc/_settings.adoc | 0
.../Incubator/Mentors/src/main/asciidoc/index.adoc | 0
.../main/java/org/apache/training/StringUtils.java | 0
.../Incubator/Mentors/src/main/theme/apache.css | 0
content/Apache/Incubator/pom.xml | 1 +
content/Incubator/pom.xml | 40 -------------
content/pom.xml | 1 -
site/pom.xml | 68 +++++++++++-----------
site/src/site/site.xml | 47 +++++++--------
18 files changed, 60 insertions(+), 99 deletions(-)
diff --git a/content/Incubator/Mentors/.mvn/wrapper/maven-wrapper.properties
b/content/Apache/Incubator/Mentors/.mvn/wrapper/maven-wrapper.properties
similarity index 100%
rename from content/Incubator/Mentors/.mvn/wrapper/maven-wrapper.properties
rename to content/Apache/Incubator/Mentors/.mvn/wrapper/maven-wrapper.properties
diff --git a/content/Incubator/Mentors/Dockerfile
b/content/Apache/Incubator/Mentors/Dockerfile
similarity index 100%
rename from content/Incubator/Mentors/Dockerfile
rename to content/Apache/Incubator/Mentors/Dockerfile
diff --git a/content/Incubator/Mentors/README.md
b/content/Apache/Incubator/Mentors/README.md
similarity index 100%
rename from content/Incubator/Mentors/README.md
rename to content/Apache/Incubator/Mentors/README.md
diff --git a/content/Incubator/Mentors/docker-compose.yaml
b/content/Apache/Incubator/Mentors/docker-compose.yaml
similarity index 100%
rename from content/Incubator/Mentors/docker-compose.yaml
rename to content/Apache/Incubator/Mentors/docker-compose.yaml
diff --git a/content/Incubator/Mentors/install-deps-centos.sh
b/content/Apache/Incubator/Mentors/install-deps-centos.sh
similarity index 100%
rename from content/Incubator/Mentors/install-deps-centos.sh
rename to content/Apache/Incubator/Mentors/install-deps-centos.sh
diff --git a/content/Incubator/Mentors/install-deps-mac.sh
b/content/Apache/Incubator/Mentors/install-deps-mac.sh
similarity index 100%
rename from content/Incubator/Mentors/install-deps-mac.sh
rename to content/Apache/Incubator/Mentors/install-deps-mac.sh
diff --git a/content/Incubator/Mentors/mvnw
b/content/Apache/Incubator/Mentors/mvnw
similarity index 100%
rename from content/Incubator/Mentors/mvnw
rename to content/Apache/Incubator/Mentors/mvnw
diff --git a/content/Incubator/Mentors/mvnw.cmd
b/content/Apache/Incubator/Mentors/mvnw.cmd
similarity index 100%
rename from content/Incubator/Mentors/mvnw.cmd
rename to content/Apache/Incubator/Mentors/mvnw.cmd
diff --git a/content/Incubator/Mentors/pom.xml
b/content/Apache/Incubator/Mentors/pom.xml
similarity index 96%
rename from content/Incubator/Mentors/pom.xml
rename to content/Apache/Incubator/Mentors/pom.xml
index da03e2c..95fe25a 100644
--- a/content/Incubator/Mentors/pom.xml
+++ b/content/Apache/Incubator/Mentors/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
<version>1.3.0</version>
- <relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
+
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>incubator-mentors</artifactId>
diff --git a/content/Incubator/Mentors/src/main/asciidoc/_settings.adoc
b/content/Apache/Incubator/Mentors/src/main/asciidoc/_settings.adoc
similarity index 100%
rename from content/Incubator/Mentors/src/main/asciidoc/_settings.adoc
rename to content/Apache/Incubator/Mentors/src/main/asciidoc/_settings.adoc
diff --git a/content/Incubator/Mentors/src/main/asciidoc/index.adoc
b/content/Apache/Incubator/Mentors/src/main/asciidoc/index.adoc
similarity index 100%
rename from content/Incubator/Mentors/src/main/asciidoc/index.adoc
rename to content/Apache/Incubator/Mentors/src/main/asciidoc/index.adoc
diff --git
a/content/Incubator/Mentors/src/main/java/org/apache/training/StringUtils.java
b/content/Apache/Incubator/Mentors/src/main/java/org/apache/training/StringUtils.java
similarity index 100%
rename from
content/Incubator/Mentors/src/main/java/org/apache/training/StringUtils.java
rename to
content/Apache/Incubator/Mentors/src/main/java/org/apache/training/StringUtils.java
diff --git a/content/Incubator/Mentors/src/main/theme/apache.css
b/content/Apache/Incubator/Mentors/src/main/theme/apache.css
similarity index 100%
rename from content/Incubator/Mentors/src/main/theme/apache.css
rename to content/Apache/Incubator/Mentors/src/main/theme/apache.css
diff --git a/content/Apache/Incubator/pom.xml b/content/Apache/Incubator/pom.xml
index 80b4af2..a63eb9a 100644
--- a/content/Apache/Incubator/pom.xml
+++ b/content/Apache/Incubator/pom.xml
@@ -35,6 +35,7 @@
<modules>
<module>IncubatorReleases</module>
+ <module>Mentors</module>
<module>NavigatingASFIncubation</module>
<module>ReleaseChecklist</module>
</modules>
diff --git a/content/Incubator/pom.xml b/content/Incubator/pom.xml
deleted file mode 100644
index 99a483d..0000000
--- a/content/Incubator/pom.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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
-
- https://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.
-
--->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache.training.content</groupId>
- <artifactId>training-content</artifactId>
- <version>0.4.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>training-content-incubator</artifactId>
- <packaging>pom</packaging>
-
- <name>Training: Content: Incubator</name>
-
- <modules>
- <module>Mentors</module>
- </modules>
-
-</project>
diff --git a/content/pom.xml b/content/pom.xml
index cec1f2d..c2f9342 100644
--- a/content/pom.xml
+++ b/content/pom.xml
@@ -37,7 +37,6 @@
<modules>
<module>Apache</module>
<module>Conferences</module>
- <module>Incubator</module>
<module>IoT</module>
</modules>
diff --git a/site/pom.xml b/site/pom.xml
index f9e068a..dddb704 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -237,140 +237,147 @@
<artifactId>training-content-apache-airflow</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/airflow</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/airflow</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-comdev-apache-intro</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/comdev/apache-intro</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/comdev/apache-intro</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-comdev-comdev-intro</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/comdev/comdev-intro</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/comdev/comdev-intro</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-comdev-working-groups</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/comdev/working-groups</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/comdev/working-groups</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-druid</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/druid</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/druid</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-flink</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/flink</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/flink</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-hadoop</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/hadoop</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/hadoop</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-hive</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/hive</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/hive</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-ignite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/ignite</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/ignite</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-incubator-incubator-releases</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/incubator/incubator-releases</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/incubator/incubator-releases</outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.apache.training.content</groupId>
+ <artifactId>incubator-mentors</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/incubator/mentors</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-incubator-navigating-asf-incubation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/incubator/navigating-asf-incubation</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/incubator/navigating-asf-incubation</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-incubator-incubator-release-checklist</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/incubator/release-checklist</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/incubator/release-checklist</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-mynewt</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/mynewt</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/mynewt</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-plc4x-revolutionizing-iiot-with-plc4x</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/plc4x/revolutionizing-iiot-with-plc4x</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/plc4x/revolutionizing-iiot-with-plc4x</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-pulsar</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/pulsar</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/pulsar</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-samza</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/samza</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/samza</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-spark-basics</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/spark/basics</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/spark/basics</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-training-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/training/demo</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/training/demo</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-training-presentation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/training/presentation</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/training/presentation</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-zookeeper</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/zookeeper</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/zookeeper</outputDirectory>
</artifactItem>
<!--artifactItem>
<groupId>org.apache.training.content.microcourses</groupId>
@@ -379,19 +386,12 @@
<type>war</type>
<outputDirectory>${project.build.directory}/site/microcourses/apacheway</outputDirectory>
</artifactItem-->
- <artifactItem>
- <groupId>org.apache.training.content</groupId>
- <artifactId>incubator-mentors</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <type>war</type>
-
<outputDirectory>${project.build.directory}/site/incubator/mentors</outputDirectory>
- </artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>
<artifactId>magic-industrial-data-acquisition-with-apache-plc4x-tsfile-and-iotdb</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/iot/magic-industrial-data-acquisition-with-apache-plc4x-tsfile-and-iotdb</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/iot/magic-industrial-data-acquisition-with-apache-plc4x-tsfile-and-iotdb</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
@@ -630,6 +630,12 @@
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.training.content</groupId>
+ <artifactId>incubator-mentors</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
<dependency>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache-incubator-navigating-asf-incubation</artifactId>
@@ -696,12 +702,6 @@
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency-->
- <dependency>
- <groupId>org.apache.training.content</groupId>
- <artifactId>incubator-mentors</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <type>war</type>
- </dependency>
<dependency>
<groupId>org.apache.training.content</groupId>
<artifactId>magic-industrial-data-acquisition-with-apache-plc4x-tsfile-and-iotdb</artifactId>
diff --git a/site/src/site/site.xml b/site/src/site/site.xml
index 8bac76d..c70c0d9 100644
--- a/site/src/site/site.xml
+++ b/site/src/site/site.xml
@@ -100,41 +100,42 @@
<!-- Published presentations -->
<menu name="Presentations">
- <item name="Apache Airflow" href="presentations/airflow/index.html"
target="_blank"/>
+ <item name="Apache Airflow"
href="presentations/apache/airflow/index.html" target="_blank"/>
<item name="Apache ComDev">
- <item name="The ASF"
href="presentations/comdev/apache-intro/index.html" target="_blank"/>
- <item name="Intro" href="presentations/comdev/comdev-intro/index.html"
target="_blank"/>
- <item name="Working Groups"
href="presentations/comdev/working-groups/index.html" target="_blank"/>
+ <item name="The ASF"
href="presentations/apache/comdev/apache-intro/index.html" target="_blank"/>
+ <item name="Intro"
href="presentations/apache/comdev/comdev-intro/index.html" target="_blank"/>
+ <item name="Working Groups"
href="presentations/apache/comdev/working-groups/index.html" target="_blank"/>
</item>
- <item name="Apache Druid" href="presentations/druid/index.html"
target="_blank"/>
- <item name="Apache Flink" href="presentations/flink/index.html"
target="_blank"/>
- <item name="Apache Hadoop" href="presentations/hadoop/index.html"
target="_blank"/>
- <item name="Apache Hive" href="presentations/hive/index.html"
target="_blank"/>
- <item name="Apache Ignite" href="presentations/ignite/index.html"
target="_blank"/>
+ <item name="Apache Druid" href="presentations/apache/druid/index.html"
target="_blank"/>
+ <item name="Apache Flink" href="presentations/apache/flink/index.html"
target="_blank"/>
+ <item name="Apache Hadoop" href="presentations/apache/hadoop/index.html"
target="_blank"/>
+ <item name="Apache Hive" href="presentations/apache/hive/index.html"
target="_blank"/>
+ <item name="Apache Ignite" href="presentations/apache/ignite/index.html"
target="_blank"/>
<item name="Apache Incubator">
- <item name="Incubator Releases"
href="presentations/incubator/incubator-releases/index.html" target="_blank"/>
- <item name="Navigating ASF Incubator"
href="presentations/incubator/navigating-asf-incubation/index.html"
target="_blank"/>
- <item name="Release Checklist"
href="presentations/incubator/release-checklist/index.html" target="_blank"/>
- <item name="Mentors Onboarding"
href="presentations/incubator/mentors/index.html" target="_blank"/>
+ <item name="Incubator Releases"
href="presentations/apache/incubator/incubator-releases/index.html"
target="_blank"/>
+ <item name="Mentors Onboarding"
href="presentations/apache/incubator/mentors/index.html" target="_blank"/>
+ <item name="Navigating ASF Incubator"
href="presentations/apache/incubator/navigating-asf-incubation/index.html"
target="_blank"/>
+ <item name="Release Checklist"
href="presentations/apache/incubator/release-checklist/index.html"
target="_blank"/>
</item>
- <item name="Apache MyNewt" href="presentations/mynewt/index_en.html"
target="_blank"/>
+ <item name="Apache MyNewt"
href="presentations/apache/mynewt/index_en.html" target="_blank"/>
<item name="Apache PLC4X">
- <item name="Revolutionizing IIoT with Apache PLC4X"
href="presentations/plc4x/revolutionizing-iiot-with-plc4x/index.html"
target="_blank"/>
+ <item name="Revolutionizing IIoT with Apache PLC4X"
href="presentations/apache/plc4x/revolutionizing-iiot-with-plc4x/index.html"
target="_blank"/>
</item>
- <item name="Apache Pulsar" href="presentations/pulsar/index.html"
target="_blank"/>
- <item name="Apache Samza" href="presentations/samza/index.html"
target="_blank"/>
+ <item name="Apache Pulsar" href="presentations/apache/pulsar/index.html"
target="_blank"/>
+ <item name="Apache Samza" href="presentations/apache/samza/index.html"
target="_blank"/>
<item name="Apache Spark">
- <item name="Basics" href="presentations/spark/basics/index.html"
target="_blank"/>
+ <item name="Basics"
href="presentations/apache/spark/basics/index.html" target="_blank"/>
</item>
<item name="Apache Training">
<!--item name="Demo" href="presentations/training/demo/index.html"
target="_blank"/-->
- <item name="Presentation"
href="presentations/training/presentation/index_en.html" target="_blank"/>
+ <item name="Presentation"
href="presentations/apache/training/presentation/index_en.html"
target="_blank"/>
</item>
- <item name="Apache Zookeeper"
href="presentations/zookeeper/index_en.html" target="_blank"/>
+ <item name="Apache Zookeeper"
href="presentations/apache/zookeeper/index_en.html" target="_blank"/>
<item name="IoT">
- <item name="Magic Industrial Data Acquisition"
href="iot/magic-industrial-data-acquisition-with-apache-plc4x-tsfile-and-iotdb/index.html"
target="_blank"/>
- <item name="Apache MyNewt" href="presentations/mynewt/index_en.html"
target="_blank"/>
- <item name="Revolutionizing IIoT with Apache PLC4X"
href="presentations/plc4x/revolutionizing-iiot-with-plc4x/index.html"
target="_blank"/>
+ <item name="Magic Industrial Data Acquisition"
href="presentations/iot/magic-industrial-data-acquisition-with-apache-plc4x-tsfile-and-iotdb/index.html"
target="_blank"/>
+ <!-- There are double-linked here -->
+ <item name="Apache MyNewt"
href="presentations/apache/mynewt/index_en.html" target="_blank"/>
+ <item name="Revolutionizing IIoT with Apache PLC4X"
href="presentations/apache/plc4x/revolutionizing-iiot-with-plc4x/index.html"
target="_blank"/>
</item>
</menu>