Files
archicratie-edition/src/pages/commencer/index.astro
Archicratia 32554f5998
All checks were successful
CI / build-and-anchors (pull_request) Successful in 39s
SMOKE / smoke (push) Successful in 6s
CI / build-and-anchors (push) Successful in 41s
refactor(editorial): recentrer le site sur le noyau archicratique
2026-03-10 20:36:33 +01:00

18 lines
449 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
import EditionLayout from "../../layouts/EditionLayout.astro";
import DocumentDePresentation from "../../content/commencer/document-de-presentation.mdx";
---
<EditionLayout
title="Document de présentation"
editionLabel="Document dentrée"
editionKey="commencer"
statusLabel="Présentation"
statusKey="presentation"
level={1}
version="0.1.0"
>
<h1>Document de présentation</h1>
<DocumentDePresentation />
</EditionLayout>