From ff1e6ffc6ecbd4af15d8766f367eb4391012e005 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Thu, 13 Jun 2024 14:28:37 -0400 Subject: [PATCH] adaptation to hero --- .../advanced/ecommerce/nopcommerce.md | 15 +++++---------- .../advanced/ecommerce/woocommerce.md | 13 ++++--------- .../advanced/node_status_bot.md | 13 ++++--------- 3 files changed, 13 insertions(+), 28 deletions(-) diff --git a/collections/system_administrators/advanced/ecommerce/nopcommerce.md b/collections/system_administrators/advanced/ecommerce/nopcommerce.md index b6c86a8..670016a 100644 --- a/collections/system_administrators/advanced/ecommerce/nopcommerce.md +++ b/collections/system_administrators/advanced/ecommerce/nopcommerce.md @@ -19,7 +19,6 @@ - [Access Admin Panel](#access-admin-panel) - [Manage nopCommerce with Systemd](#manage-nopcommerce-with-systemd) - [References](#references) -- [Questions and Feedback](#questions-and-feedback) --- ## Introduction @@ -30,10 +29,10 @@ We show how to deploy a free and open-source ecommerce on the ThreeFold Grid. We ## Prerequisites -- [A TFChain account](../../../dashboard/wallet_connector.md) +- [A TFChain account](dashboard:wallet_connector.md) - TFT in your TFChain account - - [Buy TFT](../../../threefold_token/buy_sell_tft/buy_sell_tft.md) - - [Send TFT to TFChain](../../../threefold_token/tft_bridges/tfchain_stellar_bridge.md) + - [Buy TFT](threefold_token/buy_sell_tft:buy_sell_tft.md) + - [Send TFT to TFChain](threefold_token@@tfchain_stellar_bridge) ## Deploy a Full VM @@ -70,7 +69,7 @@ ssh root@VM_IPv4_address ``` apt update ``` -* [Install Docker](../../computer_it_basics/docker_basics.html#install-docker-desktop-and-docker-engine) +* [Install Docker](docker_basics.html#install-docker-desktop-and-docker-engine) * Install docker-compose ``` apt install docker-compose -y @@ -263,8 +262,4 @@ Systemd will start up the nopCommerce docker-compose file, restart it if it ever ## References -For further information on how to set nopCommerce, read the [nopCommerce documentation](https://docs.nopcommerce.com/en/index.html?showChildren=false). - -## Questions and Feedback - -If you have any questions or feedback, please let us know by either writing a post on the [ThreeFold Forum](https://forum.threefold.io/), or by chatting with us on the [TF Grid Tester Community](https://t.me/threefoldtesting) Telegram channel. \ No newline at end of file +For further information on how to set nopCommerce, read the [nopCommerce documentation](https://docs.nopcommerce.com/en/index.html?showChildren=false). \ No newline at end of file diff --git a/collections/system_administrators/advanced/ecommerce/woocommerce.md b/collections/system_administrators/advanced/ecommerce/woocommerce.md index edc6f6e..272f15e 100644 --- a/collections/system_administrators/advanced/ecommerce/woocommerce.md +++ b/collections/system_administrators/advanced/ecommerce/woocommerce.md @@ -13,7 +13,6 @@ - [Install WooCommerce](#install-woocommerce) - [Troubleshooting](#troubleshooting) - [References](#references) -- [Questions and Feedback](#questions-and-feedback) --- ## Introduction @@ -24,10 +23,10 @@ We show how to deploy a free and open-source ecommerce on the ThreeFold Grid. We ## Prerequisites -- [A TFChain account](../../../dashboard/wallet_connector.md) +- [A TFChain account](dashboard:wallet_connector.md) - TFT in your TFChain account - - [Buy TFT](../../../threefold_token/buy_sell_tft/buy_sell_tft.md) - - [Send TFT to TFChain](../../../threefold_token/tft_bridges/tfchain_stellar_bridge.md) + - [Buy TFT](threefold_token:buy_sell_tft.md) + - [Send TFT to TFChain](threefold_token:tfchain_stellar_bridge) ## Deploy Wordpress @@ -150,8 +149,4 @@ You might need to deactivate some plugins that aren't compatible with WooCommerc ## References -Make sure to read the [Wordpress and Woocommerce documentation](https://woocommerce.com/document/woocommerce-self-service-guide) to set your ecommerce. - -## Questions and Feedback - -If you have any questions or feedback, please let us know by either writing a post on the [ThreeFold Forum](https://forum.threefold.io/), or by chatting with us on the [TF Grid Tester Community](https://t.me/threefoldtesting) Telegram channel. \ No newline at end of file +Make sure to read the [Wordpress and Woocommerce documentation](https://woocommerce.com/document/woocommerce-self-service-guide) to set your ecommerce. \ No newline at end of file diff --git a/collections/system_administrators/advanced/node_status_bot.md b/collections/system_administrators/advanced/node_status_bot.md index 4f81e62..c7d2def 100644 --- a/collections/system_administrators/advanced/node_status_bot.md +++ b/collections/system_administrators/advanced/node_status_bot.md @@ -11,7 +11,6 @@ - [Set the Bot](#set-the-bot) - [Start the Bot](#start-the-bot) - [Set Zinit](#set-zinit) -- [Questions and Feedback](#questions-and-feedback) --- @@ -25,10 +24,10 @@ The Node Status bot provides realtime status updates and alerts on status change To run the bot, you need to have a TFChain account activated with a twin. For this, you can simply create an account on the ThreeFold Dashboard. -- [A TFChain account](../../dashboard/wallet_connector.md) +- [A TFChain account](dashboard:wallet_connector.md) - TFT in your TFChain account - - [Buy TFT](../../threefold_token/buy_sell_tft/buy_sell_tft.md) - - [Send TFT to TFChain](../../threefold_token/tft_bridges/tft_bridges.md) + - [Buy TFT](threefold_token:buy_sell_tft.md) + - [Send TFT to TFChain](threefold_token:tft_bridges.md) ## Deploy a Micro VM @@ -125,8 +124,4 @@ zinit monitor node-status-bot zinit status node-status-bot ``` -You can then use the bot on Telegram and the Python program will restart every time the VM starts. - -## Questions and Feedback - -If you have any questions or feedback, please let us know by either writing a post on the [ThreeFold Forum](https://forum.threefold.io/), or by chatting with us on the [TF Grid Tester Community](https://t.me/threefoldtesting) Telegram channel. \ No newline at end of file +You can then use the bot on Telegram and the Python program will restart every time the VM starts. \ No newline at end of file