Skip to content

Commit 7ff091a

Browse files
Mark old guides with "Legacy" prefix (#28)
1 parent 7aa8013 commit 7ff091a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/routes/guides/urls.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
export const GUIDES = {
2-
BUILD_APP: {
3-
title: "Building an application",
4-
href: "/guides/building-an-application",
5-
},
62
BUILD_DATA_SOURCE: {
73
title: "Building a data source",
84
href: "/guides/building-a-data-source",
@@ -11,10 +7,6 @@ export const GUIDES = {
117
title: "How to create data definitions",
128
href: "/guides/building-a-data-definition",
139
},
14-
VERIFY_CONSENT: {
15-
title: "How to verify consent in data source",
16-
href: "/guides/verifying-consent-in-data-source",
17-
},
1810
MANAGE_GROUP: {
1911
title: "How to create and manage a group",
2012
href: "/guides/managing-groups",
@@ -23,18 +15,26 @@ export const GUIDES = {
2315
title: "How to manage group members",
2416
href: "/guides/managing-group-members",
2517
},
18+
VERIFYING_API_TOKENS: {
19+
title: "Verifying API tokens",
20+
href: "https://ioxio.notion.site/Verifying-API-tokens-1528e3ae865b804c9f2dd354b143c743",
21+
},
22+
BUILD_APP: {
23+
title: "Legacy: Building an application",
24+
href: "/guides/building-an-application",
25+
},
26+
VERIFY_CONSENT: {
27+
title: "Legacy: How to verify consent in data source",
28+
href: "/guides/verifying-consent-in-data-source",
29+
},
2630
USING_LOGIN_PROVIDER: {
27-
title: "How to use dataspace login in an application",
31+
title: "Legacy: How to use dataspace login in an application",
2832
href: "/guides/using-login-provider",
2933
},
3034
VERIFY_ID_TOKEN: {
31-
title: "Verify id_token in data source",
35+
title: "Legacy: Verify id_token in data source",
3236
href: "/guides/verifying-id-token",
3337
},
34-
VERIFYING_API_TOKENS: {
35-
title: "Verifying API tokens",
36-
href: "https://ioxio.notion.site/Verifying-API-tokens-1528e3ae865b804c9f2dd354b143c743",
37-
},
3838
}
3939

4040
export const VIDEO_GUIDES = {

0 commit comments

Comments
 (0)