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

Rename threshold repo to docs, token-dashboard to dapp #638

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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: 38324465+thesis-valkyrie@users.noreply.github.com
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