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

Test img into doc

parent cb9f6dc9
No related branches found
No related tags found
No related merge requests found
Pipeline #1584 passed
...@@ -20,8 +20,50 @@ seo: ...@@ -20,8 +20,50 @@ seo:
This Documentation will guide you to setting up this template. This Documentation will guide you to setting up this template.
## Create Menu Item ## Create Menu Item into Doc
![Screen capture of the left nav menu](img.png) ![Screen capture of the left nav menu](img.png)
- Create a folder into `content/docs/`
- Create as many subfolder into `content/docs/NewMenuItem/` as you need
- Every subfoler must contain an `index.md` and a `content.md`
### Index.md
```
title: "My Title"
description: "This an optional description of the content"
summary: "This is optionnal"
date: date of today at format YYYY-MM-DDTHH:MM:SS+GMT
lastmod: date of modification at format YYYY-MM-DDTHH:MM:SS+GMT
draft: false
menu:
docs:
parent: ""
identifier: "reference-22e9ba8aefa7ef9891199cf8db3a08cd"
weight: 700 (Represent the order where your item will be on the menu)
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
```
![img_1.png](img_1.png) ![img_1.png](img_1.png)
<img src="img_1.png" alt='toto' width="200px">
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
"noscript", "noscript",
"p", "p",
"path", "path",
"pre",
"script", "script",
"section", "section",
"small", "small",
...@@ -241,12 +242,15 @@ ...@@ -241,12 +242,15 @@
"TableOfContents", "TableOfContents",
"buttonColorMode", "buttonColorMode",
"create-menu-item", "create-menu-item",
"create-menu-item-into-doc",
"doks-docs-nav", "doks-docs-nav",
"first", "first",
"first-step", "first-step",
"further-reading", "further-reading",
"h-rh-i-0", "h-rh-i-0",
"h-rh-i-1", "h-rh-i-1",
"indexmd",
"noindex-false--false-default-or-true",
"offcanvasNavMain", "offcanvasNavMain",
"offcanvasNavMainLabel", "offcanvasNavMainLabel",
"offcanvasNavSection", "offcanvasNavSection",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment