comparison xml/en/docs/http/ngx_http_js_module.xml @ 2533:617bc29bd759

Removed phrase "This module is not built by default" from js modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 22 Apr 2020 16:54:18 +0100
parents 407c5bd5bffc
children 33468af2eaf7
comparison
equal deleted inserted replaced
2532:423d813dc8bb 2533:617bc29bd759
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="20"> 12 rev="21">
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
19 in <link doc="../njs/index.xml">njs</link> — 19 in <link doc="../njs/index.xml">njs</link> —
20 a subset of the JavaScript language. 20 a subset of the JavaScript language.
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 This module is not built by default.
25 Download and install instructions are available 24 Download and install instructions are available
26 <link doc="../njs/install.xml">here</link>. 25 <link doc="../njs/install.xml">here</link>.
27 </para> 26 </para>
28 27
29 </section> 28 </section>