You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -185,9 +196,10 @@ publishDate: 2024-12-05 # Date the article is published
185
196
186
197
# Add author details
187
198
params:
188
-
author:
189
-
name: Mona
190
-
handle: octocat
199
+
authors:
200
+
[
201
+
{ name: 'Mona', handle: 'octocat' },
202
+
]
191
203
192
204
# Classifications of the framework to drive key concepts, design principles, and architectural best practices
193
205
pillars:
@@ -198,6 +210,8 @@ pillars:
198
210
199
211
- When you are done with your article, set `draft: false` when you are ready to publish.
200
212
213
+
- Set `publishDate` to the date the article is first merged to `main`. Do not change it on future revisions.
214
+
201
215
- All recommended values for all of these fields are described in [Taxonomies]. **Insert all that apply to your article. This is how your article will be discoverable!**
0 commit comments