From 91f6f6ddb09f9ced8d8fc21bb69b2c9f71eda6d5 Mon Sep 17 00:00:00 2001 From: sirisayshello Date: Tue, 8 Oct 2024 11:47:05 +0200 Subject: [PATCH] docs(ledger-browser): add links to documentation Changes ---------------- 1. Added links to documentation and setup guides for eth-browser and fabric-browser. Fixes #3550 Signed-off-by: sirisayshello --- .../cacti-ledger-browser/src/main/typescript/apps/eth/index.tsx | 2 ++ .../src/main/typescript/apps/fabric/index.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/cacti-ledger-browser/src/main/typescript/apps/eth/index.tsx b/packages/cacti-ledger-browser/src/main/typescript/apps/eth/index.tsx index 1a21893187..9702618efc 100644 --- a/packages/cacti-ledger-browser/src/main/typescript/apps/eth/index.tsx +++ b/packages/cacti-ledger-browser/src/main/typescript/apps/eth/index.tsx @@ -13,6 +13,8 @@ import { AppCategory } from "../../common/app-category"; const ethBrowserAppDefinition: AppDefinition = { appName: "Ethereum Browser", + appDocumentationURL: "https://hyperledger-cacti.github.io/cacti/cactus/ledger-browser/plugin-apps/ethereum-browser/", + appSetupGuideURL: "https://hyperledger-cacti.github.io/cacti/cactus/ledger-browser/plugin-apps/ethereum-browser/#setup", category: AppCategory.LedgerBrowser, defaultInstanceName: "My Eth Browser", defaultDescription: diff --git a/packages/cacti-ledger-browser/src/main/typescript/apps/fabric/index.tsx b/packages/cacti-ledger-browser/src/main/typescript/apps/fabric/index.tsx index f2c30200e4..29e3a84703 100644 --- a/packages/cacti-ledger-browser/src/main/typescript/apps/fabric/index.tsx +++ b/packages/cacti-ledger-browser/src/main/typescript/apps/fabric/index.tsx @@ -15,6 +15,8 @@ import { AppCategory } from "../../common/app-category"; const fabricBrowserAppDefinition: AppDefinition = { appName: "Hyperledger Fabric Browser", + appDocumentationURL: "https://hyperledger-cacti.github.io/cacti/cactus/ledger-browser/plugin-apps/fabric-browser/", + appSetupGuideURL: "https://hyperledger-cacti.github.io/cacti/cactus/ledger-browser/plugin-apps/fabric-browser/#setup", category: AppCategory.LedgerBrowser, defaultInstanceName: "My Fabric Browser", defaultDescription: