File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 hideIndex : true
88---
99
10- import { GlossaryTooltip , ListTutorials } from " ~/components" ;
10+ import { GlossaryTooltip , TutorialsGrid } from " ~/components" ;
1111
1212View <GlossaryTooltip term = " tutorial" >tutorials</GlossaryTooltip > to help you get started with AI Gateway.
1313
14- <ListTutorials />
14+ <TutorialsGrid frontmatterBadges = { [ " languages " ] } />
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ sidebar:
66 order : 5
77---
88
9- import { GlossaryTooltip , ListTutorials } from " ~/components" ;
9+ import { GlossaryTooltip , TutorialsGrid } from " ~/components" ;
1010
1111:::note
1212[ Explore our community-written tutorials contributed through the Developer Spotlight program.] ( /developer-spotlight/ )
1313:::
1414
1515View <GlossaryTooltip term = " tutorial" >tutorials</GlossaryTooltip > to help you get started with Workers AI.
1616
17- <ListTutorials />
17+ <TutorialsGrid frontmatterBadges = { [ " languages " ] } />
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ sidebar:
77 order : 4
88---
99
10- import { GlossaryTooltip , TutorialsGrid } from " ~/components" ;
10+ import { GlossaryTooltip , ListTutorials } from " ~/components" ;
1111
1212:::note
1313[ Explore our community-written tutorials contributed through the Developer Spotlight program.] ( /developer-spotlight/ )
1414:::
1515
1616View <GlossaryTooltip term = " tutorial" >tutorials</GlossaryTooltip > to help you get started with Workers.
1717
18- <TutorialsGrid frontmatterBadges = { [ " languages " ] } />
18+ <ListTutorials />
You can’t perform that action at this time.
0 commit comments