Skip to content

Commit e6415a1

Browse files
committed
add documentation
Signed-off-by: Toshaan Bharvani <[email protected]>
1 parent bc2c27b commit e6415a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

themes/devopsdays-theme/reference.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
&emsp;[registration_end](#registration_end)
3939
&emsp;[event_map](#event_map)
4040
&emsp;[tix](#tix)
41+
&emsp;[asset](#asset)
4142

4243
<!-- /MDTOC -->
4344

@@ -448,3 +449,16 @@ To enable the header text, add `info=show` to enable showing of the Event Info s
448449
```
449450
{{< tix city="belgium" year="antwerp-2024" info="show">}}
450451
```
452+
453+
### asset
454+
Create a links to a file or image from the DevOpsDays assset website.
455+
This shorcode requires the city name `city`, the year `year`, the name `name` being file or image and the link type, being `file` which creates a hyperlink or `image` which embeds the image on the page.
456+
457+
```
458+
{{< asset year="2025" city="chicago" name="prospectus" file="2025-chicago-devopsdays-prospectus.pdf" >}}
459+
```
460+
461+
```
462+
{{< asset year="2025" city="chicago" name="map layout" image="map.png" >}}
463+
```
464+

0 commit comments

Comments
 (0)