Mark JavaScript helper functions and data structures as deprecated
authorMatthias Schmidt <gravatronics@live.com>
Mon, 10 May 2021 06:36:44 +0000 (08:36 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 10 May 2021 06:36:44 +0000 (08:36 +0200)
Close #96

docs/javascript/helper-functions.md
docs/javascript/new-api_data-structures.md

index 1890308c38166d9c824a8893812b7886e44d2750..5c981ee04b6aca0d2688fa6fe449637612337282 100644 (file)
@@ -1,5 +1,7 @@
 # JavaScript Helper Functions
 
+!!! danger "These helper functions are deprecated since version 5.4. Refer to our [migration guide](../migration/wsc53/javascript.md#replacements-for-deprecated-components) on how to replace them."
+
 ## Introduction
 
 Since version 3.0, WoltLab Suite ships with a set of global helper functions that are
index 384cdafe8c579e16e70aea435bd46958000f855f..b6cc8fff99ac81209d5ebea082742c1e5c0b5d2a 100644 (file)
@@ -1,5 +1,7 @@
 # Data Structures - JavaScript API
 
+!!! danger "These data structures are deprecated since version 5.4. Refer to our [migration guide](../migration/wsc53/javascript.md#replacements-for-deprecated-components) on how to replace them."
+
 ## Introduction
 
 JavaScript offers only limited types of collections to hold and iterate over