This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
docs/config/templates/api Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{% block content %}
4
4
5
+ < a href ='https://github.com/{$ git.info.owner $}/{$ git.info.repo $}/tree/{$ git.version.isSnapshot and 'master ' or git.version.raw $}/{$ doc.fileInfo.projectRelativePath $}#L{$ doc.startingLine $}' class='view-source pull-right btn btn-primary '>
6
+ < i class ="glyphicon glyphicon-zoom-in "> </ i > View Source
7
+ </ a >
8
+
5
9
{% block header %}
6
10
< header class ="api-profile-header ">
7
11
< h1 class ="api-profile-header-heading "> {$ doc.name $}</ h1 >
8
12
< ol class ="api-profile-header-structure naked-list step-list ">
9
13
{% block related_components %}{% endblock %}
10
14
< li >
11
- - {$ doc.docType $} in module {$ doc.moduleDoc.id | link( doc.moduleDoc.name, doc.moduleDoc) $}
15
+ - {$ doc.docType $} in module < a href =" {$ doc.moduleDoc.path $} " > {$ doc.moduleDoc.name $} </ a >
12
16
</ li >
13
17
</ ol >
14
18
</ header >
@@ -24,7 +28,7 @@ <h1 class="api-profile-header-heading">{$ doc.name $}</h1>
24
28
< h2 id ="known-issues "> Known Issues</ h2 >
25
29
{% for issue in doc.knownIssues -%}
26
30
< div class ="known-issue ">
27
- {$ issue | marked $} {% if not loop.last %} < hr > {% endif %}
31
+ {$ issue | marked $}
28
32
</ div >
29
33
{% endfor -%}
30
34
{% endif %}
@@ -59,4 +63,4 @@ <h2 id="example">Example</h2>
59
63
{% endblock %}
60
64
</ div >
61
65
62
- {% endblock %}
66
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments