Skip to content

Commit

Permalink
Rename threshold repo to docs, token-dashboard to dapp
Browse files Browse the repository at this point in the history
We're renaming some of the repositories in the `threshold-network` organization.
One of them is `threshold` repo, which will be renamed to `docs`. The other is
`token-dashboard` that will be renamed to `dapp`. We need to update the
references of the old names.
  • Loading branch information
michalinacienciala committed Jun 27, 2023
1 parent 7d41bc9 commit 6331398
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/contracts-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:

# This job will be triggered for releases which name starts with
# `refs/tags/solidity/`. It will generate contracts documentation in
# Markdown and sync it with a specific path of
# `threshold-network/threshold` repository. If changes will be detected,
# a PR updating the docs will be created in the destination repository. The
# commit pushing the changes will be verified using GPG key.
# Markdown and sync it with a specific path of the `threshold-network/docs`
# repository. If changes will be detected, a PR updating the docs will be
# created in the destination repository. The commit pushing the changes will
# be verified using GPG key.
contracts-docs-publish:
name: Publish contracts documentation
needs: docs-detect-changes
Expand All @@ -75,7 +75,7 @@ jobs:
preProcessingCommand: sed -i ':a;N;$!ba;s_///\n//\n_///\n_g' ./contracts/bridge/BitcoinTx.sol
publish: true
verifyCommits: true
destinationRepo: threshold-network/threshold
destinationRepo: threshold-network/docs
destinationFolder: ./docs/app-development/tbtc-v2/tbtc-v2-api
destinationBaseBranch: main
userEmail: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion monitoring/docs/monitoring-and-telemetry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flowchart TD

There are several sources of monitoring and telemetry data:

* https://github.com/threshold-network/token-dashboard[Threshold dashboard] + https://github.com/keep-network/v2-end-to-end[second track deposit verifier]
* https://github.com/threshold-network/dapp[Threshold dashboard] + https://github.com/keep-network/v2-end-to-end[second track deposit verifier]
* https://github.com/keep-network/optimistic-minting[TBTCv2 minters and guardians]
* https://github.com/keep-network/tbtc-v2/tree/main/monitoring[TBTCv2 monitoring]

Expand Down

0 comments on commit 6331398

Please sign in to comment.