File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
data/templates/woocommerce Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 28
28
</div >
29
29
<nav class =" main-navigation" >
30
30
<ul >
31
+ <li ><a href =" {{ path(' hooks/hooks.html' ) }}" >Hooks Reference</a ></li >
31
32
{% if project .settings .custom [' graphs.enabled' ] %}
32
33
<li ><a href =" {{ path(' graphs/classes.html' ) }}" >Class Diagram</a ></li >
33
34
{% endif %}
34
- <li ><a href =" {{ path(' reports/deprecated.html' ) }}" >Deprecated</a ></li >
35
- <li ><a href =" {{ path(' reports/errors.html' ) }}" >Errors</a ></li >
36
- <li ><a href =" {{ path(' reports/markers.html' ) }}" >Markers</a ></li >
37
35
<li ><a href =" https://docs.woocommerce.com/" >Documentation</a ></li >
38
36
<li ><a href =" https://woocommerce.github.io/woocommerce-rest-api-docs/" >REST API Docs</a ></li >
39
37
</ul >
Original file line number Diff line number Diff line change 27
27
</ul >
28
28
{% endfor %}
29
29
{% endif %}
30
+
31
+ <h1 class =" phpdocumentor-sidebar__category-header" >Reports</h1 >
32
+ <h2 class =" phpdocumentor-sidebar__root-package" ><a href =" {{ path(' reports/deprecated.html' ) }}" >Deprecated</a ></h2 >
33
+ <h2 class =" phpdocumentor-sidebar__root-package" ><a href =" {{ path(' reports/errors.html' ) }}" >Errors</a ></h2 >
34
+ <h2 class =" phpdocumentor-sidebar__root-package" ><a href =" {{ path(' reports/markers.html' ) }}" >Markers</a ></h2 >
30
35
</aside >
You can’t perform that action at this time.
0 commit comments