2
0

⚗️ Implement chat API

This commit is contained in:
Baptiste Arnaud
2022-11-29 10:02:40 +01:00
parent 49ba434350
commit bf0d0c2475
122 changed files with 5075 additions and 292 deletions

View File

@@ -110,3 +110,22 @@ details {
.theme-api-markdown table td {
border: 0;
}
.admonition {
margin-bottom: 1rem;
}
.admonition-heading svg {
margin-right: 0.5rem;
fill: currentColor;
width: 24px;
height: 24px;
}
.admonition-heading {
text-transform: capitalize;
}
.admonition-heading h5 {
display: flex;
align-items: center;
}