Skip to content

Commit

Permalink
docs(ledger-browser): add links to documentation
Browse files Browse the repository at this point in the history
Changes
----------------
1. Added links to documentation and setup guides for eth-browser and fabric-browser.
Fixes #3550

Signed-off-by: sirisayshello <veckovis.salongen0p@icloud.com>
  • Loading branch information
sirisayshello committed Oct 8, 2024
1 parent c331a63 commit 91f6f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 91f6f6d

Please sign in to comment.