refactor: déplacer fichiers go source vers pkg/ et cmd/

Déplacer public/ et templates/ vers ui/ et ui/public/

Bump projet à v3, API toujours v1
This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-27 20:25:12 -04:00
parent e46033d4a9
commit 7d4a747774
107 changed files with 68 additions and 107 deletions

View file

@ -0,0 +1,46 @@
.documentationCategorie {
font-family: "Poppins";
font-weight: 600;
/*semi-bold*/
font-size: 1.5rem;
/*24px*/
color: #fff;
/*Blanc pur*/
background-color: #394596;
/*Blanc pur*/
text-align: left;
width: 100%;
cursor: pointer;
}
.documentationDescription {
padding: 20px;
}
.documentationListe {
font-weight: 400;
/*regular*/
font-size: 1rem;
/*16px*/
background-color: #fff;
list-style: none;
padding: 0;
}
.documentationDocument {
font-weight: 400;
/*regular*/
font-size: 1rem;
/*16px*/
padding: 15px 30px;
}
.documentationDocument:hover {
background-color: rgba(255, 86, 60, 0.2);
}
.documentationLien {
height: inherit;
width: inherit;
color: #000;
}