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

Commit 1d88032

Browse files
docs: tags capitalized (#3587)
The tags showing difficulty capitalized.
1 parent 7f4e9aa commit 1d88032

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

pages/docs/index.js

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function DocsIndex() {
1717
description:
1818
"There are 3 ways you can add your profile, but for this Quickstart we will use the GitHub UI.",
1919
category: {
20-
name: "beginner",
20+
name: "Beginner",
2121
color: "bg-green-100 text-green-800",
2222
},
2323
},
@@ -27,7 +27,7 @@ export default function DocsIndex() {
2727
description:
2828
"This is a great way to get started, you do not need to install anything, you can do it directly in the browser on GitHub.",
2929
category: {
30-
name: "beginner",
30+
name: "Beginner",
3131
color: "bg-green-100 text-green-800",
3232
},
3333
},
@@ -37,7 +37,7 @@ export default function DocsIndex() {
3737
description:
3838
"When you want to make more advanced changes, you will need to have a development environment. Gitpod runs VSCode and a whole environment in your browser.",
3939
category: {
40-
name: "beginner",
40+
name: "Beginner",
4141
color: "bg-green-100 text-green-800",
4242
},
4343
},
@@ -47,7 +47,7 @@ export default function DocsIndex() {
4747
description:
4848
"This allows you the most customisation to your development environment, but requires more setup time.",
4949
category: {
50-
name: "intermediate",
50+
name: "Intermediate",
5151
color: "bg-orange-100 text-orange-800",
5252
},
5353
},
@@ -57,7 +57,7 @@ export default function DocsIndex() {
5757
description:
5858
"This might sound scary but it is actually the easiest solution for a local development environment.",
5959
category: {
60-
name: "intermediate",
60+
name: "Intermediate",
6161
color: "bg-orange-100 text-orange-800",
6262
},
6363
},
@@ -66,7 +66,7 @@ export default function DocsIndex() {
6666
path: "/icons",
6767
description: "Search available icons you can use on your profile.",
6868
category: {
69-
name: "beginner",
69+
name: "Beginner",
7070
color: "bg-green-100 text-green-800",
7171
},
7272
},
@@ -82,7 +82,7 @@ export default function DocsIndex() {
8282
description:
8383
"If you want to edit your profile (for example update a link or remove a link), follow these steps.",
8484
category: {
85-
name: "beginner",
85+
name: "Beginner",
8686
color: "bg-green-100 text-green-800",
8787
},
8888
},
@@ -92,7 +92,7 @@ export default function DocsIndex() {
9292
description:
9393
"The bio string in the json file is special! It allows for the use of Markdown. This will allow you to use the formatting styles like italic and bold.",
9494
category: {
95-
name: "beginner",
95+
name: "Beginner",
9696
color: "bg-green-100 text-green-800",
9797
},
9898
},
@@ -102,7 +102,7 @@ export default function DocsIndex() {
102102
description:
103103
"Let people discover all your great content in one place by adding links to your social media account and other resources.",
104104
category: {
105-
name: "beginner",
105+
name: "Beginner",
106106
color: "bg-green-100 text-green-800",
107107
},
108108
},
@@ -112,7 +112,7 @@ export default function DocsIndex() {
112112
description:
113113
"This will show the number of people who have viewed your Profile, as well as the number of people who have clicked on the links you have on your Profile.",
114114
category: {
115-
name: "beginner",
115+
name: "Beginner",
116116
color: "bg-green-100 text-green-800",
117117
},
118118
},
@@ -122,7 +122,7 @@ export default function DocsIndex() {
122122
description:
123123
"These are searchable keywords for people to discover your Profile. They can be your area of expertise, interests or tech you use (for example `DevRel` or `Javascript`).",
124124
category: {
125-
name: "beginner",
125+
name: "Beginner",
126126
color: "bg-green-100 text-green-800",
127127
},
128128
},
@@ -132,7 +132,7 @@ export default function DocsIndex() {
132132
description:
133133
"Add a shortcut to your favourite social media accounts at the top of your Profile.",
134134
category: {
135-
name: "beginner",
135+
name: "Beginner",
136136
color: "bg-green-100 text-green-800",
137137
},
138138
},
@@ -142,7 +142,7 @@ export default function DocsIndex() {
142142
description:
143143
"Demostrate the highlights of your career by adding Milestones to your Profile. This could be when you got your first job to reaching 100k followers/subscribers.",
144144
category: {
145-
name: "beginner",
145+
name: "Beginner",
146146
color: "bg-green-100 text-green-800",
147147
},
148148
},
@@ -152,7 +152,7 @@ export default function DocsIndex() {
152152
description:
153153
"Hosting or attending events, let people know what you are up to by adding these events to your Profile.",
154154
category: {
155-
name: "beginner",
155+
name: "Beginner",
156156
color: "bg-green-100 text-green-800",
157157
},
158158
},
@@ -161,7 +161,7 @@ export default function DocsIndex() {
161161
path: "/docs/how-to-guides/testimonials",
162162
description: "Show off the great feedback you have received.",
163163
category: {
164-
name: "intermediate",
164+
name: "Intermediate",
165165
color: "bg-orange-100 text-orange-800",
166166
},
167167
},
@@ -177,7 +177,7 @@ export default function DocsIndex() {
177177
description:
178178
"Run Storybook locally to see what React components are available to use.",
179179
category: {
180-
name: "beginner",
180+
name: "Beginner",
181181
color: "bg-green-100 text-green-800",
182182
},
183183
},
@@ -187,7 +187,7 @@ export default function DocsIndex() {
187187
description:
188188
"Run the Playwright testing framework that drives the browser as a user does via code.",
189189
category: {
190-
name: "intermediate",
190+
name: "Intermediate",
191191
color: "bg-orange-100 text-orange-800",
192192
},
193193
},
@@ -197,7 +197,7 @@ export default function DocsIndex() {
197197
description:
198198
"Contribute to this annual Open Source event with LinkFree.",
199199
category: {
200-
name: "beginner",
200+
name: "Beginner",
201201
color: "bg-green-100 text-green-800",
202202
},
203203
},
@@ -213,7 +213,7 @@ export default function DocsIndex() {
213213
description:
214214
"See the json code for a full Profile with all the features enabled.",
215215
category: {
216-
name: "beginner",
216+
name: "Beginner",
217217
color: "bg-green-100 text-green-800",
218218
},
219219
},
@@ -222,7 +222,7 @@ export default function DocsIndex() {
222222
path: "/docs/advanced/single-user-mode",
223223
description: "Self host LinkFree for your single Profile.",
224224
category: {
225-
name: "advanced",
225+
name: "Advanced",
226226
color: "bg-red-100 text-red-800",
227227
},
228228
},
@@ -231,7 +231,7 @@ export default function DocsIndex() {
231231
path: "/docs/faqs",
232232
description: "Commonly asked questions and answers.",
233233
category: {
234-
name: "beginner",
234+
name: "Beginner",
235235
color: "bg-green-100 text-green-800",
236236
},
237237
},

0 commit comments

Comments
 (0)