You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/documentation/markdown_cheat_sheet.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ faircookbook:
56
56
*`related_pages`: List here the `page_id` of {{site.title}} pages that you want to display as Related pages, grouped by section.
57
57
58
58
If you want pages from the specific section (Your tasks, Your domain, Tool assembly) to be shown here as Related pages, list their `page_id`. If you want to list multiple related pages, make sure to put them in a list like this: [page_id1, page_id2]. The specific sections allowed in each page are specified in each page template. Please, do not add extra sections in the metadata of the page.
59
+
59
60
```yml
60
61
related_pages:
61
62
- your_tasks: [page_id1, page_id2]
@@ -64,6 +65,7 @@ faircookbook:
64
65
```
65
66
66
67
* `training`: List here training material relevant for the page. We recommend to add your training material in TeSS. However, you can also list here training material that is not yet present in TeSS.
* `faircookbook`: List here all the links towards FAIR Cookbook recipes.
83
+
80
84
```yml
81
85
faircookbook:
82
86
- name: Data licenses
@@ -189,6 +193,7 @@ This image is inserted in the markdown using following snippet:
189
193
```
190
194
{% endraw %}
191
195
196
+
192
197
Make sure that you add the image to the `images` directory and give it an understanding filename. Adapt the snippet so it points towards you image (only the filename is needed). In the case of the example, the image exampleImage.png is loaded. Supported attributes are:
193
198
194
199
*`click`: if true, the image will be clickable -> the image will be loaded in another tab
@@ -197,6 +202,22 @@ Make sure that you add the image to the `images` directory and give it an unders
197
202
*`caption`: Text that will appear under the image
198
203
*`inline`: if true this image can be used in a list
0 commit comments