Skip to content

Commit

Permalink
Disabled dead links check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed May 17, 2021
1 parent 0ccd318 commit 82bc367
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 4 additions & 1 deletion website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ module.exports = {
backgroundColor: "transparent",
},
},
"gatsby-remark-check-links",
// todo: enable and fix
// note: disabled for now, because # hash links are not recognized.
// we probably need this plugin again gatsby-remark-autolink-headers.
//`gatsby-remark-check-links`,
],
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)

## Testing a GraphQL Server

In order to now query our GraphQL server we need a GraphQL IDE to formulate queries and explore the schema. If you want a deluxe GraphQL IDE as an application, you can get our very own Banana Cakepop which can be downloaded [here](/docs/bananacakepop).
In order to now query our GraphQL server we need a GraphQL IDE to formulate queries and explore the schema. If you want a deluxe GraphQL IDE as an application, you can get our very own Banana Cake Pop which can be downloaded [here](/docs/bananacakepop).

![Hot Chocolate](banana-cake-pop.png)

Expand Down Expand Up @@ -415,11 +415,11 @@ Let’s test our GraphQL server.
dotnet run --urls http://localhost:5000
```

### Testing with Banana Cakepop
### Testing with Banana Cake Pop

If you have chosen _Banana Cakepop_ to test and explore the GraphQL Schema open it now.
If you have chosen _Banana Cake Pop_ to test and explore the GraphQL Schema open it now.

_Banana Cakepop_ will open with an empty tab. In the address bar type in the URL of our GraphQL server `http://localhost:5000` and hit `enter`.
_Banana Cake Pop_ will open with an empty tab. In the address bar type in the URL of our GraphQL server `http://localhost:5000` and hit `enter`.

![Hot Chocolate](banana-cake-pop-address.png)

Expand Down
4 changes: 4 additions & 0 deletions website/src/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@
"path": "apollo-tracing",
"title": "Apollo Tracing"
},
{
"path": "coding-approaches",
"title": "Coding Approaches"
},
{
"path": "migrate-from-10-to-11",
"title": "Migrate from 10.5 to 11.0"
Expand Down

0 comments on commit 82bc367

Please sign in to comment.