Skip to content

Commit db305cd

Browse files
committed
chore: change package name in left side bar
1 parent 914e135 commit db305cd

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

ouds_core/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ It is intended to replace internal frameworks and the previous [ODS](https://git
7373
<td style="padding:10px;">Divider</td>
7474
<td>1.0.0</td>
7575
</tr>
76-
<tr>
77-
<td style="padding:10px;">Form Input</td>
78-
<td>1.3.0</td>
79-
</tr>
8076
<tr>
8177
<td style="padding:10px;">Link</td>
8278
<td>2.2.0</td>
@@ -97,6 +93,10 @@ It is intended to replace internal frameworks and the previous [ODS](https://git
9793
<td style="padding:10px;">Tag</td>
9894
<td>1.4.0</td>
9995
</tr>
96+
<tr>
97+
<td style="padding:10px;">Text Input</td>
98+
<td>1.3.0</td>
99+
</tr>
100100
</tbody>
101101
</table>
102102

ouds_core/assets/doc/orange_theme.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
126126
font-size: 20px;
127127
margin-right: 5px;
128128
}
129+
.section-subtitle {
130+
margin-bottom: 5px;
131+
}
129132

130133
/* Sidebar links styling */
131134
.sidebar-offcanvas-left a {
@@ -165,6 +168,7 @@
165168
display: none !important;
166169
}
167170

171+
168172
/* Main content padding reset */
169173
.main-content {
170174
padding: 0 !important;
@@ -305,6 +309,12 @@
305309
}
306310
}
307311

312+
.package-name {
313+
color: var(--color-key-orange);
314+
font-size: var(--font-size-heading-medium;
315+
margin-bottom: 20px;
316+
}
317+
308318
</style>
309319
<script>
310320
document.addEventListener("DOMContentLoaded", () => {
@@ -478,6 +488,9 @@
478488
element.style.display = 'none';
479489
}
480490
});
491+
//selecte element package name
492+
const element = document.querySelector('.package-name');
493+
element.textContent = 'Core';
481494

482495
</script>
483496
</footer>

0 commit comments

Comments
 (0)