https://github.com/codegouvfr/codegouvfr-presentation
Présentation du site code.gouv.fr
https://github.com/codegouvfr/codegouvfr-presentation
bluehats codegouvfr
Last synced: about 2 months ago
JSON representation
Présentation du site code.gouv.fr
- Host: GitHub
- URL: https://github.com/codegouvfr/codegouvfr-presentation
- Owner: codegouvfr
- Created: 2025-02-24T15:12:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T14:18:42.000Z (about 1 year ago)
- Last Synced: 2025-04-03T15:27:59.398Z (about 1 year ago)
- Topics: bluehats, codegouvfr
- Language: TeX
- Homepage: https://code.gouv.fr/presentation/
- Size: 1.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.fr.md
- License: LICENSES/LICENSE.Etalab-2.0.txt
Awesome Lists containing this project
README
[](https://code.gouv.fr/documentation/#quels-degres-douverture-pour-les-codes-sources)
[](https://bluehats.world)
⚠️ Depuis la fermeture de l'inventaire des codes sources, disponible auparavant sur [code.gouv.fr/sources](https://code.gouv.fr/sources), cette présentation est en partie obsolète.
# Présentation
Cette présentation de code.gouv.fr est proposée par la [mission logiciels libres de la DINUM](https://code.gouv.fr) à la fois [en ligne](https://code.gouv.fr/presentation/) et [en PDF](https://code.gouv.fr/presentation/codegouvfr-presentation.pdf).
Pour tout commentaire ou suggestion, veuillez nous [contacter](https://code.gouv.fr/fr/contact/).
# Publier
Installer `pipenv` et `mkdocs`:
```
pipx install pipenv
pipx install mkdocs
```
Publier la documentation:
```
cd documentation/
make env
# Move the index.md stub
mv index.md _index.md
make mkdocs
```
Pour publier aussi en version `pdf` et `txt`:
```
make pdf
make txt
```
# Contribuer
Vos contributions sont les bienvenues ! Voir ces [instructions](https://github.com/codegouvfr/codegouvfr-presentation/blob/main/CONTRIBUTING.fr.md).
# Licence
2025 Mission logiciels libres, DINUM.
Ce dépôt est publié sous [licence Ouverte 2.0](https://raw.githubusercontent.com/codegouvfr/codegouvfr-presentation/refs/heads/main/LICENSES/LICENSE.Etalab-2.0.txt).