fix examplesite shortcodes link (#768)

This commit is contained in:
nick n.
2025-09-26 23:44:44 +02:00
committed by GitHub
parent 634e29de19
commit 88a7b84c71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ enableGitInfo = true
[[menu.home]] [[menu.home]]
name = 'Shortcodes' name = 'Shortcodes'
pageRef = '/docs/shortcodes/badges/' pageRef = '/docs/shortcodes/buttons/'
weight = 20 weight = 20
parent = 'Documentation' parent = 'Documentation'
+1 -1
View File
@@ -46,7 +46,7 @@ menu:
weight: 10 weight: 10
parent: "Documentation" parent: "Documentation"
- name: "Shortcodes" - name: "Shortcodes"
pageRef: "/docs/shortcodes/badges/" pageRef: "/docs/shortcodes/buttons/"
weight: 20 weight: 20
parent: "Documentation" parent: "Documentation"
- name: "Showcases" - name: "Showcases"