From c4fbe8a3d0d098dd124f2044d6fb315e08ef5121 Mon Sep 17 00:00:00 2001 From: AlaaElattar Date: Sun, 14 Apr 2024 13:26:58 +0200 Subject: [PATCH] link manual in minting page --- packages/playground/src/utils/manual.ts | 1 + packages/playground/src/views/minting_view.vue | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/packages/playground/src/utils/manual.ts b/packages/playground/src/utils/manual.ts index ee6b9faed4..064ee29531 100644 --- a/packages/playground/src/utils/manual.ts +++ b/packages/playground/src/utils/manual.ts @@ -14,4 +14,5 @@ export const manual = { billing_pricing: `${BASE}/dashboard/deploy/dedicated_machines.html#billing--pricing`, discount_levels: `${BASE}/wiki/cloudunits/pricing/staking_discount_levels.html#staking-discount-levels`, tfchain_stellar_bridge: `${BASE}/documentation/threefold_token/tft_bridges/tfchain_stellar_bridge.html`, + minting_receipts: `${BASE}/documentation/farmers/3node_building/minting_receipts.html`, }; diff --git a/packages/playground/src/views/minting_view.vue b/packages/playground/src/views/minting_view.vue index ef6f27b460..2600404047 100644 --- a/packages/playground/src/views/minting_view.vue +++ b/packages/playground/src/views/minting_view.vue @@ -28,6 +28,10 @@ + + For more information about Minting Receipts check, + + Node Info @@ -181,6 +185,7 @@ import { ref } from "vue"; import type { AsyncRule, RuleReturn } from "@/components/input_validator.vue"; import { useInputRef } from "@/hooks/input_validator"; +import { manual } from "@/utils/manual"; import { getMintingData } from "../utils/mintings";