Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent eb55b80 commit 4190379
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
12 changes: 8 additions & 4 deletions config/footer-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,23 @@
"items": [
{
"label": "Quick Start",
"href": "#"
"href": "/quick-start"
},
{
"label": "Learn",
"href": "#"
"href": "/learn"
},
{
"label": "Docs",
"href": "#"
"href": "/docs"
},
{
"label": "Tools",
"href": "#"
"href": "/tools"
},
{
"label": "Resources",
"href": "/resources"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions config/navbar-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"label": "Tools",
"position": "left"
},
{
"to": "/resources",
"label": "Resources",
"position": "left"
},
{
"href": "https://aelf.com/blog",
"label": "Blog",
Expand Down

0 comments on commit 4190379

Please sign in to comment.