comparison xml/en/docs/http/ngx_http_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 621daf1b77d0
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_http_js_module" 9 <module name="Module ngx_http_js_module"
10 link="/en/docs/http/ngx_http_js_module.html" 10 link="/en/docs/http/ngx_http_js_module.html"
11 lang="en" 11 lang="en"
12 rev="5"> 12 rev="6">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_js_module</literal> module is used to implement 17 The <literal>ngx_http_js_module</literal> module is used to implement
36 This module can also be built as 36 This module can also be built as
37 <link doc="../ngx_core_module.xml" id="load_module">dynamic</link>: 37 <link doc="../ngx_core_module.xml" id="load_module">dynamic</link>:
38 <example> 38 <example>
39 ./configure --add-dynamic_module=<value>path-to-njs</value>/nginx 39 ./configure --add-dynamic_module=<value>path-to-njs</value>/nginx
40 </example> 40 </example>
41 </para>
42
43 </section>
44
45
46 <section id="issues" name="Known Issues">
47
48 <para>
49 The module is experimental, caveat emptor applies.
50 </para> 41 </para>
51 42
52 </section> 43 </section>
53 44
54 45