File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
5555
5656 # This job will be triggered for releases which name starts with
5757 # `refs/tags/solidity/`. It will generate contracts documentation in
58- # Markdown and sync it with a specific path of
59- # `threshold-network/threshold` repository. If changes will be detected,
60- # a PR updating the docs will be created in the destination repository. The
61- # commit pushing the changes will be verified using GPG key.
58+ # Markdown and sync it with a specific path of the `threshold-network/docs`
59+ # repository. If changes will be detected, a PR updating the docs will be
60+ # created in the destination repository. The commit pushing the changes will
61+ # be verified using GPG key.
6262 contracts-docs-publish :
6363 name : Publish contracts documentation
6464 needs : docs-detect-changes
7575 preProcessingCommand : sed -i ':a;N;$!ba;s_///\n//\n_///\n_g' ./contracts/bridge/BitcoinTx.sol
7676 publish : true
7777 verifyCommits : true
78- destinationRepo : threshold-network/threshold
78+ destinationRepo : threshold-network/docs
7979 destinationFolder : ./docs/app-development/tbtc-v2/tbtc-v2-api
8080 destinationBaseBranch : main
8181 userEmail : 38324465+thesis-valkyrie@users.noreply.github.com
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ flowchart TD
2323
2424There are several sources of monitoring and telemetry data:
2525
26- * https://github.com/threshold-network/token-dashboard [Threshold dashboard] + https://github.com/keep-network/v2-end-to-end[second track deposit verifier]
26+ * https://github.com/threshold-network/dapp [Threshold dashboard] + https://github.com/keep-network/v2-end-to-end[second track deposit verifier]
2727* https://github.com/keep-network/optimistic-minting[TBTCv2 minters and guardians]
2828* https://github.com/keep-network/tbtc-v2/tree/main/monitoring[TBTCv2 monitoring]
2929
You can’t perform that action at this time.
0 commit comments