2
0

📝 Introduce auto generate API doc

This commit is contained in:
Baptiste Arnaud
2022-11-22 17:30:20 +01:00
parent 04af489119
commit 11695efb57
60 changed files with 1480 additions and 914 deletions

View File

@@ -76,3 +76,37 @@ details {
transform: rotate(90deg);
}
}
.theme-api-markdown > table {
font-size: 90%;
}
.theme-api-markdown table table {
width: calc(100% - 16px) !important;
margin-left: 16px;
}
.theme-api-markdown table table {
border-left: 3px solid var(--ifm-table-stripe-background);
}
.theme-api-markdown table table tr:first-child {
border-top: 0;
}
.theme-api-markdown table thead tr {
border-bottom-width: 3px;
border-top: 0;
}
.theme-api-markdown table tr {
background-color: transparent;
}
.theme-api-markdown table th {
border: 0;
}
.theme-api-markdown table td {
border: 0;
}