diff xml/en/docs/http/ngx_http_js_module.xml @ 2188:523dc4cc8745

Updated installation procedure in njs modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 Jun 2018 20:43:33 +0300
parents ed905ab118c7
children dfc49994218c
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_js_module.xml
+++ b/xml/en/docs/http/ngx_http_js_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_js_module"
         link="/en/docs/http/ngx_http_js_module.html"
         lang="en"
-        rev="12">
+        rev="13">
 
 <section id="summary">
 
@@ -21,23 +21,9 @@ a subset of the JavaScript language.
 </para>
 
 <para>
-This module is not built by default, it should be compiled with
-the njs module using the
-<literal>--add-module</literal> configuration parameter:
-<example>
-./configure --add-module=<value>path-to-njs</value>/nginx
-</example>
-The <link url="http://hg.nginx.org/njs">repository</link>
-with the njs module can be cloned with the following command
-(requires <link url="https://www.mercurial-scm.org">Mercurial</link> client):
-<example>
-hg clone http://hg.nginx.org/njs
-</example>
-This module can also be built as
-<link doc="../ngx_core_module.xml" id="load_module">dynamic</link>:
-<example>
-./configure --add-dynamic-module=<value>path-to-njs</value>/nginx
-</example>
+This module is not built by default.
+Download and install instructions are available
+<link doc="../njs_about.xml" id="install">here</link>.
 </para>
 
 </section>