Skip to content

Commit 2a194ce

Browse files
committed
Docs nav improvements - add link to DevCentral to sidebar and add solution docs to breadcrumbs
1 parent c410925 commit 2a194ce

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/_templates/breadcrumb.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<nav class="site-breadcrumb-nav site-nav">
2+
<ul class="site-breadcrumb-list">
3+
<li class="breadcrumb-item"><button type="button" id="sidebarCollapse" class="btn btn-info navbar-btn site-hidden"><i class="fa fa-align-justify"></i></button>&#x20 <a href="{{ theme_url_root }}">{{ theme_site_name|striptags|e }}</a> &gt; <a href="http://clouddocs.f5.com/cloud/openstack/latest/">F5 OpenStack Integrations </a> &gt; <a href="{{ pathto(master_doc) }}">{{ project|striptags|e }} </a> &gt; {{ title|striptags|e }}</li>
4+
</ul>
5+
</nav>
6+

docs/_templates/extralinks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<hr>
2+
<span class="nav-sidebartoc">
3+
<h5>View related articles on <a href="https://devcentral.f5.com/articles?tag=openstack" target="_blank">DevCentral <i class="fa fa-external-link-square"></i></a></h5>
4+
</span>

0 commit comments

Comments
 (0)