We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c567a commit 9315be0Copy full SHA for 9315be0
layouts/redoc/single.html
@@ -4,6 +4,7 @@
4
.nginx-docs-api-container {
5
z-index: 0 !important;
6
max-width: calc(100% + 2.4rem);
7
+ margin-top: 2rem;
8
}
9
10
@media (min-width: 768px) {
@@ -83,6 +84,13 @@
83
84
>
85
{{ partial "sidebar.html" . }}
86
</nav>
87
+ <section class="breadcrumb-layout" data-mf="true" style="display: none;">
88
+ {{ if not .IsHome }}
89
+ {{ if not (in .Params.display_breadcrumb "false" ) }}
90
+ {{ partial "breadcrumb" .}}
91
+ {{ end }}
92
93
+ </section>
94
<div class="nginx-docs-api-container">
95
<div id="api-component">{{ .Content}}</div>
96
</div>
0 commit comments