From: Matthias Schmidt Date: Tue, 20 Apr 2021 06:01:15 +0000 (+0200) Subject: Add warning about part 2/3 of tutorial series being outdated X-Git-Tag: 5.6.final~268^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5fa880b6fdabda81bf595f65f32b9a02ed6ac432;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Add warning about part 2/3 of tutorial series being outdated --- diff --git a/docs/tutorial/series/part_2.md b/docs/tutorial/series/part_2.md index 03f9a24d..40980777 100644 --- a/docs/tutorial/series/part_2.md +++ b/docs/tutorial/series/part_2.md @@ -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. diff --git a/docs/tutorial/series/part_3.md b/docs/tutorial/series/part_3.md index 5f650a51..e444f445 100644 --- a/docs/tutorial/series/part_3.md +++ b/docs/tutorial/series/part_3.md @@ -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.