Skip to content

Commit 99d05f2

Browse files
committed
chore: add get started guide cards
1 parent 08cdfa7 commit 99d05f2

File tree

4 files changed

+51
-8
lines changed

4 files changed

+51
-8
lines changed

docs/images/rocket-icon.svg

Lines changed: 6 additions & 0 deletions
Loading

docs/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ seo:
88
Welcome to the official Redocly Documentation.
99
Ready to build something amazing?
1010

11+
{% cards %}
12+
{% card
13+
title="Get started guide"
14+
layout="horizontal"
15+
align="start"
16+
to="/docs/realm/get-started/index.md"
17+
icon="./images/rocket-icon.svg"
18+
%}
19+
Go live with your docs in minutes using our guided setup
20+
{% /card %}
21+
{% /cards %}
22+
1123
## Products
1224

1325
{% cards columns=2 cardMinWidth=300 %}

pages/learning-center/cards.ts

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,26 @@ import apiTestingThumbnail from './images/api-testing-thumbnail.svg';
55
import apiSecurityThumbnail from './images/api-security-thumbnail.svg';
66
import arazzoThumbnail from './images/arazzo-thumbnail.svg';
77
import aiForDocsThumbnail from './images/ai-for-docs-thumbnail.svg';
8+
import getStartedThumbnail from './images/get-started-thumbnail.svg';
89

910
export const cards = [
1011
{
1112
id: 1,
13+
key: 'get-started',
14+
title: 'Get started',
15+
description: 'Everything you need to build, validate, and ship great API documentation.',
16+
thumbnail: getStartedThumbnail,
17+
moreItems: '',
18+
landingPage: '/learn/openapi/learning-openapi',
19+
items: [
20+
{ title: 'Get started with the Reunite editor', link: '/docs/realm/get-started/start-reunite-editor' },
21+
{ title: 'Start with local development', link: '/docs/realm/get-started/start-local-dev' },
22+
{ title: 'Migrate from legacy', link: '/docs/realm/get-started/migrate-api-reference' },
23+
{ title: 'Upgrade product version', link: '/docs/realm/get-started/upgrade-realm-version' },
24+
],
25+
},
26+
{
27+
id: 2,
1228
key: 'open-api',
1329
title: 'OpenAPI',
1430
description: 'Resources for learning more about OpenAPI and how to use it.',
@@ -23,7 +39,7 @@ export const cards = [
2339
],
2440
},
2541
{
26-
id: 2,
42+
id: 3,
2743
key: 'arazzo',
2844
title: 'Arazzo',
2945
description:
@@ -39,7 +55,7 @@ export const cards = [
3955
],
4056
},
4157
{
42-
id: 3,
58+
id: 4,
4359
key: 'markdoc',
4460
title: 'Markdoc',
4561
description: 'Next-generation markup resources and detailed tag library.',
@@ -54,7 +70,7 @@ export const cards = [
5470
],
5571
},
5672
{
57-
id: 4,
73+
id: 5,
5874
key: 'yaml',
5975
title: 'YAML',
6076
description: 'Learn how to use YAML in your API documentation and configuration.',
@@ -69,7 +85,7 @@ export const cards = [
6985
],
7086
},
7187
// {
72-
// id: 5,
88+
// id: 6,
7389
// key: 'api-governance',
7490
// title: 'API governance',
7591
// description: 'Use our interactive tool to build linting rules for your API.',
@@ -84,7 +100,7 @@ export const cards = [
84100
// ],
85101
// },
86102
{
87-
id: 5,
103+
id: 6,
88104
key: 'api-testing',
89105
title: 'API Testing',
90106
description:
@@ -98,7 +114,7 @@ export const cards = [
98114
],
99115
},
100116
{
101-
id: 6,
117+
id: 7,
102118
key: 'api-security',
103119
title: 'API Security',
104120
description:
@@ -115,7 +131,7 @@ export const cards = [
115131
],
116132
},
117133
{
118-
id: 7,
134+
id: 8,
119135
key: 'ai-for-docs',
120136
title: 'AI for Docs',
121137
description:
@@ -130,7 +146,7 @@ export const cards = [
130146
],
131147
},
132148
// {
133-
// id: 8,
149+
// id: 9,
134150
// key: 'graphql',
135151
// title: 'GraphQL',
136152
// description:
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)