From 270b374a171634ee7035ef6ea31f9f4119df7e22 Mon Sep 17 00:00:00 2001 From: Sylvain Boissel Date: Mon, 5 Jan 2026 17:36:50 +0100 Subject: [PATCH] :memo:(doc) fix publiccode.yml syntax This fixes publiccode.yml according to the 0.5.0 syntax: remove or rename non-existing fields, add the missing mandatory ones, fix a few typos. --- CHANGELOG.md | 2 +- publiccode.yml | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c64acb..328f876b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to - 🐛(frontend) fix tables deletion #1752 - 🐛(frontend) fix children not display when first resize #1753 - +- 📝(doc) fix publiccode.yml syntax #1770 ## [4.2.0] - 2025-12-17 diff --git a/publiccode.yml b/publiccode.yml index 0a364ae5..34e0acec 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -1,16 +1,18 @@ -publiccodeYmlVersion: "2.4.0" +publiccodeYmlVersion: "0.5.0" name: Docs url: https://github.com/suitenumerique/docs landingURL: https://github.com/suitenumerique/docs -creationDate: 2023-12-10 logo: https://raw.githubusercontent.com/suitenumerique/docs/main/docs/assets/docs-logo.png usedBy: - - Direction interministériel du numérique (DINUM) + - Direction interministérielle du numérique (DINUM) fundedBy: - - name: Direction interministériel du numérique (DINUM) - url: https://www.numerique.gouv.fr + - name: Direction interministérielle du numérique (DINUM) + uri: https://www.numerique.gouv.fr roadmap: "https://github.com/orgs/suitenumerique/projects/2/views/1" softwareType: "standalone/other" +platforms: + - "web" +developmentStatus: "stable" description: en: shortDescription: "The open source document editor where your notes can become knowledge through live collaboration" @@ -18,10 +20,18 @@ description: shortDescription: "L'éditeur de documents open source où vos notes peuvent devenir des connaissances grâce à la collaboration en direct." legal: license: MIT +localisation: + localisationReady: true + availableLanguages: + - de + - en + - es + - fr + - nl maintenance: type: internal contacts: - name: "Virgile Deville" email: "virgile.deville@numerique.gouv.fr" - - name: "samuel.paccoud" + - name: "Samuel Paccoud" email: "samuel.paccoud@numerique.gouv.fr"