Skip to content

Commit

Permalink
Add desc in example-short-header (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau authored Nov 22, 2024
1 parent 9521ec6 commit 7a510fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/post-build/exampleShortHeaders.json.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ describe('exampleShortHeaders.json post build checks', () => {
authorIds: ['R0F5QGNCzgOY5w2cxGeKJOq2UaD2'],
shortDescription:
'An example of a basic platformer (Mario-like) game. Jump around and collect as many coins as you can!',
description:
'Check out [the YouTube video](https://www.youtube.com/watch?v=eU0kkLSdw0Y&list=PL3YlZTdKiS898Wio0tvKjQM0x3zo4V0Mb) explaining how this example was made.',
license: 'MIT',
previewImageUrls: [
'https://resources.gdevelop-app.com/examples/platformer/preview.png',
Expand Down
1 change: 1 addition & 0 deletions scripts/generate-database.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ const generateSortedShortHeaders = (allExamples) => {
name: example.name,
slug: example.slug,
shortDescription: example.shortDescription,
description: example.description,
license: example.license,
previewImageUrls: example.previewImageUrls,
quickCustomizationImageUrl: example.quickCustomizationImageUrl,
Expand Down

0 comments on commit 7a510fc

Please sign in to comment.