diff --git a/config/footer-links.json b/config/footer-links.json index d4e98d7d..a6176de2 100644 --- a/config/footer-links.json +++ b/config/footer-links.json @@ -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" } ] }, diff --git a/config/navbar-links.json b/config/navbar-links.json index f41f1964..5c46f1b6 100644 --- a/config/navbar-links.json +++ b/config/navbar-links.json @@ -20,6 +20,11 @@ "label": "Tools", "position": "left" }, + { + "to": "/resources", + "label": "Resources", + "position": "left" + }, { "href": "https://aelf.com/blog", "label": "Blog",