diff --git a/docs/guides/docs/categories.ts b/docs/guides/docs/categories.ts index eefe387ad..ddbf3c6c3 100644 --- a/docs/guides/docs/categories.ts +++ b/docs/guides/docs/categories.ts @@ -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']; diff --git a/docs/guides/docs/counter-dapp/index.mdx b/docs/guides/docs/counter-dapp/index.mdx index 5d75680ea..6f5c80488 100644 --- a/docs/guides/docs/counter-dapp/index.mdx +++ b/docs/guides/docs/counter-dapp/index.mdx @@ -6,7 +6,7 @@ parent: link: /guides --- -# Counter Dapp +# Counter React Dapp This guide includes step-by-step instructions for how to diff --git a/docs/guides/docs/frontend-quickstart/index.mdx b/docs/guides/docs/frontend-quickstart/index.mdx index 5b6cfdb91..d4bfc07a4 100644 --- a/docs/guides/docs/frontend-quickstart/index.mdx +++ b/docs/guides/docs/frontend-quickstart/index.mdx @@ -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: diff --git a/docs/guides/docs/guides.json b/docs/guides/docs/guides.json index 04d8fbf41..c645661ff 100644 --- a/docs/guides/docs/guides.json +++ b/docs/guides/docs/guides.json @@ -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", @@ -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", diff --git a/docs/guides/docs/intro-to-sway/index.mdx b/docs/guides/docs/intro-to-sway/index.mdx index d4bec2846..88c64b660 100644 --- a/docs/guides/docs/intro-to-sway/index.mdx +++ b/docs/guides/docs/intro-to-sway/index.mdx @@ -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.