comparison xml/en/docs/njs/index.xml @ 2541:0e6bbd8138c4

Added article about TypeScript in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 15 May 2020 16:22:43 +0100
parents 73d254c3376d
children 5b2764724e0d
comparison
equal deleted inserted replaced
2540:b686736680e3 2541:0e6bbd8138c4
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="njs scripting language" 9 <article name="njs scripting language"
10 link="/en/docs/njs/index.html" 10 link="/en/docs/njs/index.html"
11 lang="en" 11 lang="en"
12 rev="28" 12 rev="29"
13 toc="no"> 13 toc="no">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
48 <listitem> 48 <listitem>
49 <link doc="examples.xml"/> 49 <link doc="examples.xml"/>
50 </listitem> 50 </listitem>
51 51
52 <listitem> 52 <listitem>
53 <link doc="node_modules.xml"/>
54 </listitem>
55
56 <listitem>
57 <link doc="compatibility.xml"/> 53 <link doc="compatibility.xml"/>
58 </listitem> 54 </listitem>
59 55
60 <listitem> 56 <listitem>
61 <link doc="cli.xml"/> 57 <link doc="cli.xml"/>
73 </listitem> 69 </listitem>
74 70
75 <listitem> 71 <listitem>
76 <link doc="../stream/ngx_stream_js_module.xml"> 72 <link doc="../stream/ngx_stream_js_module.xml">
77 ngx_stream_js_module</link> 73 ngx_stream_js_module</link>
74 </listitem>
75
76 </list>
77 </para>
78
79 <para>
80 <list type="bullet">
81
82 <listitem>
83 <link doc="typescript.xml"/>
84 </listitem>
85
86 <listitem>
87 <link doc="node_modules.xml"/>
78 </listitem> 88 </listitem>
79 89
80 </list> 90 </list>
81 </para> 91 </para>
82 92