Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAQ to left navigation in navconfig.json and precede all Build entries with active verbs #1260

Merged
merged 1 commit into from
Apr 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions doc/src/navconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,35 +51,35 @@
}
],
"build": [{
"label": "Install",
"label": "Install Sui",
"fileName": "build/install"
},
{
"label": "Smart Contracts with Move",
"label": "Write Smart Contracts with Move",
"fileName": "build/move"
},
{
"label": "Wallet",
"label": "Create Sui Wallet",
"fileName": "build/wallet"
},
{
"label": "REST Server",
"label": "Use Sui REST Server",
"fileName": "build/rest-api"
},
{
"label": "SuiJSON",
"label": "Employ SuiJSON Format",
"fileName": "build/sui-json"
},
{
"label": "Authorities",
"label": "Understand Authorities",
"fileName": "build/authorities"
},
{
"label": "Objects",
"label": "Manage Objects",
"fileName": "build/objects"
},
{
"label": "Transactions",
"label": "Conduct Transactions",
"fileName": "build/transactions"
}
],
Expand All @@ -105,6 +105,9 @@
}
],
"contribute": [{
"label": "Frequently Asked Questions",
"fileName": "contribute/faq"
},
"label": "Logging",
"fileName": "contribute/observability"
},
Expand Down