comparison xml/en/docs/stream/ngx_stream_js_module.xml @ 1942:0227aa9b87de

Removed "experimental" info from js modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 22 Mar 2017 15:36:18 +0300
parents b93b0689f13b
children af51ec6b5489
comparison
equal deleted inserted replaced
1941:7e983e0199eb 1942:0227aa9b87de
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_js_module" 9 <module name="Module ngx_stream_js_module"
10 link="/en/docs/stream/ngx_stream_js_module.html" 10 link="/en/docs/stream/ngx_stream_js_module.html"
11 lang="en" 11 lang="en"
12 rev="6"> 12 rev="7">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_js_module</literal> module is used to implement 17 The <literal>ngx_stream_js_module</literal> module is used to implement
35 This module can also be built as 35 This module can also be built as
36 <link doc="../ngx_core_module.xml" id="load_module">dynamic</link>: 36 <link doc="../ngx_core_module.xml" id="load_module">dynamic</link>:
37 <example> 37 <example>
38 ./configure --add-dynamic_module=<value>path-to-njs</value>/nginx 38 ./configure --add-dynamic_module=<value>path-to-njs</value>/nginx
39 </example> 39 </example>
40 </para>
41
42 </section>
43
44
45 <section id="issues" name="Known Issues">
46
47 <para>
48 The module is experimental, caveat emptor applies.
49 </para> 40 </para>
50 41
51 </section> 42 </section>
52 43
53 44