From 7218300580423b2281f076f844e93222924cb3ef Mon Sep 17 00:00:00 2001 From: Call Delegation <106365423+calldelegation@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:41:17 -0400 Subject: [PATCH 1/3] Adding tags to nextjs vs react --- docs/guides/docs/categories.ts | 2 +- docs/guides/docs/counter-dapp/index.mdx | 4 ++-- docs/guides/docs/frontend-quickstart/index.mdx | 2 +- docs/guides/docs/guides.json | 12 ++++++------ 4 files changed, 10 insertions(+), 10 deletions(-) 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..e82adeed4 100644 --- a/docs/guides/docs/counter-dapp/index.mdx +++ b/docs/guides/docs/counter-dapp/index.mdx @@ -1,12 +1,12 @@ --- -title: Counter Dapp +title: Counter Dapp (React App) category: Counter Dapp parent: label: All Guides 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", From cc847fad69c241e527c65e36b97226639213a703 Mon Sep 17 00:00:00 2001 From: Call Delegation <106365423+calldelegation@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:43:02 -0400 Subject: [PATCH 2/3] updates --- docs/guides/docs/counter-dapp/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/docs/counter-dapp/index.mdx b/docs/guides/docs/counter-dapp/index.mdx index e82adeed4..6f5c80488 100644 --- a/docs/guides/docs/counter-dapp/index.mdx +++ b/docs/guides/docs/counter-dapp/index.mdx @@ -1,5 +1,5 @@ --- -title: Counter Dapp (React App) +title: Counter Dapp category: Counter Dapp parent: label: All Guides From 51a9a6d0d4d6b8097fd759a80a77f5d24b50b60c Mon Sep 17 00:00:00 2001 From: Call Delegation <106365423+calldelegation@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:54:00 -0400 Subject: [PATCH 3/3] Ready for review --- docs/guides/docs/intro-to-sway/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.