Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9add972

Browse files
committed
add published dates and featured images
1 parent d67e647 commit 9add972

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+60
-5
lines changed

contentlayer.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ const Guide = defineDocumentType(() => ({
103103
published_at: {
104104
type: 'date',
105105
description: 'The date the guide was published',
106-
required: false,
106+
required: true,
107+
},
108+
updated_at: {
109+
type: 'date',
110+
description:
111+
'The date the guide was last updated, will be set to published_at if not set',
107112
},
108113
featured: {
109114
type: 'nested',

docs/guides/dart/flutter.mdx

Lines changed: 4 additions & 0 deletions

docs/guides/dart/serverless-rest-api-example.mdx

Lines changed: 1 addition & 0 deletions

docs/guides/deploying/azure-pipelines.mdx

Lines changed: 1 addition & 0 deletions

docs/guides/deploying/github-actions.mdx

Lines changed: 1 addition & 0 deletions

docs/guides/deploying/gitlab-ci.mdx

Lines changed: 1 addition & 0 deletions

docs/guides/deploying/google-cloud-build.mdx

Lines changed: 1 addition & 0 deletions

docs/guides/go/realtime-messaging.mdx

Lines changed: 4 additions & 0 deletions

docs/guides/go/serverless-rest-api-example.mdx

Lines changed: 1 addition & 0 deletions

docs/guides/jvm/serverless-rest-api-example.mdx

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)