diff --git a/.phpdoc/template/components/sidebar.html.twig b/.phpdoc/template/components/sidebar.html.twig
deleted file mode 100644
index 7201879..0000000
--- a/.phpdoc/template/components/sidebar.html.twig
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
diff --git a/.phpdoc/template/css/custom.css.twig b/.phpdoc/template/css/custom.css.twig
index 41e4fc2..bd6e01d 100644
--- a/.phpdoc/template/css/custom.css.twig
+++ b/.phpdoc/template/css/custom.css.twig
@@ -1,8 +1,11 @@
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-documentation:before {
- content: 'D';
+aside.phpdocumentor-sidebar
+ h2.phpdocumentor-sidebar__category-header
+{
+ text-transform: capitalize;
}
-code.prettyprint {
+code.prettyprint
+{
background-color: var(--code-background-color);
border: 1px solid #f0f0f0;
border-radius: var(--border-radius-base-size);
@@ -10,3 +13,36 @@ code.prettyprint {
font-size: var(--text-sm);
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;
+}
diff --git a/doc/classes/OCC-Basics-DataStructures-StrictCollection.html b/doc/classes/OCC-Basics-DataStructures-StrictCollection.html
index bac59ef..276b8d0 100644
--- a/doc/classes/OCC-Basics-DataStructures-StrictCollection.html
+++ b/doc/classes/OCC-Basics-DataStructures-StrictCollection.html
@@ -72,7 +72,7 @@