@@ -5,10 +5,26 @@ import apiTestingThumbnail from './images/api-testing-thumbnail.svg';
55import apiSecurityThumbnail from './images/api-security-thumbnail.svg' ;
66import arazzoThumbnail from './images/arazzo-thumbnail.svg' ;
77import aiForDocsThumbnail from './images/ai-for-docs-thumbnail.svg' ;
8+ import getStartedThumbnail from './images/get-started-thumbnail.svg' ;
89
910export 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:
0 commit comments