Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add manual links for minting process and reports in manual.ts #3701

Merged
merged 1 commit into from
Dec 4, 2024
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
2 changes: 2 additions & 0 deletions packages/playground/src/utils/manual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ export const manual = {
discount_levels: urlJoin(BASE, "/knowledge_base/cloud/pricing/pricing.html#staking-discount"),
tfchain_stellar_bridge: urlJoin(BASE, "/documentation/threefold_token/tft_bridges/tfchain_stellar_bridge.html"),
minting_receipts: urlJoin(BASE, "/documentation/farmers/3node_building/minting_receipts.html"),
minting_process: urlJoin(BASE, "/documentation/farmers/farming_optimization/minting_process.html"),
minting_reports: urlJoin(BASE, "/documentation/dashboard/tfchain/tf_minting_reports.html"),
};
4 changes: 2 additions & 2 deletions packages/playground/src/views/minting_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<a
class="app-link font-weight-medium"
target="_blank"
href="https://www.manual.grid.tf/documentation/faq/faq.html#what-is-the-tft-minting-process-is-it-fully-automated"
:href="manual.minting_process"
>TFT minting process.
</a>
<br />
The user can verify the 3Nodes' payments on Stellar Blockchain through the Threefold's
<a
class="app-link font-weight-medium"
target="_blank"
href="https://www.manual.grid.tf/documentation/dashboard/tfchain/tf_minting_reports.html"
:href="manual.minting_reports"
>minting tool.
</a>
<br />
Expand Down
Loading