comparison xml/en/docs/http/ngx_http_js_module.xml @ 2245:87a0e2c73a25

Refactored njs documentation.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 24 Sep 2018 19:10:29 +0300
parents 467aef18bf12
children 32ba43abf9cd
comparison
equal deleted inserted replaced
2244:467aef18bf12 2245:87a0e2c73a25
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="16"> 12 rev="17">
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
18 location and variable handlers 18 location and variable handlers
19 in <link doc="../njs/">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. 24 This module is not built by default.
25 Download and install instructions are available 25 Download and install instructions are available
26 <link doc="../njs/index.xml" id="install">here</link>. 26 <link doc="../njs/install.xml">here</link>.
27 </para> 27 </para>
28 28
29 </section> 29 </section>
30 30
31 31