From 1b952a433f548b6d5ed934d0c3380dfcaee875ad Mon Sep 17 00:00:00 2001 From: medusa Date: Fri, 29 Mar 2024 05:15:44 +0000 Subject: [PATCH] Update docs/tech_docs/eleventy_structure.md --- docs/tech_docs/eleventy_structure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tech_docs/eleventy_structure.md b/docs/tech_docs/eleventy_structure.md index 059bee4..9a3ae03 100644 --- a/docs/tech_docs/eleventy_structure.md +++ b/docs/tech_docs/eleventy_structure.md @@ -1,3 +1,4 @@ +```markdown my-eleventy-project/ │ ├── _includes/ @@ -24,3 +25,4 @@ my-eleventy-project/ │ ├── .eleventy.js └── package.json +``` \ No newline at end of file