File tree Expand file tree Collapse file tree 5 files changed +13
-23
lines changed Expand file tree Collapse file tree 5 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 1
1
2
2
{{ define "main" }}
3
3
< div class ="row flex-xl-nowrap ">
4
- < nav class ="sidenav overflow-auto col-md-3 d-none d-xl-block d-print-none align-top ">
5
- {{ partial "sidebar.html" . }}
6
- </ nav >
7
-
4
+
8
5
{{ .Content }}
9
6
10
7
<!-- If there is a script defined in the page metadata, load it -->
14
11
{{end }}
15
12
16
13
{{ end }}
17
-
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
{{ partial "homepage.html" . }}
3
- {{end}}
3
+ {{end}}
Original file line number Diff line number Diff line change 1
1
{{/* This shortcode **requires** that the document uses the _default/catalogs.html layout */}}
2
- < main class ="content col-xl-6 d-block align-top " role ="main ">
2
+ < main class ="content col-xl-6 d-block align-top catalog " role ="main ">
3
3
< h1 > NGINX Management Suite Dimensions Catalog</ h1 >
4
4
< p > Information about all of the Dimensions collected by NGINX Agent</ p >
5
5
6
6
{{ range .Site.Data.nms.catalogs.dimensions }}
7
7
< a name ="{{.name}} "> </ a >
8
- < h2 > {{.name}}< a class ="headerlink float-right " href ="#{{.name}} " title ="{{.name}} "> < i class ="fas fa-link fa-xs "
9
- aria-hidden ="true "> </ i > </ a > </ h2 >
10
- < table >
8
+ < h2 > {{.name}}< a class ="headerlink float-right " href ="#{{.name}} " title ="{{.name}} "> </ a > </ h2 >
9
+ < table class ="catalog__table ">
11
10
< tbody >
12
11
< tr >
13
12
< td style ="width: 200px; padding-bottom:5px "> description</ td >
@@ -19,6 +18,5 @@ <h2>{{.name}}<a class="headerlink float-right" href="#{{.name}}" title="{{.name}
19
18
</ tr >
20
19
</ tbody >
21
20
</ table >
22
- < hr >
23
21
{{ end }}
24
22
</ main >
Original file line number Diff line number Diff line change 1
1
{{/* This shortcode **requires** that the document uses the _default/catalogs.html layout */}}
2
- < main class ="content col-xl-6 d-block align-top " role ="main ">
2
+ < main class ="content col-xl-6 d-block align-top catalog " role ="main ">
3
3
< h1 > NGINX Management Suite Events Catalog</ h1 >
4
4
< p > Information about all of the Events collected by NGINX Agent</ p >
5
5
6
6
{{ range .Site.Data.nms.catalogs.events }}
7
7
< a name ="{{.name}} "> </ a >
8
8
< h2 id ={{.name}} > {{.name}}
9
- < a class ="headerlink float-right " href ="#{{.name}} " title ="{{.name}} "> < i class ="fas fa-link fa-xs "
10
- aria-hidden ="true "> </ i > </ a >
9
+ < a class ="headerlink float-right " href ="#{{.name}} " title ="{{.name}} "> </ a >
11
10
</ h2 >
12
- < table >
11
+ < table class =" catalog__table " >
13
12
< tbody >
14
13
< tr >
15
14
< td style ="width: 200px; padding-bottom:5px "> description</ td >
@@ -55,6 +54,5 @@ <h2 id={{.name}}>{{.name}}
55
54
</ tr >
56
55
</ tbody >
57
56
</ table >
58
- < hr >
59
57
{{ end }}
60
- </ main >
58
+ </ main >
Original file line number Diff line number Diff line change 1
1
{{/* This shortcode **requires** that the document uses the _default/catalogs.html layout */}}
2
- < main class ="content col-xl-6 d-block align-top " role ="main ">
2
+ < main class ="content col-xl-6 d-block align-top catalog " role ="main ">
3
3
< h1 > NGINX Management Suite Metrics Catalog</ h1 >
4
4
< p > Information about all of the Metrics collected by NGINX Agent</ p >
5
5
6
6
{{ range .Site.Data.nms.catalogs.metrics }}
7
7
< a name ="{{.name}} "> </ a >
8
8
< h2 id ={{.name}} > {{.name}}
9
- < a class ="headerlink float-right " href ="#{{.name}} " title ="{{.name}} "> < i class ="fas fa-link fa-xs "
10
- aria-hidden ="true "> </ i > </ a >
9
+ < a class ="headerlink float-right " href ="#{{.name}} " title ="{{.name}} "> </ a >
11
10
</ h2 >
12
- < table >
11
+ < table class =" catalog__table " >
13
12
< tbody >
14
13
< tr >
15
14
< td style ="width: 200px; padding-bottom:5px "> description</ td >
@@ -55,6 +54,5 @@ <h2 id={{.name}}>{{.name}}
55
54
</ tr >
56
55
</ tbody >
57
56
</ table >
58
- < hr >
59
57
{{ end }}
60
- </ main >
58
+ </ main >
You can’t perform that action at this time.
0 commit comments