Closed danmacpherson closed 1 month ago
This is an automated message:
You can preview this docs PR at http://463.docs-pr.validatedpatterns.io Note that they get generated every five minutes, so please wait a bit.
/lgtm
/lgtm
Thanks @danmacpherson for looking into this!
@day0hero found out how to add menu items without needing to hardcode it into the templates:
https://gohugo.io/content-management/menus/
Basically there are two ways to add menu items:
menus
param in the front matter of a top-level page, and then it automatically adds the item to the menuFor external links, you need to do method 2.
Luckily, you can mix both methods 1 and 2 together, so we can keep our existing structure, and just define an additional menu item. Have added the workshop after the Learn item. Down the track, we might look at migrating the content from the workshop site to the vp site. But for the moment, this should be a good temp solution.
I'll close #459 in favor of this PR, but give me a lgtm if everything looks good on your end.