Skip to content

Commit

Permalink
Fix secrets overview page missing from docs sidebar (#23143)
Browse files Browse the repository at this point in the history
There was a warning while building the docs: `Building sites … WARN
2023/02/25 08:56:37
"/workspace/gitea/docs/content/doc/secrets/overview.en-us.md:1:1":
duplicate menu entry with identifier "overview" in menu "sidebar"`.

### Before

![image](https://user-images.githubusercontent.com/20454870/221348741-55cef254-f2ac-4507-9a66-818b406c668f.png)

### After

![image](https://user-images.githubusercontent.com/20454870/221348757-42066303-e1b7-43fe-9c4f-e05182fbabdd.png)

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
  • Loading branch information
yardenshoham committed Feb 25, 2023
1 parent 10cdcb9 commit 8540fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/doc/packages/overview.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ menu:
parent: "packages"
name: "Overview"
weight: 1
identifier: "overview"
identifier: "packages-overview"
---

# Package Registry
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/secrets/overview.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ menu:
parent: "secrets"
name: "Overview"
weight: 1
identifier: "overview"
identifier: "secrets-overview"
---

# Secrets
Expand Down

0 comments on commit 8540fc4

Please sign in to comment.