From d94f6dd7cc855c1e5bcdaf9eae9fe091185a3fb0 Mon Sep 17 00:00:00 2001
From: Antoine <antoine.roy@tetras-libre.fr>
Date: Mon, 27 Nov 2023 16:07:44 +0100
Subject: [PATCH] Test img into doc

---
 content/docs/reference/example.md | 35 ++++++++++++++++++++++++++++++-
 hugo_stats.json                   |  1 +
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/content/docs/reference/example.md b/content/docs/reference/example.md
index 12646aa..83a7c19 100644
--- a/content/docs/reference/example.md
+++ b/content/docs/reference/example.md
@@ -30,6 +30,7 @@ This Documentation will guide you to setting up this template.
 
 ### Index.md
 ```
+---
 title: "My Title"
 
 description: "This an optional description of the content"
@@ -63,7 +64,39 @@ description: "" # custom description (recommended)
 canonical: "" # custom canonical URL (optional)
 
 noindex: false # false (default) or true
+---
 ```
+
+### content.md
+
+````
+---
+title: "Set up"
+description: "How to set up this Tetras Documentation Template."
+summary: ""
+date: 2023-09-07T16:13:18+02:00
+lastmod: 2023-09-07T16:13:18+02:00
+draft: false
+menu:
+docs:
+parent: ""
+identifier: "example-ee51430687e728ba6e68dea3359133ad"
+weight: 910
+toc: true
+seo:
+title: "" # custom title (optional)
+description: "" # custom description (recommended)
+canonical: "" # custom canonical URL (optional)
+noindex: false # false (default) or true
+---
+
+Your awesome content there
+
+## Important Item of your content
+### Less Important Item of your content
+
+Oh what an awesome content !
+````
 ![img_1.png](img_1.png)
 
-<img src="img_1.png" alt='toto' width="200px">
+<img src="../../../assets/images/Image%20collée.png" alt='toto' width="200px">
diff --git a/hugo_stats.json b/hugo_stats.json
index 5555a40..d9aefd1 100644
--- a/hugo_stats.json
+++ b/hugo_stats.json
@@ -241,6 +241,7 @@
     "ids": [
       "TableOfContents",
       "buttonColorMode",
+      "contentmd",
       "create-menu-item",
       "create-menu-item-into-doc",
       "doks-docs-nav",
-- 
GitLab