From 2dcc728d83ce4913df5b7b5827200960fa2aaef4 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:08:28 -0700 Subject: [PATCH] Update index.md (#1545) Removing tutorial series until ready --- doc/src/build/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/src/build/index.md b/doc/src/build/index.md index d236a5a08917c..c6ae48c9762d8 100644 --- a/doc/src/build/index.md +++ b/doc/src/build/index.md @@ -17,7 +17,6 @@ Here is our recommended workflow to interact with Sui: 1. [Create](../build/wallet.md#genesis) and [Start](../build/wallet.md#starting-the-network) a *local Sui network*. 1. [Start](../build/rest-api.md#start-local-rest-server) a *local REST Gateway server*. 1. [Connect](../build/wallet.md#rest-gateway) to the Sui network Gateway service with the *Sui Wallet*. -1. [Take](../build/programming-with-objects/index.md) the *Programming with Objects* codelab. 1. Build dApps: 1. [Use](../build/rest-api.md) *Sui REST Server and REST API* to interact with a local Sui network. 1. [Employ](../build/sui-json.md) *SuiJSON format* to align JSON inputs more closely with Move call arguments.