Added Bisq Ecosystem to the General Ecosystem

This commit is contained in:
Curtis Spencer
2019-08-03 18:40:41 -07:00
parent 88560aa7a7
commit 68e75b25cc
2 changed files with 125 additions and 1 deletions

124
data/ecosystems/b/bisq.toml Normal file
View File

@@ -0,0 +1,124 @@
# Ecosystem Level Information
title = "Bisq"
sub_ecosystems = []
github_organizations = ["https://github.com/bisq-network"]
# Repositories
[[repo]]
url = "https://github.com/bisq-network/analytics"
[[repo]]
url = "https://github.com/bisq-network/bisq"
[[repo]]
url = "https://github.com/bisq-network/bisq-assets"
[[repo]]
url = "https://github.com/bisq-network/bisq-btcnode"
[[repo]]
url = "https://github.com/bisq-network/bisq-common"
[[repo]]
url = "https://github.com/bisq-network/bisq-core"
[[repo]]
url = "https://github.com/bisq-network/bisq-design"
[[repo]]
url = "https://github.com/bisq-network/bisq-docs"
[[repo]]
url = "https://github.com/bisq-network/bisq-explorer"
[[repo]]
url = "https://github.com/bisq-network/bisq-markets"
[[repo]]
url = "https://github.com/bisq-network/bisq-monitor"
[[repo]]
url = "https://github.com/bisq-network/bisq-multirepo"
[[repo]]
url = "https://github.com/bisq-network/bisq-p2p"
[[repo]]
url = "https://github.com/bisq-network/bisq-pricenode"
[[repo]]
url = "https://github.com/bisq-network/bisq-relay"
[[repo]]
url = "https://github.com/bisq-network/bisq-seednode"
[[repo]]
url = "https://github.com/bisq-network/bisq-statsnode"
[[repo]]
url = "https://github.com/bisq-network/bisq-website"
[[repo]]
url = "https://github.com/bisq-network/bitcoinj"
[[repo]]
url = "https://github.com/bisq-network/btcd-cli4j"
[[repo]]
url = "https://github.com/bisq-network/compensation"
[[repo]]
url = "https://github.com/bisq-network/dao"
[[repo]]
url = "https://github.com/bisq-network/dns"
[[repo]]
url = "https://github.com/bisq-network/docker"
[[repo]]
url = "https://github.com/bisq-network/events"
[[repo]]
url = "https://github.com/bisq-network/forum"
[[repo]]
url = "https://github.com/bisq-network/github"
[[repo]]
url = "https://github.com/bisq-network/gradle-witness"
[[repo]]
url = "https://github.com/bisq-network/growth"
[[repo]]
url = "https://github.com/bisq-network/libdohj"
[[repo]]
url = "https://github.com/bisq-network/lists"
[[repo]]
url = "https://github.com/bisq-network/mailchimp"
[[repo]]
url = "https://github.com/bisq-network/monitoring"
[[repo]]
url = "https://github.com/bisq-network/proposals"
[[repo]]
url = "https://github.com/bisq-network/roles"
[[repo]]
url = "https://github.com/bisq-network/slack"
[[repo]]
url = "https://github.com/bisq-network/style"
[[repo]]
url = "https://github.com/bisq-network/support"
[[repo]]
url = "https://github.com/bisq-network/youtube"

View File

@@ -1,7 +1,7 @@
# Ecosystem Level Information
title = "General"
sub_ecosystems = []
sub_ecosystems = ["Bisq"]
github_organizations = []