diff --git a/.gitignore b/.gitignore index aa4ee20..570d6fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -site/data/*.json +# site/data/*.json !site/data/*.sample.json config \ No newline at end of file diff --git a/site/data/chat.json b/site/data/chat.json new file mode 100644 index 0000000..d202bae --- /dev/null +++ b/site/data/chat.json @@ -0,0 +1,26 @@ +{ + "crapauds": { + "total": 2300, + "recent": 200 + }, + "canaux": { + "total": 183, + "recent": 23, + "liste": [ + "general", + "semourais", + "cohorte-brest", + "accueil", + "right-to-repair", + "cohorte-34", + "cercle-neurodiversité", + "cercle-permaculture", + "no-gafam", + "Le LED" + ] + }, + "messages": { + "total": 23400, + "recent": 892 + } +} \ No newline at end of file