Skip to content

Commit

Permalink
Update v11.1 label to just v11 in docs menu (#3780)
Browse files Browse the repository at this point in the history
* Update docs.json

* Remove 11.1 from WIP banner

* Minor changes

Co-authored-by: Tobias Tengler <45513122+tobias-tengler@users.noreply.github.com>
  • Loading branch information
benmccallum and tobias-tengler committed Jun 2, 2021
1 parent 2d33a7f commit d88c81d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/src/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"versions": [
{
"path": "",
"title": "v11.1 (latest)",
"title": "v11 (latest)",
"items": [
{
"path": "index",
Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/api-reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title: "Overview"
---

> We are still working on the documentation for Hot Chocolate 11.1 so help us by finding typos, missing things or write some additional docs with us.
> We are still working on the documentation for Hot Chocolate so help us by finding typos, missing things or write some additional docs with us.
The API Reference provides deep dives into specific subjects like [ASP.NET Core](aspnetcore) configuration or how you can use [object type extensions](object-type).
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/defining-a-schema/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ First we will look at the three root types, often called _Operations_, that repr

Each GraphQL schema is made up of two basic building blocks:

- [_Object types_](/docs/hotchocolate/defining-a-schema/object-types) contain fields and describe our entities.<br />[Operations](#Operations) for example are nothing more than simple object types.
- [Object types](/docs/hotchocolate/defining-a-schema/object-types) contain fields and describe our entities.<br />[_Operations_](#Operations) for example are nothing more than simple object types.

- [Scalars](/docs/hotchocolate/defining-a-schema/scalars) are the primitives of our GraphQL schema: `String`, `Int`, etc.<br />We can also define custom scalars to more precisely describe our business domain.

Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Get started with Hot Chocolate"
---

> We are still working on the documentation for Hot Chocolate 11.1 so help us by finding typos, missing things or write some additional docs with us.
> We are still working on the documentation for Hot Chocolate so help us by finding typos, missing things or write some additional docs with us.
In this tutorial, we will walk you through the basics of creating a GraphQL server with Hot Chocolate. If you want to dig deeper into Hot Chocolate, we have our [GraphQL workshop](https://github.com/ChilliCream/graphql-workshop), which touches on topics like schema design, DataLoader, and many more things.

Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Introduction"
---

> We are still working on the documentation for Hot Chocolate 11.1 so help us by finding typos, missing things or write some additional docs with us.
> We are still working on the documentation for Hot Chocolate so help us by finding typos, missing things or write some additional docs with us.
Hot Chocolate is an open-source GraphQL server for the Microsoft .NET platform that is compliant with the newest GraphQL 2021 draft spec, which makes Hot Chocolate compatible to all GraphQL compliant clients like Strawberry Shake, Relay, Apollo Client, and various other clients and tools.

Expand Down

0 comments on commit d88c81d

Please sign in to comment.