mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 15:22:53 +01:00
chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
This commit is contained in:
@@ -4,7 +4,7 @@ hide_table_of_contents: true
|
||||
title: Function node
|
||||
---
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
# Function
|
||||
|
||||
@@ -24,7 +24,7 @@ Runs the Javascript:
|
||||
The code runs from top to bottom.
|
||||
For more complex custom JavaScript with multiple executon paths and extended control you should use the <span className="ndl-node">Script</span> node.
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
The most basic way to use the node is as an expression,
|
||||
any time the inputs are changed the script is run and the outputs are updated.
|
||||
|
||||
@@ -4,7 +4,7 @@ hide_table_of_contents: true
|
||||
title: Script node
|
||||
---
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
# Script
|
||||
|
||||
@@ -78,7 +78,7 @@ Script.OnDestroy = function () {
|
||||
}
|
||||
```
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
## Inputs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user