Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/docs/categories.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const TAG_CATEGORIES = ['Getting Started', 'Full Stack', 'fuel-core'];
export const TAG_CATEGORIES = ['Getting Started', 'Full Stack', 'fuel-core', 'React', 'Next.js'];
2 changes: 1 addition & 1 deletion docs/guides/docs/counter-dapp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parent:
link: /guides
---

# Counter Dapp
# Counter React Dapp

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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/docs/frontend-quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parent:
link: /guides
---

# Frontend/Fullstack Quickstart
# Next.js Fullstack Quickstart

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

Expand Down
12 changes: 6 additions & 6 deletions docs/guides/docs/guides.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"intro_to_sway": {
"title": "Introduction to Sway for JavaScript developers",
"description": "Learn Sway fundamentals by building a marketplace dApp.",
"description": "Learn Sway fundamentals by building a marketplace React dApp.",
"featured": true,
"tags": ["Full Stack"]
"tags": ["Full Stack", "React"]
},
"contract-quickstart": {
"title": "Smart Contract Quickstart",
Expand All @@ -18,16 +18,16 @@
"tags": ["Getting Started"]
},
"frontend-quickstart": {
"title": "Frontend/Fullstack Quickstart",
"title": "Next.js Fullstack Quickstart",
"description": "Get started by generating a full-stack counter dapp on Fuel.",
"featured": false,
"tags": ["Getting Started", "Full Stack"]
"tags": ["Getting Started", "Full Stack", "Next.js"]
},
"counter-dapp": {
"title": "Counter Dapp",
"title": "Counter React Dapp",
"description": "Step-by-step guide to build a counter dApp on Fuel",
"featured": false,
"tags": ["Getting Started", "Full Stack"]
"tags": ["Getting Started", "Full Stack", "React"]
},
"running_a_node": {
"title": "Running a Node",
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/docs/intro-to-sway/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parent:
link: /guides
---

# Introduction to Sway Language for JavaScript Developers
# Introduction to Sway Language for JavaScript Developers (React App)

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.

Expand Down