-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add top level sidebar dropdown for cli commands
- Loading branch information
Showing
11 changed files
with
67 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
content/docs/stacks/clarinet/guides/cli-commands/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: CLI commands | ||
description: A comprehensive list of all Clarinet CLI commands and their usage. | ||
--- | ||
|
||
import { SecondaryCard } from '@/components/card'; | ||
|
||
<Cards> | ||
<SecondaryCard | ||
href="/stacks/clarinet/guides/cli-commands/create-a-new-project" | ||
title="Create a new project" | ||
description="Create a new Clarinet project." | ||
/> | ||
<SecondaryCard | ||
href="/stacks/clarinet/guides/cli-commands/add-a-contract" | ||
title="Add a contract" | ||
description="Add a contract to your project." | ||
/> | ||
<SecondaryCard | ||
href="/stacks/clarinet/guides/cli-commands/validate-a-contract" | ||
title="Validate a contract" | ||
description="Validate a contract in your project." | ||
/> | ||
<SecondaryCard | ||
href="/stacks/clarinet/guides/cli-commands/run-a-local-devnet" | ||
title="Run a local devnet" | ||
description="Run a local devnet." | ||
/> | ||
<SecondaryCard | ||
href="/stacks/clarinet/guides/cli-commands/deploy-a-contract" | ||
title="Deploy a contract" | ||
description="Deploy a contract." | ||
/> | ||
</Cards> |
10 changes: 10 additions & 0 deletions
10
content/docs/stacks/clarinet/guides/cli-commands/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": "CLI commands", | ||
"pages": [ | ||
"create-a-new-project", | ||
"add-a-contract", | ||
"validate-a-contract", | ||
"run-a-local-devnet", | ||
"deploy-a-contract" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...arinet/guides/create-deployment-plans.mdx → ...net/guides/customize-deployment-plans.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.