Improve styling of documentation
This commit is contained in:
parent
d3586552df
commit
e002a2e954
|
@ -1,31 +0,0 @@
|
||||||
<input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
|
|
||||||
<label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
|
|
||||||
Menu
|
|
||||||
</label>
|
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
|
||||||
{% for version in project.versions %}
|
|
||||||
{% for toc in version.tableOfContents %}
|
|
||||||
<section class="phpdocumentor-sidebar__category">
|
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">{{ toc.name|title }}</h2>
|
|
||||||
{% for root in toc.roots %}
|
|
||||||
{{ toc(root, 'components/menu.html.twig', 1) }}
|
|
||||||
{% endfor %}
|
|
||||||
</section>
|
|
||||||
{% endfor %}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
<section class="phpdocumentor-sidebar__category">
|
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
|
|
||||||
{% if project.settings.custom['graphs.enabled'] %}
|
|
||||||
<h3 class="phpdocumentor-sidebar__root-package"><a href="graphs/classes.html">Class Diagram</a></h3>
|
|
||||||
{% endif %}
|
|
||||||
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
|
|
||||||
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
|
|
||||||
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="phpdocumentor-sidebar__category">
|
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
|
|
||||||
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
|
|
||||||
</section>
|
|
||||||
</aside>
|
|
|
@ -1,8 +1,11 @@
|
||||||
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-documentation:before {
|
aside.phpdocumentor-sidebar
|
||||||
content: 'D';
|
h2.phpdocumentor-sidebar__category-header
|
||||||
|
{
|
||||||
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
code.prettyprint {
|
code.prettyprint
|
||||||
|
{
|
||||||
background-color: var(--code-background-color);
|
background-color: var(--code-background-color);
|
||||||
border: 1px solid #f0f0f0;
|
border: 1px solid #f0f0f0;
|
||||||
border-radius: var(--border-radius-base-size);
|
border-radius: var(--border-radius-base-size);
|
||||||
|
@ -10,3 +13,36 @@ code.prettyprint {
|
||||||
font-size: var(--text-sm);
|
font-size: var(--text-sm);
|
||||||
padding: var(--spacing-xxxs);
|
padding: var(--spacing-xxxs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl.phpdocumentor-table-of-contents
|
||||||
|
dt.phpdocumentor-table-of-contents__entry.-documentation:before
|
||||||
|
{
|
||||||
|
content: 'D';
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
div.phpdocumentor-element__package
|
||||||
|
{
|
||||||
|
order: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
span.phpdocumentor-element__extends,
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
span.phpdocumentor-element__implements
|
||||||
|
{
|
||||||
|
font-size: calc(var(--text-xxs) / 1.2 / 1.2);
|
||||||
|
order: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
span:first-letter
|
||||||
|
{
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -269,11 +269,14 @@
|
||||||
.phpdocumentor-tag-link {
|
.phpdocumentor-tag-link {
|
||||||
margin-right: var(--spacing-sm);
|
margin-right: var(--spacing-sm);
|
||||||
}
|
}
|
||||||
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-documentation:before {
|
aside.phpdocumentor-sidebar
|
||||||
content: 'D';
|
h2.phpdocumentor-sidebar__category-header
|
||||||
|
{
|
||||||
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
code.prettyprint {
|
code.prettyprint
|
||||||
|
{
|
||||||
background-color: var(--code-background-color);
|
background-color: var(--code-background-color);
|
||||||
border: 1px solid #f0f0f0;
|
border: 1px solid #f0f0f0;
|
||||||
border-radius: var(--border-radius-base-size);
|
border-radius: var(--border-radius-base-size);
|
||||||
|
@ -281,3 +284,36 @@ code.prettyprint {
|
||||||
font-size: var(--text-sm);
|
font-size: var(--text-sm);
|
||||||
padding: var(--spacing-xxxs);
|
padding: var(--spacing-xxxs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl.phpdocumentor-table-of-contents
|
||||||
|
dt.phpdocumentor-table-of-contents__entry.-documentation:before
|
||||||
|
{
|
||||||
|
content: 'D';
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
div.phpdocumentor-element__package
|
||||||
|
{
|
||||||
|
order: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
span.phpdocumentor-element__extends,
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
span.phpdocumentor-element__implements
|
||||||
|
{
|
||||||
|
font-size: calc(var(--text-xxs) / 1.2 / 1.2);
|
||||||
|
order: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.phpdocumentor-content__title
|
||||||
|
span:first-letter
|
||||||
|
{
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
</label>
|
</label>
|
||||||
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
|
||||||
<section class="phpdocumentor-sidebar__category">
|
<section class="phpdocumentor-sidebar__category">
|
||||||
<h2 class="phpdocumentor-sidebar__category-header">Documentation</h2>
|
<h2 class="phpdocumentor-sidebar__category-header">documentation</h2>
|
||||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||||
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
<a href="guides/installation/index.html#installation" class="">Installation</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
Loading…
Reference in New Issue