Skip to content

Commit

Permalink
docs(cli): outline for the cli in new docs (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored Nov 3, 2023
1 parent 161c1a8 commit 120863e
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next-docs/pages/cli/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ export default {
deploy: "mud deploy",
"dev-contracts": "mud dev-contracts",
trace: "mud trace",
"abi-ts": "mud abi-ts",
faucet: "mud faucet",
"gas-report": "mud gas-report",
"set-version": "mud set-version",
};
1 change: 1 addition & 0 deletions next-docs/pages/cli/abi-ts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud abi-ts
1 change: 1 addition & 0 deletions next-docs/pages/cli/deploy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud deploy
1 change: 1 addition & 0 deletions next-docs/pages/cli/dev-contracts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud dev-contracts
1 change: 1 addition & 0 deletions next-docs/pages/cli/faucet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud faucet
1 change: 1 addition & 0 deletions next-docs/pages/cli/gas-report.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud gas-report
1 change: 1 addition & 0 deletions next-docs/pages/cli/set-version.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud set-version
1 change: 1 addition & 0 deletions next-docs/pages/cli/tablegen.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud tablegen
1 change: 1 addition & 0 deletions next-docs/pages/cli/test.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud test
1 change: 1 addition & 0 deletions next-docs/pages/cli/trace.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud trace
1 change: 1 addition & 0 deletions next-docs/pages/cli/worldgen.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mud worldgen

0 comments on commit 120863e

Please sign in to comment.