Skip to content

Commit

Permalink
Shorten page nav titles, create Reference section, move CLI Client ba…
Browse files Browse the repository at this point in the history
…ck to Build (MystenLabs#4274)

* Shorten all page nav titles under How Sui Works to be nouns

* Update navconfig.json

* Update navconfig.json

* Remove extra comma
  • Loading branch information
Clay-Mysten authored Aug 24, 2022
1 parent 50ebc51 commit 3b0431b
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions doc/src/navconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,23 @@
"fileName": "learn/sui-compared"
},
{
"label": "Manage Objects",
"label": "Objects",
"fileName": "build/objects"
},
{
"label": "Conduct Transactions",
"label": "Transactions",
"fileName": "build/transactions"
},
{
"label": "Create Single-Writer Apps",
"label": "Single-Writer Apps",
"fileName": "learn/single-writer-apps"
},
{
"label": "Understand Validators",
"label": "Validators",
"fileName": "learn/architecture/validators"
},
{
"label": "Employ Consensus Engine",
"label": "Consensus Engine",
"fileName": "learn/architecture/consensus"
}
]
Expand Down Expand Up @@ -116,6 +116,10 @@
"label": "Connect to Sui Devnet",
"fileName": "build/devnet"
},
{
"label": "Optional - Run Locally with CLI",
"fileName": "contribute/cli-client"
},
{
"label": "Create Smart Contracts with Move",
"fileName": "build/move/index",
Expand Down Expand Up @@ -172,24 +176,15 @@
"title": "Talk with Sui",
"items": [
{
"label": "Use Sui RPC Server",
"label": "Connect with Sui RPC Server",
"fileName": "build/json-rpc"
},
{
"label": "Employ SuiJSON Format",
"fileName": "build/sui-json"
},
{
"label": "See JSON-RPC API Reference",
"link": "https://docs.sui.io/sui-jsonrpc",
"external": true
},
{
"label": "Make calls with Rust SDK",
"label": "Use Rust SDK",
"fileName": "build/rust-sdk"
},
{
"label": "Write TypeScript/JavaScript",
"label": "Use TypeScript/JavaScript SDK",
"link": "https://github.com/MystenLabs/sui/tree/main/sdk/typescript",
"external": true
},
Expand All @@ -202,6 +197,21 @@
"fileName": "build/pubsub"
}
]
},
{
"label": "Reference",
"title": "Reference",
"items": [
{
"label": "JSON-RPC API Reference",
"fileName": "https://docs.sui.io/sui-jsonrpc",
"external": true
},
{
"label": "SuiJSON Format",
"fileName": "build/sui-json"
}
]
}
],
"explore": [
Expand Down Expand Up @@ -235,10 +245,6 @@
"label": "Frequently Asked Questions",
"fileName": "contribute/faq"
},
{
"label": "Sui CLI and Local Network",
"fileName": "contribute/cli-client"
},
{
"label": "Logging",
"fileName": "contribute/observability"
Expand Down

0 comments on commit 3b0431b

Please sign in to comment.