Skip to content

Commit

Permalink
Update and rename doc/src/wallet.md to doc/src/build/wallet.md (Myste…
Browse files Browse the repository at this point in the history
…nLabs#748)

* Update and rename doc/src/wallet.md to doc/src/build/wallet.md

And modify title for content generator

* Update wallet.md

Fixing link to:
https://github.com/MystenLabs/sui/blob/main/doc/src/learn/how-sui-works.md
  • Loading branch information
Clay-Mysten authored Mar 11, 2022
1 parent fffa850 commit 780206b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/src/wallet.md → doc/src/build/wallet.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Wallet Quick Start
---
title: Wallet Quick Start
---

Welcome to the Sui tutorial on the sample Sui wallet developed
to facilitate local experimentation with Sui features using a
Expand Down Expand Up @@ -596,11 +598,10 @@ Type: 0x2::Coin::Coin<0x2::GAS::GAS>
## Publish packages
In order for user-written code to be available in Sui, it must be
_published_ to Sui's [distributed
ledger](../../README.md#architecture). Please see the [Move developer
documentation](move.md) for a
[description](move.md#writing-a-package) on how to write a simple Move
code package, which we can publish using Sui wallet's `publish` command.
_published_ to Sui's [distributed ledger](../learn/how-sui-works.md#architecture).
Please see the [Move developer documentation](move.md) for a
description on how to [write a simple Move code package](move.md#writing-a-package),
which we can publish using Sui wallet's `publish` command.
The publish command
requires us to specify a directory where the user-defined package lives.
Expand Down

0 comments on commit 780206b

Please sign in to comment.