Skip to content

Commit

Permalink
Add the status badge to README
Browse files Browse the repository at this point in the history
We're adding the badges to the README file.
We've:
- added a chat badge to point to the Threshold Network Discord server
- added a docs badge linking to the Threshold Network documentation
- added a badge showing the status of the workflow building the dashboard. The
  displayed status is based on the status of the most recently executed `Token
  Dashboard / CI` workflow triggered by the push to `main`.
  Note that unike other badges this badge is created using native GH workflow
  status badge functionality - that's because `shields.io` doesn't support yet
  workflows using `/` character in their name (see
  badges/shields#4559).
  • Loading branch information
michalinacienciala committed Nov 7, 2022
1 parent 993d09b commit 539bd21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Threshold Token Dashboard

[![Token Dashboard / CI](https://github.com/threshold-network/token-dashboard/actions/workflows/dashboard-ci.yml/badge.svg?branch=main&event=push)](https://github.com/threshold-network/token-dashboard/actions/workflows/dashboard-ci.yml)
[![Docs](https://img.shields.io/badge/docs-website-green)](https://docs.threshold.network)
[![Chat with us on Discord](https://img.shields.io/badge/chat-Discord-5865f2.svg)](https://discord.gg/threshold)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

# Local development
Expand Down

0 comments on commit 539bd21

Please sign in to comment.