Skip to content

Commit af276e9

Browse files
authored
Nickmccleery/add contributor field to research (#554)
* Simplicity >>>> * Add Serena here, why not.
1 parent 34cd25f commit af276e9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

content/research/zoo-cad-engine-overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ date: '2025-05-20T01:00:00.000Z'
88
author:
99
name: Mike Farrell & Alyn Rockwood
1010
picture: ''
11+
additionalContributors: 'Serena Gandhi'
1112
ogImage:
1213
url: 'documentation-assets/meta-images/zoo-research-geometry-engine.jpg'
1314
---

contentlayer.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,12 @@ const ResearchPage = defineDocumentType(() => ({
244244
description: 'The author of the research page.',
245245
required: true,
246246
},
247+
additionalContributors: {
248+
type: 'string',
249+
description:
250+
'Additional contributors to the research page, for attribution purposes.',
251+
required: false,
252+
},
247253
ogImage: {
248254
type: 'nested',
249255
of: OgImage,

0 commit comments

Comments
 (0)