0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

chore(console): update sdk doc reference links (#5860)

This commit is contained in:
Charles Zhao 2024-05-14 18:00:27 +08:00 committed by GitHub
parent 5660c54cb5
commit a6582b208c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 24 additions and 24 deletions

View file

@ -9,7 +9,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
isFeatured: true,
fullGuide: {
title: 'Full machine-to-machine integration tutorial',
url: 'https://docs.logto.io/sdk/m2m',
url: 'https://docs.logto.io/quick-starts/m2m',
},
});

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full Android SDK tutorial',
url: 'https://docs.logto.io/sdk/android',
url: 'https://docs.logto.io/quick-starts/android',
},
});

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full Expo (React Native) guide',
url: 'https://docs.logto.io/sdk/expo',
url: 'https://docs.logto.io/quick-starts/expo',
},
});

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full Angular guide',
url: 'https://docs.logto.io/sdk/angular',
url: 'https://docs.logto.io/quick-starts/angular',
},
});

View file

@ -13,7 +13,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
isFeatured: true,
fullGuide: {
title: 'Full React SDK tutorial',
url: 'https://docs.logto.io/sdk/react',
url: 'https://docs.logto.io/quick-starts/react',
},
});

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full vanilla JS SDK tutorial',
url: 'https://docs.logto.io/sdk/vanilla-js',
url: 'https://docs.logto.io/quick-starts/vanilla-js',
},
});

View file

@ -14,7 +14,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
isFeatured: true,
fullGuide: {
title: 'Full Vue SDK tutorial',
url: 'https://docs.logto.io/sdk/vue',
url: 'https://docs.logto.io/quick-starts/vue',
},
});

View file

@ -184,7 +184,7 @@ var claims = User.Claims;
var userId = claims.FirstOrDefault(c => c.Type == LogtoParameters.Claims.Subject)?.Value;
```
See the [full tutorial](https://docs.logto.io/sdk/dotnet-core/blazor-server/) for more details.
See the [full tutorial](https://docs.logto.io/quick-starts/dotnet-core/blazor-server/) for more details.
</Step>

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full .NET Core (Blazor Server) integration tutorial',
url: 'https://docs.logto.io/sdk/dotnet-core/blazor-server',
url: 'https://docs.logto.io/quick-starts/dotnet-core/blazor-server',
},
});

View file

@ -209,7 +209,7 @@ Now you can run the web application and try to sign in and sign out with Logto:
To get the user profile, you can use the `User?.Profile` property; to fetch the access token, you can use the `User?.AccessToken` property or add it to your HTTP client using `.AddAccessToken()`.
See the [full tutorial](https://docs.logto.io/sdk/dotnet-core/blazor-wasm/) for more details.
See the [full tutorial](https://docs.logto.io/quick-starts/dotnet-core/blazor-wasm/) for more details.
</Step>

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full .NET Core (Blazor WASM) integration tutorial',
url: 'https://docs.logto.io/sdk/dotnet-core/blazor-wasm',
url: 'https://docs.logto.io/quick-starts/dotnet-core/blazor-wasm',
},
});

View file

@ -173,7 +173,7 @@ var claims = User.Claims;
var userId = claims.FirstOrDefault(c => c.Type == LogtoParameters.Claims.Subject)?.Value;
```
See the [full tutorial](https://docs.logto.io/sdk/dotnet-core/mvc/) for more details.
See the [full tutorial](https://docs.logto.io/quick-starts/dotnet-core/mvc/) for more details.
</Step>

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full .NET Core (MVC) integration tutorial',
url: 'https://docs.logto.io/sdk/dotnet-core/mvc',
url: 'https://docs.logto.io/quick-starts/dotnet-core/mvc',
},
});

View file

@ -183,7 +183,7 @@ var claims = User.Claims;
var userId = claims.FirstOrDefault(c => c.Type == LogtoParameters.Claims.Subject)?.Value;
```
See the [full tutorial](https://docs.logto.io/sdk/dotnet-core/razor/) for more details.
See the [full tutorial](https://docs.logto.io/quick-starts/dotnet-core/razor/) for more details.
</Step>

View file

@ -13,7 +13,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full Express SDK tutorial',
url: 'https://docs.logto.io/sdk/express',
url: 'https://docs.logto.io/quick-starts/express',
},
});

View file

@ -13,7 +13,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full Go SDK tutorial',
url: 'https://docs.logto.io/sdk/go',
url: 'https://docs.logto.io/quick-starts/go',
},
});

View file

@ -13,7 +13,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full Next.js App Router SDK tutorial',
url: 'https://docs.logto.io/sdk/next-app-router',
url: 'https://docs.logto.io/quick-starts/next-app-router',
},
});

View file

@ -14,7 +14,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
isFeatured: true,
fullGuide: {
title: 'Full Next.js SDK tutorial',
url: 'https://docs.logto.io/sdk/next',
url: 'https://docs.logto.io/quick-starts/next',
},
});

View file

@ -13,7 +13,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full Nuxt guide',
url: 'https://docs.logto.io/sdk/nuxt',
url: 'https://docs.logto.io/quick-starts/nuxt',
},
});

View file

@ -159,7 +159,7 @@ Note that a field (claim) with `null` value doesn't mean the field is set. The r
For example, if we didn't request the `email` scope when signing in, and the `email` field will be `null`. However, if we requested the `email` scope, the `email` field will be the user's email address if available.
To learn more about scopes and claims, see [Get user information](https://docs.logto.io/sdk/php/#get-user-information).
To learn more about scopes and claims, see [Get user information](https://docs.logto.io/quick-starts/php/#get-user-information).
</Step>

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full PHP SDK tutorial',
url: 'https://docs.logto.io/sdk/php',
url: 'https://docs.logto.io/quick-starts/php',
},
});

View file

@ -177,7 +177,7 @@ Adding `exclude_unset=True` will exclude unset fields from the JSON output, whic
For example, if we didn't request the `email` scope when signing in, and the `email` field will be excluded from the JSON output. However, if we requested the `email` scope, but the user doesn't have an email address, the `email` field will be included in the JSON output with a `null` value.
To learn more about scopes and claims, see [Get user information](https://docs.logto.io/sdk/python/#get-user-information).
To learn more about scopes and claims, see [Get user information](https://docs.logto.io/quick-starts/python/#get-user-information).
</Step>

View file

@ -12,7 +12,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full Python SDK tutorial',
url: 'https://docs.logto.io/sdk/python',
url: 'https://docs.logto.io/quick-starts/python',
},
});

View file

@ -13,7 +13,7 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
},
fullGuide: {
title: 'Full SvelteKit guide',
url: 'https://docs.logto.io/sdk/sveltekit',
url: 'https://docs.logto.io/quick-starts/sveltekit',
},
});