mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor(console): update further readings in sdk guides
This commit is contained in:
parent
8b63652c8e
commit
a915083b83
19 changed files with 192 additions and 0 deletions
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'android-sample-kotlin',
|
||||
},
|
||||
fullGuide: 'android',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/android/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/android/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'packages/rn-sample',
|
||||
},
|
||||
fullGuide: 'expo',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/expo/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/expo/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'Demos/SwiftUI%20Demo',
|
||||
},
|
||||
fullGuide: 'swift',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/swift/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/swift/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'packages/angular-sample',
|
||||
},
|
||||
fullGuide: 'angular',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/angular/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/angular/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -12,6 +12,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
},
|
||||
isFeatured: true,
|
||||
fullGuide: 'react',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/react/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/react/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'packages/browser-sample',
|
||||
},
|
||||
fullGuide: 'vanilla-js',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/vanilla-js/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/vanilla-js/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -13,6 +13,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
},
|
||||
isFeatured: true,
|
||||
fullGuide: 'vue',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/vue/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/vue/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: '/',
|
||||
},
|
||||
fullGuide: 'dotnet-core/blazor-server',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/dotnet-core/blazor-server/#the-user-object'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/dotnet-core/blazor-server/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,18 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: '/',
|
||||
},
|
||||
fullGuide: 'dotnet-core/blazor-wasm',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL(
|
||||
'https://docs.logto.io/quick-starts/dotnet-core/blazor-wasm/#get-user-information'
|
||||
),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/dotnet-core/blazor-wasm/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: '/',
|
||||
},
|
||||
fullGuide: 'dotnet-core/mvc',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/dotnet-core/mvc/#the-user-object'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/dotnet-core/mvc/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -12,6 +12,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'packages/express-sample',
|
||||
},
|
||||
fullGuide: 'express',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/express/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/express/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -12,6 +12,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'gin-sample',
|
||||
},
|
||||
fullGuide: 'go',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/go/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/go/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -12,6 +12,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
},
|
||||
isFeatured: true,
|
||||
fullGuide: 'next-app-router',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/next-app-router/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/next-app-router/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -12,6 +12,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'packages/next-sample',
|
||||
},
|
||||
fullGuide: 'next',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/next/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources',
|
||||
url: new URL('https://docs.logto.io/quick-starts/next/#api-resources'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -12,6 +12,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'packages/nuxt',
|
||||
},
|
||||
fullGuide: 'nuxt',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/nuxt/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/nuxt/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'samples',
|
||||
},
|
||||
fullGuide: 'php',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/php/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/php/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -11,6 +11,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'samples',
|
||||
},
|
||||
fullGuide: 'python',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/python/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/python/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -13,6 +13,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'logto-sample',
|
||||
},
|
||||
fullGuide: 'ruby',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/ruby/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/ruby/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
|
@ -12,6 +12,16 @@ const metadata: Readonly<GuideMetadata> = Object.freeze({
|
|||
path: 'packages/sveltekit-sample',
|
||||
},
|
||||
fullGuide: 'sveltekit',
|
||||
furtherReadings: [
|
||||
{
|
||||
title: 'Get user information',
|
||||
url: new URL('https://docs.logto.io/quick-starts/sveltekit/#get-user-information'),
|
||||
},
|
||||
{
|
||||
title: 'API resources and organizations',
|
||||
url: new URL('https://docs.logto.io/quick-starts/sveltekit/#api-resources-and-organizations'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export default metadata;
|
||||
|
|
Loading…
Reference in a new issue