From da1dab56ca3be96b39721ac27ea3c7a63469b8a3 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Tue, 14 Jun 2022 11:07:19 -0500 Subject: [PATCH] Announce Run Full Node on Dev Portal landing page (#2293) --- doc/src/siteconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/siteconfig.json b/doc/src/siteconfig.json index 5e34ecbb2a44e..b13576ad1a022 100644 --- a/doc/src/siteconfig.json +++ b/doc/src/siteconfig.json @@ -124,6 +124,10 @@ { "name": "See what's New", "sublist": [ + { + "name": "Run Full Node", + "url": "/build/fullnode" + }, { "name": "Program Sui Objects", "url": "/build/programming-with-objects/index" @@ -131,10 +135,6 @@ { "name": "Learn Sui Tokenomics", "url": "/learn/tokenomics/index" - }, - { - "name": "Explore Sui DevNet!", - "url": "/explore/devnet" } ] },