Skip to content
Snippets Groups Projects
Commit d94f6dd7 authored by Antoine Roy's avatar Antoine Roy
Browse files

Test img into doc

parent d7bfaac7
No related branches found
No related tags found
No related merge requests found
Pipeline #1585 passed
...@@ -30,6 +30,7 @@ This Documentation will guide you to setting up this template. ...@@ -30,6 +30,7 @@ This Documentation will guide you to setting up this template.
### Index.md ### Index.md
``` ```
---
title: "My Title" title: "My Title"
description: "This an optional description of the content" description: "This an optional description of the content"
...@@ -63,7 +64,39 @@ description: "" # custom description (recommended) ...@@ -63,7 +64,39 @@ description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional) canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true 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_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">
...@@ -241,6 +241,7 @@ ...@@ -241,6 +241,7 @@
"ids": [ "ids": [
"TableOfContents", "TableOfContents",
"buttonColorMode", "buttonColorMode",
"contentmd",
"create-menu-item", "create-menu-item",
"create-menu-item-into-doc", "create-menu-item-into-doc",
"doks-docs-nav", "doks-docs-nav",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment