File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1313 [
1414 'theme ' => 'cloudinary ' ,
1515 'template_dirs ' => [$ docsDir . 'themes ' ],
16- 'title ' => 'Cloudinary PHP Transformation Builder SDK ' ,
16+ 'title ' => 'Cloudinary PHP Transformation Builder ' ,
1717 'version ' => '1.2.0 ' ,
1818 'build_dir ' => $ docsDir . 'build ' ,
1919 'cache_dir ' => $ docsDir . 'cache ' ,
20- 'default_opened_level ' => 1 ,
20+ 'default_opened_level ' => 2 ,
2121 'filter ' => new CloudinaryFilter (),
2222 ]
2323);
Original file line number Diff line number Diff line change 1+ {% from " macros.twig" import render_classes %}
2+
3+ {% set extension = ' class.twig' %}
4+ {% set namespace = ' Cloudinary\\Transformation\\' %}
5+ {% set subnamespaces = [] %}
6+ {% set exceptions = [] %}
7+
8+ {% extends extension %}
9+
10+ {% block page_content %}
11+
12+ <div class =" page-header" >
13+ <h1 > {{ project.config (' title' ) }}</h1 >
14+ </div >
15+
16+ {% if classes %}
17+ <h2 >Classes</h2 >
18+ {{ render_classes(classes ) }}
19+ {% endif %}
20+
21+ {% endblock %}
22+
23+ {% block body_class ' index' %}
Original file line number Diff line number Diff line change 4040 <li ><a href =" {{ path(' doc-index.html' ) }}" >Index</a ></li >
4141 <li ><a href =" {{ path(' search.html' ) }}" >Search</a ></li >
4242 <li ><a href =" /documentation/sdks/php/" >PHP SDK Reference</a ></li >
43- <li ><a href =" https://cloudinary.com /documentation/php2_integration" target =" _blank" >SDK User Guide</a ></li >
43+ <li ><a href =" /documentation/php2_integration" target =" _blank" >SDK User Guide</a ></li >
4444 </ul >
4545 </div >
4646 </div >
You can’t perform that action at this time.
0 commit comments