Skip to content

Commit

Permalink
Fix missing left sidebar on extension type pages
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Feb 19, 2024
1 parent e8b8faa commit 7f29e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/generator/templates.aot_renderers_for_html.dart
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ String renderExtensionType<T extends ExtensionType>(
buffer.write(' ');
buffer.writeEscaped(context0.parent!.kind.toString());
buffer.write('''</h5>
<div id="dartdoc-sidebar-left-content"></div>
</div>
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
Expand Down
1 change: 1 addition & 0 deletions lib/templates/html/extension_type.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h2>Properties</h2>
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
{{ >search_sidebar }}
<h5>{{ parent.name }} {{ parent.kind }}</h5>
<div id="dartdoc-sidebar-left-content"></div>
</div>

<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
Expand Down

0 comments on commit 7f29e50

Please sign in to comment.