Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
include soroban-cli page in the tools migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Feb 22, 2024
1 parent 747aeac commit 60b235f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/reference/soroban-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
sidebar_position: 80
title: Soroban CLI
description: The tool for interacting with deployed contracts.
sidebar_custom_props:
migration:
href: https://developers.stellar.org/docs/tools/developer-tools#soroban-cli
label: Soroban CLI
---

:::danger These are not the droids you're looking for

This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/tools/developer-tools#soroban-cli) for the most up-to-date information

:::

Soroban CLI is the command line interface to Soroban. It allows you to build, deploy, and interact with smart contracts; configure identities; generate key pairs; manage networks; and more.

Install Soroban CLI as explained in [Setup](../getting-started/setup.mdx).
Expand Down
5 changes: 3 additions & 2 deletions nginx/includes/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ rewrite "^/docs/tutorials/deploy-to-futurenet$" "/docs/getting-started/deploy-to
rewrite "^/fundamentals-and-concepts/faq$" "/docs/faq" permanent;
rewrite "^/docs/examples/events$" "/docs/tutorials/events" permanent;
rewrite "^/docs/learn/rust-dialect$" "/docs/soroban-internals/rust-dialect" permanent;
rewrite "^/docs/reference/command-line$" "/docs/reference/soroban-cli" permanent;
rewrite "^/docs/advanced-tutorials/liquidity-pool-b6f$" "/docs/tutorials/liquidity-pool" permanent;
rewrite "^/reference/soroban-cli$" "/docs/reference/soroban-cli" permanent;
rewrite "^/docs(/category)?/learn$" "/docs/category/soroban-internals" permanent;
rewrite "^/docs/category/fundamentals-and-concepts$" "/docs/category/soroban-internals" permanent;
rewrite "^/docs/built-in-contracts/token$" "/docs/tokens/stellar-asset-contract" permanent;
Expand Down Expand Up @@ -47,3 +45,6 @@ rewrite "^/docs/reference/sdks/write-contracts" "https://developers.stellar.org/
rewrite "^/docs/reference/sdks/build-your-own-sdk" "https://developers.stellar.org/docs/tools/sdks/build-your-own" permanent;
rewrite "^/docs/reference/sdks.*$" "https://developers.stellar.org/docs/tools/sdks/library" permanent;
rewrite "^/docs/category/sdks$" "https://developers.stellar.org/docs/tools/sdks" permanent;
rewrite "^/reference/soroban-cli$" "https://developers.stellar.org/docs/tools/developer-tools#soroban-cli" permanent;
rewrite "^/docs/reference/command-line$" "https://developers.stellar.org/docs/tools/developer-tools#soroban-cli" permanent;
rewrite "^/docs/reference/soroban-cli$" "https://developers.stellar.org/docs/tools/developer-tools#soroban-cli" permanent;

0 comments on commit 60b235f

Please sign in to comment.