Skip to content

Commit a21a321

Browse files
committed
Format reference page
1 parent c570199 commit a21a321

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

  • plugin/src/main/resources/io/jenkins/plugins/casc/ConfigurationAsCode
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<?jelly escape-by-default='true'?>
2-
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:st="jelly:stapler">
3-
<l:layout type="one-column" title="${%Reference}" permissions="${app.MANAGE_AND_SYSTEM_READ}">
4-
<l:breadcrumb title="${%Reference}" />
5-
<l:main-panel>
6-
<link href='${rootURL}/plugin/configuration-as-code/css/reference.css' rel='stylesheet'/>
7-
<l:app-bar title="${%Reference}" />
8-
9-
<div class='sect3'>
10-
<j:set var="casc" value="${it}"/>
11-
<j:forEach items="${it.configurators}" var="c">
12-
<st:include page="documentation.jelly" it="${c}" optional="true"/>
13-
</j:forEach>
14-
</div>
15-
</l:main-panel>
16-
</l:layout>
2+
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:st="jelly:stapler">
3+
<l:layout type="one-column" title="${%Reference}" permissions="${app.MANAGE_AND_SYSTEM_READ}">
4+
<l:breadcrumb title="${%Reference}"/>
5+
<l:main-panel>
6+
<link href='${rootURL}/plugin/configuration-as-code/css/reference.css' rel='stylesheet'/>
7+
<l:app-bar title="${%Reference}"/>
8+
<div class='sect3'>
9+
<j:set var="casc" value="${it}"/>
10+
<j:forEach items="${it.configurators}" var="c">
11+
<st:include page="documentation.jelly" it="${c}" optional="true"/>
12+
</j:forEach>
13+
</div>
14+
</l:main-panel>
15+
</l:layout>
1716

1817
</j:jelly>

0 commit comments

Comments
 (0)