Skip to content

Commit

Permalink
feat: developer resources and navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent 8ae7e9a commit 1224158
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/footer-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"title": "Developer Resources",
"items": [
{
"label": "Docs",
"label": "Quick Start",
"href": "#"
},
{
"label": "Tools",
"label": "Learn",
"href": "#"
},
{
"label": "Examples & Tutorials",
"label": "Docs",
"href": "#"
},
{
"label": "Github",
"label": "Tools",
"href": "#"
}
]
Expand Down
20 changes: 20 additions & 0 deletions config/navbar-links.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
{
"links": [
{
"to": "#",
"label": "Quick Start",
"position": "left"
},
{
"to": "#",
"label": "Learn",
"position": "left"
},
{
"to": "#",
"label": "Docs",
"position": "left"
},
{
"to": "#",
"label": "Tools",
"position": "left"
},
{
"href": "https://github.com/AElfProject/AElf",
"label": "GitHub",
Expand Down

0 comments on commit 1224158

Please sign in to comment.