diff --git a/data/ecosystems/b/bisq.toml b/data/ecosystems/b/bisq.toml new file mode 100644 index 00000000..aeac4e2c --- /dev/null +++ b/data/ecosystems/b/bisq.toml @@ -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" diff --git a/data/ecosystems/g/general.toml b/data/ecosystems/g/general.toml index 55f84109..ed1efec3 100644 --- a/data/ecosystems/g/general.toml +++ b/data/ecosystems/g/general.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "General" -sub_ecosystems = [] +sub_ecosystems = ["Bisq"] github_organizations = []