Skip to content

Commit

Permalink
Ajoute un README pour la gestion des markdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoux committed Dec 2, 2024
1 parent 200c8a8 commit 8a8c895
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions markdown/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Markdowns to JSONs

```shell
earthly +business-parse
```

→ Va générer les fichiers JSON dans le dossier `data_layer/content/` à partir des markdowns présents dans le dossier `markdowns/`.

## Mise à jour en preprod / prod

```shell
./load_json_content.sh
```

→ Va uploader les JSON pour referentiels, preuves, personnalisations, et indicateurs

```shell
./load_json_indicateurs.sh
```

→ Va uploader uniquement le JSON pour les indicateurs

0 comments on commit 8a8c895

Please sign in to comment.