From 532d42cec505e752cdab8814b780806ae6070eca Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 27 Jun 2026 14:25:28 +0100 Subject: [PATCH] readme: add Documentation section pointing to doc/README.md index Insert a short 'Documentation' section between the GitHub Actions status badges and 'Construction et deploiement'. The new section names the doc/ directory, links to doc/README.md (the new index), and to Architecture.md (the architecture root). --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index afb4bd0e..82c2a159 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ C'est une application mettant en oeuvre une prise de contact entre un demandeur * [![Build and Push Yavsc Production Image](https://github.com/pazof/yavsc/actions/workflows/docker-publish-backend.yml/badge.svg)](https://github.com/pazof/yavsc/actions/workflows/docker-publish-backend.yml) +# Documentation + +L'architecture, la roadmap et les détails métier sont documentés +sous [`doc/`](./doc/). Voir l'[index de la documentation](./doc/README.md) +pour le sommaire complet. La racine de l'architecture est +[Architecture.md](./doc/Architecture.md). + + # Construction et déploiement ## Construction