Skip to content

Commit 71fc686

Browse files
committed
MF: Update in theme redocly flags
1 parent dfb36d2 commit 71fc686

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

layouts/redoc/single.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</style>
6464
<!--Use wide page layout for the API reference pages-->
6565
<section class="main-layout api">
66-
<div class="sidebar-layout" data-mf="true" style="display:none;">
66+
<div class="sidebar-layout" data-mf="true">
6767
<nav id="sidebar-v2" class="sidebar">
6868
{{ partial "sidebar-v2.html" . }}
6969
</nav>
@@ -79,16 +79,17 @@
7979
>
8080
<nav
8181
id="sidebar"
82+
data-mf="false"
8283
class="sidenav overflow-auto col-md-3 d-none d-md-block d-print-none sidebar-toggle-hidden-width"
8384
style="width: 25%; border-right: 1px solid #e6e6e6"
8485
;
8586
>
8687
{{ partial "sidebar.html" . }}
8788
</nav>
88-
<section class="breadcrumb-layout" data-mf="true" style="display: none;">
89+
<section class="breadcrumb-layout" data-mf="true">
8990
{{ if not .IsHome }}
9091
{{ if not (in .Params.display_breadcrumb "false" ) }}
91-
{{ partial "breadcrumb" .}}
92+
{{ partial "breadcrumb" .}}
9293
{{ end }}
9394
{{ end }}
9495
</section>

0 commit comments

Comments
 (0)