Skip to content

Commit 14f1290

Browse files
committed
feat(docs): group CLI commands into subdirectories by category
1 parent c34a4f5 commit 14f1290

73 files changed

Lines changed: 109 additions & 25 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/api-references/_meta.json

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
{
2-
"init": "init",
3-
"up": "up",
4-
"stop": "stop",
5-
"account": "account",
6-
"deploy": "deploy",
7-
"call": "call",
8-
"write": "write",
9-
"schema": "schema",
10-
"code": "code",
11-
"config": "config",
12-
"update": "update",
13-
"localnet": "localnet",
14-
"new": "new",
15-
"network": "network",
16-
"receipt": "receipt",
17-
"appeal": "appeal",
18-
"appeal-bond": "appeal-bond",
19-
"trace": "trace",
20-
"staking": "staking"
2+
"environment": "Environment",
3+
"configuration": "Configuration",
4+
"contracts": "Contracts",
5+
"transactions": "Transactions",
6+
"accounts": "Accounts",
7+
"staking": "Staking",
8+
"localnet": "Localnet"
219
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"account": "account"
3+
}

0 commit comments

Comments
 (0)