Skip to content

Commit acbad6e

Browse files
committed
refactor(SDK): move up quickstart to getting started
- To early on direct the different knowledge-level of visitor we move quickstart to the top and add a quick introduction when to use quickstart.
1 parent 99100f6 commit acbad6e

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

packages/sdk-angular/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ An SDK for using FusionAuth in Angular applications.
44

55
- [Overview](#overview)
66
- [Getting Started](#getting-started)
7+
- [Quickstart](#quickstart)
78
- [Installation](#installation)
89
- [Usage](#usage)
910
- [FusionAuthService](#fusionauthservice)
1011
- [Pre-built buttons](#pre-built-buttons)
1112
- [State Parameter](#state-parameter)
1213
- [SSR](#ssr)
1314
- [Known issues](#known-issues)
14-
- [Quickstart](#quickstart)
1515
- [Documentation](#documentation)
1616
- [Releases](#releases)
1717

@@ -57,6 +57,12 @@ compliant identity server.
5757

5858
## Getting Started
5959

60+
If you are new to Angular development, you may want to start with the Quickstart guide. If you are already familiar with Angular development, skip to the Configuration section.
61+
62+
### Quickstart
63+
64+
See the [FusionAuth Angular Quickstart](https://fusionauth.io/docs/quickstarts/quickstart-javascript-angular-web) for a full tutorial on using FusionAuth and Angular.
65+
6066
### Installation
6167

6268
NPM:
@@ -183,10 +189,6 @@ The SDK supports Angular applications using SSR. No additional configuration is
183189

184190
None.
185191

186-
## Quickstart
187-
188-
See the [FusionAuth Angular Quickstart](https://fusionauth.io/docs/quickstarts/quickstart-javascript-angular-web) for a full tutorial on using FusionAuth and Angular.
189-
190192
## Documentation
191193

192194
[Full library documentation](https://github.com/FusionAuth/fusionauth-javascript-sdk/tree/main/packages/sdk-angular/docs)

packages/sdk-react/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ An SDK for using FusionAuth in React applications.
44

55
- [Overview](#overview)
66
- [Getting Started](#getting-started)
7+
- [Quickstart](#quickstart)
78
- [Installation](#installation)
89
- [Configuration](#configuration)
910
- [Configuration with NextJS](#configuration-with-nextjs)
@@ -13,7 +14,6 @@ An SDK for using FusionAuth in React applications.
1314
- [Protecting content](#protecting-content)
1415
- [UI Components](#ui-components)
1516
- [Known issues](#known-issues)
16-
- [Quickstart](#quickstart)
1717
- [Documentation](#documentation)
1818
- [Formatting](#formatting)
1919
- [Releases](#releases)
@@ -61,6 +61,12 @@ compliant identity server.
6161

6262
## Getting Started
6363

64+
If you are new to React development, you may want to start with the Quickstart guide. If you are already familiar with React development, skip to the Configuration section.
65+
66+
### Quickstart
67+
68+
See the [FusionAuth React Quickstart](https://fusionauth.io/docs/quickstarts/quickstart-javascript-react-web) for a full tutorial on using FusionAuth and React.
69+
6470
### Installation
6571

6672
NPM:
@@ -226,10 +232,6 @@ export const AccountPage = () => (
226232
227233
None.
228234
229-
## Quickstart
230-
231-
See the [FusionAuth React Quickstart](https://fusionauth.io/docs/quickstarts/quickstart-javascript-react-web) for a full tutorial on using FusionAuth and React.
232-
233235
## Documentation
234236
235237
[Full library documentation](https://github.com/FusionAuth/fusionauth-javascript-sdk/tree/main/packages/sdk-react/docs)

packages/sdk-vue/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ An SDK for using FusionAuth in Vue applications.
44

55
- [Overview](#overview)
66
- [Getting Started](#getting-started)
7-
- [Installation](#installation)
7+
- [Quickstart](#quickstart)
8+
- [Installation](#installation)
89
- [Usage](#usage)
910
- [Configuring the SDK](#configuring-the-sdk)
1011
- [Configuring with Nuxt](#configuring-with-nuxt)
@@ -13,7 +14,6 @@ An SDK for using FusionAuth in Vue applications.
1314
- [UI Components](#ui-components)
1415
- [Protecting Content](#protecting-content)
1516
- [Pre-built buttons](#pre-built-buttons)
16-
- [Quickstart](#quickstart)
1717
- [Documentation](#documentation)
1818
- [Known Issues](#known-issues)
1919
- [Releases](#releases)
@@ -61,6 +61,12 @@ compliant identity server.
6161

6262
## Getting Started
6363

64+
If you are new to Vue development, you may want to start with the Quickstart guide. If you are already familiar with Vue development, skip to the Configuration section.
65+
66+
### Quickstart
67+
68+
See the [FusionAuth Vue Quickstart](https://fusionauth.io/docs/quickstarts/quickstart-javascript-vue-web) for a full tutorial on using FusionAuth and Vue.
69+
6470
### Installation
6571

6672
NPM:
@@ -230,10 +236,6 @@ is.
230236
231237
With the CSS variables, you can customize the buttons to match your app’s style.
232238
233-
## Quickstart
234-
235-
See the [FusionAuth Vue Quickstart](https://fusionauth.io/docs/quickstarts/quickstart-javascript-vue-web) for a full tutorial on using FusionAuth and Vue.
236-
237239
## Documentation
238240
239241
[Full library documentation](https://github.com/FusionAuth/fusionauth-javascript-sdk/tree/main/packages/sdk-vue/docs)

0 commit comments

Comments
 (0)