Skip to content

Commit 3dee10a

Browse files
committed
Add 'All Documentation' entry to Documentation menu
1 parent 9536f03 commit 3dee10a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

layouts/partials/navbar.html.twig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@
3838
<a class="dropdown-item" href="{{ anchor_base_url }}#features">Features</a>
3939
<a class="dropdown-item" href="{{ anchor_base_url }}#examples">Examples</a>
4040
<div class="dropdown-divider"></div>
41+
<a class="dropdown-item" href="{{ site.urls.docs }}>All Documentation</a>
42+
<div class="dropdown-divider"></div>
4143
<a class="dropdown-item" href="{{ site.urls.docs }}/libimobiledevice/latest">libimobiledevice <span class="badge badge-info">API</span></a>
4244
<a class="dropdown-item" href="{{ site.urls.docs }}/libplist/latest">libplist <span class="badge badge-info">API</span></a>
43-
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libideviceactivation <span class="badge badge-muted">API</span></a>
45+
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libimobiledevice-glue <span class="badge badge-muted">API</span></a>
4446
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libusbmuxd <span class="badge badge-muted">API</span></a>
4547
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libirecovery <span class="badge badge-muted">API</span></a>
48+
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libtatsu <span class="badge badge-muted">API</span></a>
49+
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libideviceactivation <span class="badge badge-muted">API</span></a>
4650
</div>
4751
</li>
4852
{% if false and (site.menus.resources is defined) and (site.menus.resources | length) %}

0 commit comments

Comments
 (0)