Skip to content

Commit d763012

Browse files
authored
Merge pull request #3489 from FusionAuth/mooreds/add-start-here-to-quickstarts
add start here to quickstarts page
2 parents e421c0b + 3b90b35 commit d763012

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

astro/src/content/json/exampleapps.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,5 +598,17 @@
598598
"name": "Modeling Organizations",
599599
"description": "Node.js Express sample application for the Modeling Organizations guide.",
600600
"language": "javascript"
601+
},
602+
{
603+
"url": "https://github.com/fusionauth/fusionauth-example-terraform-deploy-fusionauth",
604+
"name": "Start Here Tutorial App",
605+
"description": "An express/JavaScript application used for a walkthrough of a FusionAuth setup",
606+
"language": "config"
607+
},
608+
{
609+
"url": "https://github.com/FusionAuth/fusionauth-example-express-start-here",
610+
"name": "Start Here Tutorial App",
611+
"description": "Use Terraform to deploy FusionAuth and its database.",
612+
"language": "javascript"
601613
}
602614
]

astro/src/content/quickstarts/_landing-preamble.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
---
3-
Learn how you would use FusionAuth to add authentication and authorization to an application in the framework or language of your choice in 15 minutes or less.
3+
Learn how you would use FusionAuth to add authentication and authorization to an application in the framework or language of your choice in 15 minutes or less. For a quick interactive introduction to FusionAuth and the problems it solves, check out our [Start Here](/docs/get-started/start-here) tutorial.
44

55
Each quickstart includes a complete runnable application and a shell application you can build out by following the step-by-step integration instructions. Application examples include: [traditional web applications](#web-application), [single-page applications](#spa), [mobile applications](#mobile-app), and [APIs protected with access tokens](#api).
66

@@ -11,4 +11,4 @@ You'll need the following to work through any quickstarts.
1111
- Git, for cloning the example repository
1212
- Docker, to run FusionAuth and its dependencies
1313
- An editor, to update files
14-
- The language, platform or framework; for example, Xcode to run the iOS quickstart or Java for the Spring example
14+
- The language, platform or framework; for example, Xcode to run the iOS quickstart or Java for the Spring example

0 commit comments

Comments
 (0)