diff --git a/docs-users/articles.md b/docs-users/articles.md
index 6cfdcf68..85b78d78 100644
--- a/docs-users/articles.md
+++ b/docs-users/articles.md
@@ -1,9 +1,73 @@
# Articles
-> Since their release in 2005, Google Maps-based tools have become the de facto solutions for a variety of online cartographic projects. Their success has been accompanied by a range of critiques denouncing the individualistic market-based logic imposed by these mapping services. Alternative options to this dominant model have been released since then; uMap is one of them. uMap is a free, open-source online mapping platform that builds on OpenStreetMap to enable anyone to easily publish web maps individually or collaboratively. In this paper, we reflect on the potential and limits of uMap based on our own experiences of deploying it in six different mapping projects. Through these experiences, uMap appears particularly well-suited for collaborative mapping projects, due to its ease in connecting to remote data and its high level of interoperability with a range of other applications. On the other hand, uMap seems less relevant for crowdmapping projects, due to its lack of built-in options to manage and control public contributions. Finally, the open-source philosophy of uMap, combined with its simplicity of use and its strong collaborative capacity, make it a great option for activist mapping projects as well as for pedagogical purposes to teach a range of topics including online collaborative cartography.
+
+## [uMap 2 and beyond đ](https://www.openstreetmap.org/user/David%20Larlet/diary/403560) (2024-02-23)
+
+> A [major version](https://pypi.org/project/umap-project/2.0.0/) of uMap has been released last week.
>
-> [uMap: A Free, Open-Source Alternative to Google My Maps](https://cartographicperspectives.org/index.php/journal/article/view/1729)
+> This release is inauguring a new era in versioning uMap: in the future, weâll take care of better documenting breaking changes, so expect more major releases from now on. More details on [how we version](https://docs.umap-project.org/en/master/release/#when-to-make-a-release).
+>
+> A comprehensive changelog for that version is available in our technical documentation. Most of the changes for a major version are indeed technical, we are taking care of people deploying and maintaining instances with that approach. User-facing features are deployed continuously with our minor versions. We think that scheme is more valuable for the community.
----
+[Full article â](https://www.openstreetmap.org/user/David%20Larlet/diary/403560){ .md-button }
-[Check out our blog in English too!](https://umap-project.org/blog/){ .md-button }
+
+## [Adding collaboration on uMap, third update](https://blog.notmyidea.org/adding-collaboration-on-umap-third-update.html) (2024-02-15)
+
+> Iâve spent the last few weeks working on uMap, still with the goal of bringing real-time collaboration to the maps. Iâm not there yet, but Iâve made some progress that I will relate here.
+
+[Full article â](https://blog.notmyidea.org/adding-collaboration-on-umap-third-update.html){ .md-button }
+
+
+## [Adding Real-Time Collaboration to uMap, second week](https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html) (2023-11-21)
+
+> I continued working on uMap, an open-source map-making tool to create and share customizable maps, based on Open Street Map data.
+>
+> Here is a summary of what I did:
+>
+> * I reviewed, rebased and made some minor changes to [a pull request which makes it possible to merge geojson features together](https://github.com/umap-project/umap/pull/772) ;
+> * Iâve explored around the idea of using SQLite inside the browser, for two reasons : it could make it possible to use the [Spatialite](https://www.gaia-gis.it/fossil/libspatialite/index) extension, and it might help us to implement a CRDT with [cr-sqlite](https://github.com/vlcn-io/cr-sqlite) ;
+> * I learned a lot about the SIG field. This is a wide ecosystem with lots of moving parts, which I understand a bit better now.
+
+[Full article â](https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html){ .md-button }
+
+
+## [Adding Real-Time Collaboration to uMap, first week](https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html) (2023-11-11)
+
+> Last week, Iâve been lucky to start working on uMap, an open-source map-making tool to create and share customizable maps, based on Open Street Map data.
+>
+> My goal is to add real-time collaboration to uMap, but we first want to be sure to understand the issue correctly. There are multiple ways to solve this, so one part of the journey is to understand the problem properly (then, weâll be able to chose the right path forward).
+
+[Full article â](https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html){ .md-button }
+
+
+## [Experimental choropleth layer in uMap](https://www.openstreetmap.org/user/ybon/diary/402589) (2023-10-12)
+
+> Weâve just released the version 1.9.2 of uMap, that includes a new experimental type of layer: choropleth!
+
+[Full article â](https://www.openstreetmap.org/user/ybon/diary/402589){ .md-button }
+
+
+## [uMap: fine-grained permissions and more](https://www.openstreetmap.org/user/David%20Larlet/diary/402475) (2023-09-27)
+
+> We finally managed to tackle a very popular feature request: [datalayersâ fine-grained permissions](https://github.com/umap-project/umap/pull/1307) đ. This is a huge step forward, allowing for a given map owner to only open a particular datalayer to edition. It will help people with contributive maps who need to setup a stable/fixed base layer. It also paved the way for even more control over the objects that are allowed for addition and/or edition. Please share with us your desired workflows.
+
+[Full article â](https://www.openstreetmap.org/user/David%20Larlet/diary/402475){ .md-button }
+
+
+## [Some news about uMap!](https://www.openstreetmap.org/user/ybon/diary/402248) (2023-08-25)
+
+> Since a few month, uMap has been integrated in a French state incubator, so things are moving quite a lot!
+>
+> uMap is now ten years old, and is deployed on many instances around the world. The one I know well is hosted by OSM France, and is close to reach one million maps created and 100.000 users.
+>
+> This incubation program is ported by the French [âAccĂ©lĂ©rateur dâinitiatives citoyennesâ](https://citoyens.transformation.gouv.fr/), it includes coaches and a small budget for non tech needs (UI/UXâŠ). One goal of this program is to find financial support for uMap development and maintainance. A French administration, the [Agence pour la cohĂ©sion des territoires](https://agence-cohesion-territoires.gouv.fr/), is the first uMap financial backer since a few months. This allowed us to put up a small team to work, part time, in uMap [âŠ]
+
+[Full article â](https://www.openstreetmap.org/user/ybon/diary/402248){ .md-button }
+
+
+## [uMap: A Free, Open-Source Alternative to Google My Maps](https://cartographicperspectives.org/index.php/journal/article/view/1729) (2022-02-08)
+
+> Since their release in 2005, Google Maps-based tools have become the de facto solutions for a variety of online cartographic projects. Their success has been accompanied by a range of critiques denouncing the individualistic market-based logic imposed by these mapping services. Alternative options to this dominant model have been released since then; uMap is one of them. uMap is a free, open-source online mapping platform that builds on OpenStreetMap to enable anyone to easily publish web maps individually or collaboratively. In this paper, we reflect on the potential and limits of uMap based on our own experiences of deploying it in six different mapping projects. Through these experiences, uMap appears particularly well-suited for collaborative mapping projects, due to its ease in connecting to remote data and its high level of interoperability with a range of other applications. On the other hand, uMap seems less relevant for crowdmapping projects, due to its lack of built-in options to manage and control public contributions. Finally, the open-source philosophy of uMap, combined with its simplicity of use and its strong collaborative capacity, make it a great option for activist mapping projects as well as for pedagogical purposes to teach a range of topics including online collaborative cartography.
+
+[Full article â](https://cartographicperspectives.org/index.php/journal/article/view/1729){ .md-button }
diff --git a/docs-users/fr/articles.md b/docs-users/fr/articles.md
index ff9dd653..67116c1c 100644
--- a/docs-users/fr/articles.md
+++ b/docs-users/fr/articles.md
@@ -1,5 +1,26 @@
# Articles
-> Le numĂ©rique peut-il aider Ă franchir les murs de lâĂcole ? LâĂcole peut-elle aider Ă sâaffranchir des enfermements numĂ©riques ? Double dĂ©fi joliment relevĂ© par HervĂ© Baronnet, professeur des Ă©coles dans lâacadĂ©mie de Bordeaux, membre de la Fabrique des Communs PĂ©dagogiques. Avec le logiciel libre de cartographie numĂ©rique uMap, les Ă©lĂšves sont invitĂ©s Ă des « balades pĂ©dagogiques » : Ă explorer et Ă sâapproprier un territoire en produisant des cartes collaboratives et crĂ©atives. PrĂ©sentĂ©e Ă la JournĂ©e Du Libre Educatif le 29 mars 2024 Ă CrĂ©teil, la dĂ©marche, inspirante, « enseigne des savoirs de maniĂšre interactive, concrĂšte et mĂ©morable. » Elle forge le dĂ©sir et la capacitĂ© dâĂ©largir, de dĂ©couvrir, de conquĂ©rir son espace de vie. « En sortant de lâĂ©cole / Nous avons rencontrĂ© / Un grand chemin de fer / Qui nous a emmenĂ©s / Tout autour de la terre / Dans un wagon doré » (Jacques PrĂ©vert) âŠ.
+## [Tutoriel : cartographier votre commune, ses voies et ses adresses, avec uMap](https://adresse.data.gouv.fr/blog/utilisez-umap-pour-visualiser-vos-adresses) (2024-05-13)
+
+> Il peut parfois sâavĂ©rer utile, dans le cadre dâun travail prĂ©paratoire ou pour une prĂ©sentation, de crĂ©er une carte personnalisĂ©e de sa commune. Ă cet effet, lâANCT met Ă disposition un outil, libre et open-source, Ă destination des agents publics pour crĂ©er des cartes en ligne, uMap.
>
-> [Hervé Baronnet : Libres balades pédagogiques](https://www.cafepedagogique.net/2024/03/29/herve-baronnet-libres-balades-pedagogiques/)
+> Cet outil, par ailleurs accessible sur dâautres instances pour le grand public ([uMap OSMFr](https://umap.openstreetmap.fr/) et [FramaCarte](https://framacarte.org/)), se distingue par sa grande polyvalence et ses fonctionnalitĂ©s avancĂ©es de personnalisation. Lâinstance [uMap ANCT](https://umap.incubateur.anct.gouv.fr/) vise Ă mieux intĂ©grer cet outil avec les autres outils des agents, Ă dĂ©velopper des fonctionnalitĂ©s spĂ©cifiques et des configurations sur mesure, ainsi que faciliter un support dĂ©diĂ©.
+
+[Article complet â](https://www.cafepedagogique.net/2024/03/29/herve-baronnet-libres-balades-pedagogiques/){ .md-button }
+
+## [Hervé Baronnet : Libres balades pédagogiques](https://www.cafepedagogique.net/2024/03/29/herve-baronnet-libres-balades-pedagogiques/) (2024-03-29)
+
+> Le numĂ©rique peut-il aider Ă franchir les murs de lâĂcole ? LâĂcole peut-elle aider Ă sâaffranchir des enfermements numĂ©riques ? Double dĂ©fi joliment relevĂ© par HervĂ© Baronnet, professeur des Ă©coles dans lâacadĂ©mie de Bordeaux, membre de la Fabrique des Communs PĂ©dagogiques. Avec le logiciel libre de cartographie numĂ©rique uMap, les Ă©lĂšves sont invitĂ©s Ă des « balades pĂ©dagogiques » : Ă explorer et Ă sâapproprier un territoire en produisant des cartes collaboratives et crĂ©atives. PrĂ©sentĂ©e Ă la JournĂ©e Du Libre Educatif le 29 mars 2024 Ă CrĂ©teil, la dĂ©marche, inspirante, « enseigne des savoirs de maniĂšre interactive, concrĂšte et mĂ©morable. » Elle forge le dĂ©sir et la capacitĂ© dâĂ©largir, de dĂ©couvrir, de conquĂ©rir son espace de vie. « En sortant de lâĂ©cole / Nous avons rencontrĂ© / Un grand chemin de fer / Qui nous a emmenĂ©s / Tout autour de la terre / Dans un wagon doré » (Jacques PrĂ©vert) âŠ.
+
+[Article complet â](https://www.cafepedagogique.net/2024/03/29/herve-baronnet-libres-balades-pedagogiques/){ .md-button }
+
+## [Blogueur Food & Voyage : ajouter des cartes interactives Ă vos articles](https://blog.jawg.io/ajouter-des-cartes-interactives-a-vos-articles-de-blog/) (2023-03-21)
+
+> Qui a dĂ©jĂ consultĂ© un blog pour des conseils de voyage ou des idĂ©es de restaurants Ă tester ? ⊠Everybody ? Câest bien ce qui me semblait đ
+>
+> Et qui parmi vous, a dĂ» copier-coller le nom de ces lieux suggĂ©rĂ©s dans un moteur de recherche pour avoir une idĂ©e plus prĂ©cise dâoĂč ils se situaient ? Bon⊠je me sens moins seule !
+>
+> Je vous donne un exemple, vous cherchez un cafĂ© sympa sur Paris et vous tombez sur lâarticle « Les 10 cafĂ©s les plus cosy de Paris. » Super, il nây a plus quâĂ les trouver. Sauf que, vous jetez un coup dâĆil Ă lâadresse⊠euh le 9e, câest quels stations de mĂ©tro ça ? đ€đ
+
+[Article complet â](https://blog.jawg.io/ajouter-des-cartes-interactives-a-vos-articles-de-blog/){ .md-button }
+
diff --git a/docs-users/fr/index.md b/docs-users/fr/index.md
index 1af27e20..10c0a5d4 100644
--- a/docs-users/fr/index.md
+++ b/docs-users/fr/index.md
@@ -2,7 +2,7 @@
uMap vous offre la possibilité de concevoir rapidement des cartes personnalisées avec des fonds OpenStreetMap (OSM) et de les intégrer facilement à votre site.
-- đș Regarder les [vidĂ©os](videos.md).
+- đș Regarder les [vidĂ©os](videos.md) et les [articles](articles.md).
- đ€ Consulter les tutoriels selon votre niveau.
- đ€ Explorer les [les questions/rĂ©ponses de la FAQ](support/faq.md).
- đ€ Parcourir [la liste des erreurs possibles](support/errors.md).
diff --git a/docs-users/index.md b/docs-users/index.md
index f418c959..f8d5d059 100644
--- a/docs-users/index.md
+++ b/docs-users/index.md
@@ -2,11 +2,11 @@
uMap lets you create maps with OpenStreetMap layers in a minute, and embed them in your site.
-- đș Check out [videos](videos.md).
+- đ€ Check out [videos](videos.md) and [articles](articles.md).
- đ€ Explore [questions/answers from FAQ](support/faq.md).
- đ€ Browse [potential errors and their details](support/errors.md).
-!!! info "User docs"
+!!! info "Are you a developer?"
This documentation is intended for users.