Manual: charon -> nixops
This commit is contained in:
parent
c4929aaf78
commit
2fe2be3bd2
@ -24,7 +24,7 @@
|
|||||||
<option>
|
<option>
|
||||||
<xsl:for-each select="attr[@name = 'name']/string">
|
<xsl:for-each select="attr[@name = 'name']/string">
|
||||||
<xsl:value-of select="@value" />
|
<xsl:value-of select="@value" />
|
||||||
<xsl:if test="position() != last()">.</xsl:if>
|
<xsl:if test="position() != last()">.</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</option>
|
</option>
|
||||||
</term>
|
</term>
|
||||||
@ -158,8 +158,8 @@
|
|||||||
<xsl:when test="$revision != 'local' and contains(@value, '/modules/')">
|
<xsl:when test="$revision != 'local' and contains(@value, '/modules/')">
|
||||||
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixos/blob/<xsl:value-of select="$revision"/>/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixos/blob/<xsl:value-of select="$revision"/>/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/></xsl:attribute>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="$revision != 'local' and contains(@value, 'charon') and contains(@value, '/nix/')">
|
<xsl:when test="$revision != 'local' and contains(@value, 'nixops') and contains(@value, '/nix/')">
|
||||||
<xsl:attribute name="xlink:href">https://github.com/NixOS/charon/blob/<xsl:value-of select="$revision"/>/nix/<xsl:value-of select="substring-after(@value, '/nix/')"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixops/blob/<xsl:value-of select="$revision"/>/nix/<xsl:value-of select="substring-after(@value, '/nix/')"/></xsl:attribute>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:attribute name="xlink:href">file://<xsl:value-of select="@value"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">file://<xsl:value-of select="@value"/></xsl:attribute>
|
||||||
@ -172,8 +172,8 @@
|
|||||||
<xsl:when test="contains(@value, '/modules/')">
|
<xsl:when test="contains(@value, '/modules/')">
|
||||||
<nixos/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/>>
|
<nixos/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/>>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="contains(@value, 'charon') and contains(@value, '/nix/')">
|
<xsl:when test="contains(@value, 'nixops') and contains(@value, '/nix/')">
|
||||||
<charon/<xsl:value-of select="substring-after(@value, '/nix/')"/>>
|
<nixops/<xsl:value-of select="substring-after(@value, '/nix/')"/>>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:value-of select="@value" />
|
<xsl:value-of select="@value" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user