Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 89fe0f3

Browse files
committed
feature: Fixing Next.js, Blitz.js naming to be consistent through the docs
1 parent 652ed66 commit 89fe0f3

File tree

8 files changed

+8663
-6568
lines changed

8 files changed

+8663
-6568
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here's the table of contents:
1717

1818
## Setup the Project
1919

20-
Setting up the docsite project is easy. It's a Next JS site. The following steps
20+
Setting up the docsite project is easy. It's a Next.js site. The following steps
2121
will get you up and running to contribute to the Chakra UI docsite:
2222

2323
1. Fork the repo (click the <kbd>Fork</kbd> button at the top right of

configs/getting-started.sidebar.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"path": "/getting-started/cra-guide"
3232
},
3333
{
34-
"title": "Next JS",
34+
"title": "Next.js",
3535
"path": "/getting-started/nextjs-guide"
3636
},
3737
{
3838
"title": "Gatsby",
3939
"path": "/getting-started/gatsby-guide"
4040
},
4141
{
42-
"title": "Blitz JS",
42+
"title": "Blitz.js",
4343
"path": "/getting-started/blitzjs-guide"
4444
},
4545
{
@@ -94,4 +94,4 @@
9494
]
9595
}
9696
]
97-
}
97+
}

configs/resources.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"url": "https://www.youtube.com/watch?v=eeODp2pdRdo"
202202
},
203203
{
204-
"heading": "How to Set Up Chakra UI with Next JS by creating a Hero component",
204+
"heading": "How to Set Up Chakra UI with Next.js by creating a Hero component",
205205
"type": "blog",
206206
"tags": ["Next.js", "Landing page", "Basics", "v1.0"],
207207
"author": "creativedesignsguru.com",

0 commit comments

Comments
 (0)