Skip to content

Commit

Permalink
Replace Discord with Discourse (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber authored Dec 19, 2024
1 parent b4766fe commit e050d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center">
<div align="center" data-test>
<a href="https://graphql.org/">
<img width="150" height="150" src="https://upload.wikimedia.org/wikipedia/commons/1/17/GraphQL_Logo.svg">
</a>
Expand All @@ -10,7 +10,7 @@

<p>Generate Mock Service Worker handlers for your GraphQL APIs.</p>

[![npm version](https://badge.fury.io/js/%40apollo%2Fgraphql-testing-library.svg)](https://badge.fury.io/js/%40apollo%2Fgraphql-testing-library) ![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/alessbell/3fd56e82b55e134ee9cf57f28b0b3d49/raw/jest-coverage-comment__main.json) ![workflow](https://github.com/apollographql/graphql-testing-library/actions/workflows/test.yml/badge.svg) [![Join our Discord server](https://img.shields.io/discord/1022972389463687228.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/graphos)
[![npm version](https://badge.fury.io/js/%40apollo%2Fgraphql-testing-library.svg)](https://badge.fury.io/js/%40apollo%2Fgraphql-testing-library) ![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/alessbell/3fd56e82b55e134ee9cf57f28b0b3d49/raw/jest-coverage-comment__main.json) ![workflow](https://github.com/apollographql/graphql-testing-library/actions/workflows/test.yml/badge.svg)

</div>
<hr />
Expand Down
3 changes: 1 addition & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export default defineConfig({
starlight({
title: "GraphQL Testing Library",
social: {
github: "https://github.com/apollographql/graphql-testing-library",
discord: "https://discord.gg/graphos",
github: "https://github.com/apollographql/graphql-testing-library"
},
sidebar: [
{
Expand Down

0 comments on commit e050d08

Please sign in to comment.