Update menus.md

This commit is contained in:
Bjørn Erik Pedersen 2021-07-20 11:23:47 +02:00 committed by GitHub
parent 3694ecafcb
commit 7d149dd1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,8 @@ Heres an example snippet pulled from a configuration file:
post = "<span class='alert'>New!</span>" post = "<span class='alert'>New!</span>"
weight = -100 weight = -100
url = "/getting-started/" url = "/getting-started/"
[menu.main.params]
custom_param1 = "value"
{{< /code-toggle >}} {{< /code-toggle >}}
{{% note %}} {{% note %}}