first version

This commit is contained in:
Aurélie Delhaie
2023-05-07 22:34:30 +02:00
commit 784679592d
13 changed files with 394 additions and 0 deletions

13
content.base.json Normal file
View File

@@ -0,0 +1,13 @@
{
"categories": [
{
"title": "Cat 1",
"links": [
{
"title": "Link 1",
"url": "https://google.fr/"
}
]
}
]
}