Skip to content

Commit 8612692

Browse files
docs: Adding tags to nextjs vs react in guides (#348)
* Adding tags to nextjs vs react * updates * Ready for review
1 parent eeb046f commit 8612692

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/guides/docs/categories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TAG_CATEGORIES = ['Getting Started', 'Full Stack', 'fuel-core'];
1+
export const TAG_CATEGORIES = ['Getting Started', 'Full Stack', 'fuel-core', 'React', 'Next.js'];

docs/guides/docs/counter-dapp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parent:
66
link: /guides
77
---
88

9-
# Counter Dapp
9+
# Counter React Dapp
1010

1111
This guide includes step-by-step instructions for how to
1212

docs/guides/docs/frontend-quickstart/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parent:
66
link: /guides
77
---
88

9-
# Frontend/Fullstack Quickstart
9+
# Next.js Fullstack Quickstart
1010

1111
Getting started with Fuel as a frontend or fullstack developer is as simple as:
1212

docs/guides/docs/guides.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
},
88
"intro_to_sway": {
99
"title": "Introduction to Sway for JavaScript developers",
10-
"description": "Learn Sway fundamentals by building a marketplace dApp.",
10+
"description": "Learn Sway fundamentals by building a marketplace React dApp.",
1111
"featured": true,
12-
"tags": ["Full Stack"]
12+
"tags": ["Full Stack", "React"]
1313
},
1414
"contract-quickstart": {
1515
"title": "Smart Contract Quickstart",
@@ -18,16 +18,16 @@
1818
"tags": ["Getting Started"]
1919
},
2020
"frontend-quickstart": {
21-
"title": "Frontend/Fullstack Quickstart",
21+
"title": "Next.js Fullstack Quickstart",
2222
"description": "Get started by generating a full-stack counter dapp on Fuel.",
2323
"featured": false,
24-
"tags": ["Getting Started", "Full Stack"]
24+
"tags": ["Getting Started", "Full Stack", "Next.js"]
2525
},
2626
"counter-dapp": {
27-
"title": "Counter Dapp",
27+
"title": "Counter React Dapp",
2828
"description": "Step-by-step guide to build a counter dApp on Fuel",
2929
"featured": false,
30-
"tags": ["Getting Started", "Full Stack"]
30+
"tags": ["Getting Started", "Full Stack", "React"]
3131
},
3232
"running_a_node": {
3333
"title": "Running a Node",

docs/guides/docs/intro-to-sway/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parent:
66
link: /guides
77
---
88

9-
# Introduction to Sway Language for JavaScript Developers
9+
# Introduction to Sway Language for JavaScript Developers (React App)
1010

1111
If you're familiar with JavaScript and have a basic understanding of blockchain fundamentals, you can swiftly grasp how to build full-stack decentralized applications on Fuel using Sway. Once you get a handle on Sway's essentials, you'll be able to begin building your own dapp.
1212

0 commit comments

Comments
 (0)