Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions docs/tools/cli/cookbook/install-deploy.mdx

This file was deleted.

7 changes: 7 additions & 0 deletions docs/tools/cli/cookbook/upload-deploy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Upload and deploy a smart contract
hide_table_of_contents: true
description: Combine the upload and deploy commands in the Stellar CLI to accomplish both tasks
---

Stub file: the real file is generated in build time by `yarn stellar-cli:build`.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Install Wasm bytecode
title: Upload Wasm bytecode
hide_table_of_contents: true
description: Use the Stellar CLI to install a compiled smart contract on the ledger
description: Use the Stellar CLI to upload a compiled smart contract on the ledger
---

Stub file: the real file is generated in build time by `yarn stellar-cli:build`.
2 changes: 2 additions & 0 deletions nginx/includes/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ rewrite ^/docs/tools/developer-tools/cli(.*)$ "/docs/tools/cli$1" permanent;
rewrite ^/docs/tools/developer-tools/lab(.*)$ "/docs/tools/lab$1" permanent;
rewrite ^/docs/tools/developer-tools/quickstart(.*)$ "/docs/tools/quickstart$1" permanent;
rewrite ^/docs/tools/developer-tools/openzepplin-contracts(.*)$ "/docs/tools/developer-tools/openzeppelin-contracts$1" permanent;
rewrite ^/docs/tools/cli/cookbook/install-(deploy|wasm)(.*)$ "/docs/tools/cli/cookbook/upload-$1$2" permanent;
rewrite ^/docs/build/guides/cli/install-(deploy|wasm)(.*)$ "/docs/tools/cli/cookbook/upload-$1$2" permanent;
rewrite ^/docs/build/guides/cli(.*)$ "/docs/tools/cli/cookbook$1" permanent;

# MoneyGram
Expand Down
4 changes: 2 additions & 2 deletions routes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,6 @@
/docs/tools/cli/cookbook/extend-contract-instance
/docs/tools/cli/cookbook/extend-contract-storage
/docs/tools/cli/cookbook/extend-contract-wasm
/docs/tools/cli/cookbook/install-deploy
/docs/tools/cli/cookbook/install-wasm
/docs/tools/cli/cookbook/payments-and-assets
/docs/tools/cli/cookbook/restore-contract-instance
/docs/tools/cli/cookbook/restore-contract-storage
Expand All @@ -554,6 +552,8 @@
/docs/tools/cli/cookbook/tx-new-create-claimable-balance
/docs/tools/cli/cookbook/tx-op-add
/docs/tools/cli/cookbook/tx-sign
/docs/tools/cli/cookbook/upload-deploy
/docs/tools/cli/cookbook/upload-wasm
/docs/tools/cli/install-cli
/docs/tools/cli/plugins
/docs/tools/cli/stellar-cli
Expand Down
Loading