diff --git a/website/docs/main/MultiPersonSearch.md b/website/docs/functions/multi-person-search.md similarity index 96% rename from website/docs/main/MultiPersonSearch.md rename to website/docs/functions/multi-person-search.md index 554053fbb0f880bd1b8a08e1b91cfe1c949b441a..2dd528a0daba9569eeedc8352768a20b2e566995 100644 --- a/website/docs/main/MultiPersonSearch.md +++ b/website/docs/functions/multi-person-search.md @@ -1,4 +1,8 @@ -## MultiPersonSearch-Klasse +--- +id: multi-person-search +title: MultiPersonSearch-Klasse +sidebar_label: MultiPersonSearch-Klasse +--- `lib/classes/MultiPersonSearch.class.php` stellt eine Klasse bereit, mit der ein Dialog zum Hinzufügen von mehreren Personen erstellt werden kann. Ist JavaScript aktiviert, wird dazu ein [Modaler Dialog](ModalerDialog#toc5) geöffnet, anderenfalls wird ein Fallback angezeigt. diff --git a/website/docs/main/Notifications.md b/website/docs/functions/notifications.md similarity index 99% rename from website/docs/main/Notifications.md rename to website/docs/functions/notifications.md index cfdecbddda22aa8530724da9ab10daf094be31b1..4c611556801fe73209b2bebe1435f818a140394b 100644 --- a/website/docs/main/Notifications.md +++ b/website/docs/functions/notifications.md @@ -1,3 +1,9 @@ +--- +id: notifications +title: Notifications +sidebar_label: Notifications +--- + ## Notifications - ein Eventsystem für Stud.IP Plugins können in Stud.IP schon eine Menge. Sie können für jede Veranstaltung als Reiter eingefügt werden, sie können sich in die Homepage eines Nutzers mogeln und dort eine eigene Rubrik darstellen, sie können die Navigation umstellen und auf diese Weise komplette Fuktionen von Stud.IP wie das Forum ersetzen. Aber manchmal braucht man auch kleine Plugins, die nicht ganze Seiten verändern, sondern nur etwas tun, wenn etwas ganz bestimmtes passiert. @@ -347,5 +353,3 @@ NotificationCenter::postNotification('ConfigValueChanged', ] ); ``` - - diff --git a/website/docs/start.md b/website/docs/start.md index 2be6f4f1d397eda523fdf1ad6704287500821a6f..f4301bcc79f3952b7592b204e3b87ccd85b30814 100644 --- a/website/docs/start.md +++ b/website/docs/start.md @@ -7,8 +7,6 @@ sidebar_label: Übersicht ## Dokumentation zu einzelnen Klassen und Funktionen -* [Modul für die globale Suche](main/GlobalSearchModule) -* [MultiPersonSearch](main/MultiPersonSearch) * [Notifications](main/Notifications) * [PageLayout](main/PageLayout) * [PDF-Export Klasse](exports/pdfs) (ab 2.1) diff --git a/website/sidebars.js b/website/sidebars.js index a1365152975e2af92184982ba0df48974eb6d219..663cec42a8c628eca026167efe954a6f4cb5cd1f 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -136,6 +136,8 @@ module.exports = { "functions/migrations", "functions/modaler-dialog", "functions/global-search-module", + "functions/multi-person-search", + "functions/notifications", ] } ],