doc : Architecute

This commit is contained in:
Paul Schneider 2026-06-12 12:34:02 +01:00
commit bba719c8c1
745 changed files with 224 additions and 97283 deletions

View file

@ -198,3 +198,20 @@ body {
{
padding: .5em;
}
.badge-libre {
background-color: #2ecc71;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.85em;
font-weight: bold;
}
.badge-non-libre {
background-color: #e67e22;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.85em;
}