Skip to content

Commit 9cf755f

Browse files
Update reference docs description
1 parent 49c038c commit 9cf755f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/themes/cloudinary/index.twig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
<div class="page-header">
1313
<h1> {{ project.config('title') }}</h1>
1414
</div>
15-
15+
<div class="description">
16+
<p>This reference provides details on all PHP SDK transformation namespaces and classes.</p>
17+
<p>For details on the PHP SDK management namespaces and classes,
18+
see the <a href="/documentation/sdks/php/">PHP SDK Management Reference.</a></p>
19+
</div>
1620
{% if classes %}
1721
<h2>Classes</h2>
1822
{{ render_classes(classes) }}

docs/themes/cloudinary/layout/layout.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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>
42+
<li><a href="/documentation/sdks/php/">PHP SDK Management Reference</a></li>
4343
<li><a href="/documentation/php2_integration" target="_blank">SDK User Guide</a></li>
4444
</ul>
4545
</div>

0 commit comments

Comments
 (0)