Add warning about part 2/3 of tutorial series being outdated
authorMatthias Schmidt <gravatronics@live.com>
Tue, 20 Apr 2021 06:01:15 +0000 (08:01 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 20 Apr 2021 06:01:15 +0000 (08:01 +0200)
docs/tutorial/series/part_2.md
docs/tutorial/series/part_3.md

index 03f9a24df1e176dd1de6e0dca6a8548eca9c9073..409807776b98ad3d38195d156cca79543dc734be 100644 (file)
@@ -1,5 +1,7 @@
 # Part 2: Event Listeners and Template Listeners
 
+!!! warning "This part of the tutorial series is currently outdated while the tutorial series is updated."
+
 In the [first part](part_1.md) of this tutorial series, we have created the base structure of our people management package.
 In further parts, we will use the package of the first part as a basis to directly add new features.
 In order to explain how event listeners and template works, however, we will not directly adding a new feature to the package by altering it in this part, but we will assume that somebody else created the package and that we want to extend it the “correct” way by creating a plugin.
index 5f650a5133c805e0fa3d93b1d851cf054669af15..e444f4456c409e4cbc9718a93151be9687779865 100644 (file)
@@ -1,5 +1,7 @@
 # Tutorial Series Part 3: Person Page and Comments
 
+!!! warning "This part of the tutorial series is currently outdated while the tutorial series is updated."
+
 In this part of our tutorial series, we will add a new front end page to our package that is dedicated to each person and shows their personal details.
 To make good use of this new page and introduce a new API of WoltLab Suite, we will add the opportunity for users to comment on the person using WoltLab Suite’s reusable comment functionality.