Skip to content

Commit 6eeab0c

Browse files
authored
Supprime les ressources (#675)
* delete resources components and page and remove links to them * remove title attr on markdown generated links * add hidden text for external links * update changelog
1 parent b0e4237 commit 6eeab0c

30 files changed

Lines changed: 15 additions & 1811 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Tous les changements notables de Ara sont documentés ici avec leur date, leur catégorie (nouvelle fonctionnalité, correction de bug ou autre changement) et leur pull request (PR) associée.
44

5+
## 07/03/2024
6+
7+
### Autres changements ⚙️
8+
9+
- Supprime la rubrique des ressources ([#675](https://github.com/DISIC/Ara/pull/675))
10+
511
## 22/02/2024
612

713
### Autres changements ⚙️

confiture-web-app/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ coverage
2929

3030
accessibilite.numerique.gouv.fr
3131
src/methodologies.json
32-
src/glossaire.json
3332
src/criteres.json

confiture-web-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installer les dépendances :
1717
yarn install
1818
```
1919

20-
Générer les fichiers requis du RGAA (critères et tests, glossaire et méthodologie) :
20+
Générer les fichiers requis du RGAA (critères et tests et méthodologies) :
2121

2222
```sh
2323
yarn generate:rgaa

confiture-web-app/scripts/build-rgaa-files.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,6 @@ async function generateMethodologies() {
3737
await fs.copyFile(METHODOLOGIES_SOURCE, METHODOLOGIES_DESTINATION);
3838
}
3939

40-
async function generateGlossary() {
41-
const GLOSSARY_SOURCE = path.join(
42-
__dirname,
43-
"..",
44-
"./accessibilite.numerique.gouv.fr/RGAA/glossaire.json"
45-
);
46-
47-
const GLOSSARY_DESTINATION = path.join(
48-
__dirname,
49-
"..",
50-
"./src/glossaire.json"
51-
);
52-
53-
await fs.copyFile(GLOSSARY_SOURCE, GLOSSARY_DESTINATION);
54-
}
55-
5640
async function generateCriteria() {
5741
const CRITERIA_SOURCE = path.join(
5842
__dirname,
@@ -72,6 +56,5 @@ async function generateCriteria() {
7256
(async function main() {
7357
await cloneRgaaRepository();
7458
await generateMethodologies();
75-
await generateGlossary();
7659
await generateCriteria();
7760
})();
Binary file not shown.
Binary file not shown.
-11.8 KB
Binary file not shown.
-9.91 KB
Binary file not shown.
-13.4 KB
Binary file not shown.
-11.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)