18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
---
|
||
import EditionLayout from "../../layouts/EditionLayout.astro";
|
||
import DocumentDePresentation from "../../content/commencer/document-de-presentation.mdx";
|
||
---
|
||
|
||
<EditionLayout
|
||
title="Document de présentation"
|
||
editionLabel="Document d’entrée"
|
||
editionKey="commencer"
|
||
statusLabel="Présentation"
|
||
statusKey="presentation"
|
||
level={1}
|
||
version="0.1.0"
|
||
>
|
||
<h1>Document de présentation</h1>
|
||
|
||
<DocumentDePresentation />
|
||
</EditionLayout> |