From 8aa457fe3e9d3f4c9b013491a68b63cf74ab456e Mon Sep 17 00:00:00 2001 From: Diego Jose Date: Tue, 22 Oct 2024 13:26:38 -0300 Subject: [PATCH] Mark ship as deprecated --- source/introduction/index.rst | 2 +- source/smart-contracts/lua/guide.md | 2 +- source/tools/ship.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/introduction/index.rst b/source/introduction/index.rst index 2fa29ed..64830bf 100644 --- a/source/introduction/index.rst +++ b/source/introduction/index.rst @@ -19,7 +19,7 @@ Current features * BFT-dPOS with voting * Name system * Aergo Lua smart contract -* Ship (development framework, package management) +* Ship (development framework, package management) (deprecated, please use `brick <../tools/brick.rst>`_). * Simple client API * Client SDKs * Sub projects diff --git a/source/smart-contracts/lua/guide.md b/source/smart-contracts/lua/guide.md index d697af4..b1b60ac 100644 --- a/source/smart-contracts/lua/guide.md +++ b/source/smart-contracts/lua/guide.md @@ -19,7 +19,7 @@ You can replace `print` with `system.print` And you can use `import` instead of `require`. `import` is not a Lua syntax. -Use [SHIP](https://github.com/aergoio/ship/wiki) to build and deploy smart contracts using multiple files. +Use [SHIP](https://github.com/aergoio/ship/wiki) (deprecated, please use [brick](../../tools/brick.rst)) to build and deploy smart contracts using multiple files. These are the default libraries that are not available: diff --git a/source/tools/ship.rst b/source/tools/ship.rst index 223f9b9..75d8272 100644 --- a/source/tools/ship.rst +++ b/source/tools/ship.rst @@ -1,5 +1,5 @@ -Ship -==== +Ship (deprecated, please use `brick <./brick.rst>`_) +=========================================================== Ship is a tool for developing lua smart contracts. Its main features are: