|
2 | 2 | title: Announcing New GraphQL Website
|
3 | 3 | tags: [announcements]
|
4 | 4 | date: 2024-06-08
|
5 |
| -byline: Dimitri POSTOLOV & Uri GOLDSHTEIN |
| 5 | +byline: Dimitri Postolov & Uri Goldshtein |
6 | 6 | ---
|
7 | 7 |
|
8 |
| -Hi, everyone! I'm [Dimitri POSTOLOV](https://x.com/dimaMachina_) from |
| 8 | +Hi, everyone! I'm [Dimitri Postolov](https://x.com/dimaMachina_) from |
9 | 9 | [The Guild](https://the-guild.dev), and today I'm excited to announce the new
|
10 | 10 | [GraphQL.org](/) website.
|
11 | 11 |
|
12 |
| -2 months ago, we released a new GraphQL website. We've been working on this for |
13 |
| -about 2 months, and we're excited to share it with you. |
| 12 | +2 months ago, we released a new GraphQL website after 8 weeks period of development, we're excited |
| 13 | +to share with you the reasons behind the changes and what you can expect going forward. |
14 | 14 |
|
15 | 15 | ## A Little Dive into History
|
16 | 16 |
|
17 |
| -An initial version of GraphQL.ORG v0 was created |
| 17 | +An initial version of graphql.org v0 was created |
18 | 18 | [almost 8 years ago](https://github.com/graphql/graphql.github.io/pull/76) by
|
19 |
| -[Lee BYRON](https://x.com/leeb) in 2016. |
| 19 | +[Lee Byron](https://x.com/leeb) in 2016. |
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 |
| -<p className="text-center">An initial version of GraphQL.ORG v0</p> |
| 23 | +<p className="text-center">An initial version of graphql.org v0</p> |
24 | 24 |
|
25 | 25 | Later,
|
26 | 26 | [after 4 years in 2020](https://github.com/graphql/graphql.github.io/pull/896),
|
27 | 27 | the website was migrated to Gatsby by The Guild members
|
28 | 28 | [Saihajpreet SINGH](https://x.com/singh_saihaj) and
|
29 | 29 | [Arda TANRIKULU](https://x.com/ardatanrikulu).
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 |
| -<p className="text-center">GraphQL.ORG v1 x Gatsby</p> |
| 33 | +<p className="text-center">graphql.org v1 x Gatsby</p> |
34 | 34 |
|
35 | 35 | All of us GraphQL developers spent a lot of time learning this language from the
|
36 | 36 | "Learn" page, which is shown below, and you definitely remember it!
|
37 | 37 |
|
38 | 38 | > Also, we all hated visiting this page at night due to the lack of a night
|
39 | 39 | > theme. <span className="not-italic">😅</span>
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 |
| -<p className="text-center">GraphQL.ORG Learn page x Gatsby</p> |
| 43 | +<p className="text-center">graphql.org Learn page x Gatsby</p> |
44 | 44 |
|
45 | 45 | With the new website, we've made a lot of improvements, including a dark theme,
|
46 | 46 | below how the "Learn" page looks like:
|
47 | 47 |
|
48 | 48 | {/* prettier-ignore */}
|
49 | 49 | <div className="mt-6 dark:even:[&_img]:hidden odd:[&_img]:hidden dark:odd:[&_img]:block">
|
50 |
| - <></> |
51 |
| - <></> |
52 |
| - <p className="text-center">GraphQL.ORG Learn page x Nextra</p> |
| 50 | + <></> |
| 51 | + <></> |
| 52 | + <p className="text-center">graphql.org Learn page x Nextra</p> |
53 | 53 | </div>
|
54 | 54 |
|
55 | 55 | ## What's New
|
@@ -81,7 +81,7 @@ A search was migrated from Algolia to Nextra's built-in search
|
81 | 81 |
|
82 | 82 | ### Light and Dark Themes
|
83 | 83 |
|
84 |
| -For the first time, since the creation of GraphQL.ORG, we have a dark theme! You |
| 84 | +For the first time, since the creation of graphql.org, we have a dark theme! You |
85 | 85 | can switch between light and dark themes using the toggle in the top right
|
86 | 86 | corner.
|
87 | 87 |
|
|
0 commit comments