diff xml/en/docs/http/ngx_http_js_module.xml @ 2142:ca7568f67dee

Sorted directives alphabetically.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Apr 2018 18:39:34 +0300
parents 6c7841469ec5
children 6df1a86a60b8
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_js_module.xml	Tue Apr 10 17:16:38 2018 +0300
+++ b/xml/en/docs/http/ngx_http_js_module.xml	Tue Apr 10 18:39:34 2018 +0300
@@ -119,18 +119,6 @@
 
 <section id="directives" name="Directives">
 
-<directive name="js_include">
-<syntax><value>file</value></syntax>
-<default/>
-<context>http</context>
-
-<para>
-Specifies a file that implements location and variable handlers in njs.
-</para>
-
-</directive>
-
-
 <directive name="js_content">
 <syntax><value>function</value></syntax>
 <default/>
@@ -144,6 +132,18 @@
 </directive>
 
 
+<directive name="js_include">
+<syntax><value>file</value></syntax>
+<default/>
+<context>http</context>
+
+<para>
+Specifies a file that implements location and variable handlers in njs.
+</para>
+
+</directive>
+
+
 <directive name="js_set">
 <syntax>
 <value>$variable</value> <value>function</value></syntax>