Skip to content

Commit

Permalink
feat: replace nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Oct 27, 2023
1 parent acb1b31 commit d017849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ editPage = true
[menu]
[[menu.primary]]
name = "Infra"
url = "/docs/infra/1.-node.js"
url = "/docs/infra/"
identifier = "docs"
weight = 10

[[menu.primary]]
name = "Backend"
url = "/docs/backend/1.-network"
url = "/docs/backend/"
identifier = "showcase"
weight = 20

[[menu.primary]]
name = "Frontend"
url = "/docs/frontend/1.-html,-css"
url = "/docs/frontend/"
identifier = "community"
weight = 30

Expand Down

0 comments on commit d017849

Please sign in to comment.