diff xslt/body.xslt @ 2028:5c55b7054b58

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 26 Aug 2017 00:56:05 +0300
parents 51a1feb17053
children 113a4c7cfeb0
line wrap: on
line diff
--- a/xslt/body.xslt
+++ b/xslt/body.xslt
@@ -80,6 +80,13 @@
                         <a href="#{@name}"> <xsl:value-of select="@name"/> </a><br/>
                     </xsl:for-each>
                 </xsl:if>
+                <xsl:if test="@id = 'endpoints'">
+                    <xsl:for-each select="para/list/tag-name[@name]">
+                        <xsl:text>&#160;&#160;&#160;&#160;&#160;</xsl:text>
+                        <a href="#{@id}"> <xsl:value-of select="@name"/> </a><br/>
+                    </xsl:for-each>
+                </xsl:if>
+
             </xsl:for-each>
             </td></tr></table>
         </xsl:if>