Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading