From 15f4596f8373b1e751e386ded5dfa421fb8109e5 Mon Sep 17 00:00:00 2001 From: Mistifiou Date: Thu, 12 Jun 2025 06:56:44 +0000 Subject: [PATCH] Add specs folder with README and update docs --- docs/buffer.md | 2 ++ docs/index.md | 1 + docs/specs/README.md | 5 +++++ 3 files changed, 8 insertions(+) create mode 100644 docs/specs/README.md diff --git a/docs/buffer.md b/docs/buffer.md index 0ab400f..284c6e5 100644 --- a/docs/buffer.md +++ b/docs/buffer.md @@ -21,3 +21,5 @@ Conservez uniquement ces notes éphémères qui orientent l'étape à venir. Régulièrement, nettoyez ce fichier et soit : - Antérinez les règles dans une documentation dédiée - Supprimez la règle obsolète. + +- Ajout du dossier docs/specs pour accueillir les spécifications. diff --git a/docs/index.md b/docs/index.md index 1ea7dbd..489d1b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,6 +5,7 @@ This documentation outlines the vision for the Codex Brutal template and the rul - [Knowledge Ethics](./knowledge-ethics.md) - [VitePress](./vitepress.md) - [Roadmap](./roadmap.md) +- [Specs](./specs/README.md) For an overview of all files see [README](README.md). Feedback and improvements are encouraged so every chapter stays current. diff --git a/docs/specs/README.md b/docs/specs/README.md new file mode 100644 index 0000000..7a25e99 --- /dev/null +++ b/docs/specs/README.md @@ -0,0 +1,5 @@ +# Specifications + +This directory stores the project specifications. +Each file defines requirements or features in a concise way. +Add new specs here as the project evolves.