Skip to content

Commit a2ec658

Browse files
Rany0101charIeszhao
authored andcommitted
refactor: add sdk docs for tutorial
Add 11 SDK docs into programmed tutorials 1. Angular 2. Capacitor JS 3. Chrome extension 4. Java Spring Boot 5. Next.js (App Router) 6. Auth.js (NextAuth) 7. Nuxt 8. Passport.js 9. Ruby 10. Sveltekit 11. Webflow
1 parent dfcd57a commit a2ec658

25 files changed

+508
-316
lines changed

docs/quick-starts/framework/angular/README.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ slug: /quick-starts/angular
33
sidebar_label: Angular
44
sidebar_custom_props:
55
description: Angular is a JavaScript library for building user interfaces.
6+
language: js
7+
official_link: https://angular.dev
8+
app_type: Single page app
9+
framework: Angular
610
---
711

812
import FurtherReadings from '../../fragments/_further-readings.md';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import GuideTip from './_guide-tip.md';
2+
import Installation from './_installation.mdx';
3+
import Integration from './_integration.mdx';
4+
5+
<GuideTip />
6+
7+
### Installation \{#installation}
8+
9+
<Installation />
10+
11+
<Integration />

docs/quick-starts/framework/capacitor-js/README.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ slug: /quick-starts/capacitor-js
33
sidebar_label: Capacitor JS
44
sidebar_custom_props:
55
description: Capacitor JS is a framework for building hybrid mobile apps.
6+
language: js
7+
official_link: https://capacitorjs.com
8+
app_type: Native app
9+
framework: Capacitor JS
610
---
711

812
import FurtherReadings from '../../fragments/_further-readings.md';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import GuideTip from './_guide-tip.md';
2+
import Installation from './_installation.mdx';
3+
import Integration from './_integration.mdx';
4+
5+
<GuideTip />
6+
7+
### Installation \{#installation}
8+
9+
<Installation />
10+
11+
<Integration />

docs/quick-starts/framework/chrome-extension/README.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ slug: /quick-starts/chrome-extension
33
sidebar_label: Chrome extension
44
sidebar_custom_props:
55
description: Chrome extensions are mini web applications that run within Google Chrome.
6+
language: js
7+
official_link: https://developer.chrome.com/docs/extensions
8+
app_type: Single page app
9+
framework: Chrome extension
610
---
711

812
import FurtherReadings from '../../fragments/_further-readings.md';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import GuideTip from './_guide-tip.mdx';
2+
import Installation from './_installation.mdx';
3+
import Integration from './_integration.mdx';
4+
5+
<GuideTip />
6+
7+
### Installation \{#installation}
8+
9+
<Installation />
10+
11+
<Integration />

0 commit comments

Comments
 (0)