Skip to content

Commit af8cc80

Browse files
committed
modify comment out command
1 parent 16cd819 commit af8cc80

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/developing-flows/implementation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ Another approach is to use `Link` nodes as the interface between flows on differ
2525
|**`HTTP`**|You can connect with systems other than Node-RED, such as test systems.| Processing is unnecessarily exposed to outside entities.
2626

2727
### Managing flow parameter
28-
<!--
28+
29+
{% comment %}
2930
*Global context can be used as a parameter of flow execution. However, if you use the global context in various nodes, identifying dependencies between nodes becomes a hard work, and it can lead to bugs. To minimize the dependence on the global context, it is necessary to make it easier to see where the global context is used.*
30-
-->
31+
{% endcomment %}
32+
3133
You should consider some situations that you need to change the output value according to environment variables.
3234
For example, you might want to change the OS that process application to Windows and Linux.
3335
In addition, you may be necessary to get proxy information to link it to other websites.

0 commit comments

Comments
 (0)