diff --git a/documentation/JavaScript.md b/documentation/JavaScript.md index 3b88e9053..3aabfc125 100644 --- a/documentation/JavaScript.md +++ b/documentation/JavaScript.md @@ -1,9 +1,10 @@ # JavaScript scripting API (WIP) -## Note: This documentation is still work in progress! -Todo: -- Migrate to new format from OFW (see /documentation/js/ folder) -- Add missing parameters & returns (Dialog and lower) + +> [!IMPORTANT] +> This documentation is deprecated! You should now look at type info in `applications/system/js_app/types` and examples in `applications/system/js_app/examples/apps/Scripts`. +> Human readable documentation will eventually be derived from this type information. +> For now, old documentation is still available here and in `documentation/js`, but it may be inaccurate or missing. ## Description Momentum supports JavaScript scripting using [mjs](https://github.com/cesanta/mjs).