Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix broken link to the documentation for menu properties on Hugo site. #1033

Merged
merged 3 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exampleSite/content/docs/configuration/menu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This article will briefly introduce how to use the menus.
| `params.icon` | String | The icon HTML.
| `params.description` | String | The description for top app bar's dropdown menus only.

See also [Menu Entry Properties](https://gohugo.io/variables/menus/).
See also [Menu Entry Properties](https://gohugo.io/content-management/menus/#properties-front-matter).

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ authors = ["RazonYang"]
| `params` | Object | 菜单参数。
| `params.divider` | Boolean | `true` 表示分隔符。

请参阅 [Menu Entry Properties](https://gohugo.io/variables/menus/)。
请参阅 [Menu Entry Properties](https://gohugo.io/content-management/menus/#properties-front-matter)。

## 用法

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ authors = ["RazonYang"]
| `params` | Object | 菜單參數。
| `params.divider` | Boolean | `true` 表示分隔符。

請參閱 [Menu Entry Properties](https://gohugo.io/variables/menus/)。
請參閱 [Menu Entry Properties](https://gohugo.io/content-management/menus/#properties-front-matter)。

## 用法

Expand Down
Loading