Skip to content

Commit 1ea3562

Browse files
Add documentation references
1 parent 7f972a3 commit 1ea3562

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/themes/cloudinary/layout/layout.twig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<span class="icon-bar"></span>
2828
<span class="icon-bar"></span>
2929
</button>
30-
<a class="navbar-brand" href="{{ path('index.html') }}">{{ project.config('title') }}</a>
30+
<a class="navbar-brand" href="{{ path('index.html') }}">{{ project.config('title') }} v{{ project.versions[0] }}</a>
3131
</div>
3232
<div class="collapse navbar-collapse" id="navbar-elements">
3333
<ul class="nav navbar-nav">
@@ -39,6 +39,7 @@
3939
<!--li><a href="{{ path('traits.html') }}">Traits</a></li--CLD_MOD-->
4040
<li><a href="{{ path('doc-index.html') }}">Index</a></li>
4141
<li><a href="{{ path('search.html') }}">Search</a></li>
42+
<li><a href="/documentation/sdks/php/">PHP SDK Reference</a></li>
4243
<li><a href="https://cloudinary.com/documentation/php2_integration" target="_blank">SDK User Guide</a></li>
4344
</ul>
4445
</div>
@@ -77,6 +78,7 @@
7778
{% block footer %}
7879
<div id="footer">
7980
© <script>document.write(new Date().getFullYear())</script> Cloudinary. All rights reserved.<br>
80-
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
81+
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.<br>
82+
{{ project.config('title') }} version {{ project.versions[0] }}
8183
</div>
8284
{% endblock %}

0 commit comments

Comments
 (0)