Skip to content

Commit 7a510fc

Browse files
Add desc in example-short-header (#734)
1 parent 9521ec6 commit 7a510fc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

__tests__/post-build/exampleShortHeaders.json.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ describe('exampleShortHeaders.json post build checks', () => {
3434
authorIds: ['R0F5QGNCzgOY5w2cxGeKJOq2UaD2'],
3535
shortDescription:
3636
'An example of a basic platformer (Mario-like) game. Jump around and collect as many coins as you can!',
37+
description:
38+
'Check out [the YouTube video](https://www.youtube.com/watch?v=eU0kkLSdw0Y&list=PL3YlZTdKiS898Wio0tvKjQM0x3zo4V0Mb) explaining how this example was made.',
3739
license: 'MIT',
3840
previewImageUrls: [
3941
'https://resources.gdevelop-app.com/examples/platformer/preview.png',

scripts/generate-database.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ const generateSortedShortHeaders = (allExamples) => {
559559
name: example.name,
560560
slug: example.slug,
561561
shortDescription: example.shortDescription,
562+
description: example.description,
562563
license: example.license,
563564
previewImageUrls: example.previewImageUrls,
564565
quickCustomizationImageUrl: example.quickCustomizationImageUrl,

0 commit comments

Comments
 (0)