refactor(editorial): recentrer le site sur le noyau archicratique
This commit is contained in:
18
src/pages/commencer/index.astro
Normal file
18
src/pages/commencer/index.astro
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user