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
Copy file name to clipboardExpand all lines: src/content/docs/contribute/index.mdx
+43-32Lines changed: 43 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,56 +170,67 @@ This helps us recognize and prioritize requests.
170
170
This section describes some of our styles, elements, and conventions for docs content.
171
171
172
172
### Frontmatter
173
+
The header/metadata part of the content helps the article appearing correctly in docs. It is also important for external AI tools and search optimization.
173
174
174
-
The header/metadata part of the content is critical to the article appearing correctly in docs.
**`title`**(string) - You must provide a title for every page. This will be displayed at the top of the page, in browser tabs, and in page metadata.
191
214
192
-
This is the internal unique `id` for the article. This will be used when referencing other articles within the `relatedArticles` frontmatter. You can use our [online UUID generator tool](https://kinde.com/tools/online-uuid-generator/) to use as the `page_id`.
215
+
**`page_id`** (uuid) - This is the internal unique `id` for the article. This will be used when referencing other articles within the `relatedArticles` frontmatter. You can use our [online UUID generator tool](https://kinde.com/tools/online-uuid-generator/) to use as the `page_id`.
**`keywords`** (array) - Array of keywords for search optimization.
202
220
203
-
<Aside>
221
+
#### Optional Fields
204
222
205
-
Providing the `order` frontmatter is completely optional and will be treated as a hint for us to where to place the file. We may update the article’s `order` upon further review.
223
+
**`order`** (number) - Control the order of this article when sorting an autogenerated group of links under a specific topic or subtopic. Lower numbers are displayed higher up in the link group. Providing the `order` frontmatter is completely optional and will be treated as a hint for us to where to place the file. We may update the article's `order` upon further review.
206
224
207
-
</Aside>
225
+
**`topics`** (array) - Array of topic tags that help categorize the content.
208
226
209
-
**type:**`number`
227
+
**`sdk`**(array) - Array of SDKs that are relevant to this article. Use `[]` for no SDKs or `null` for not applicable.
210
228
211
-
Control the order of this article when sorting an autogenerated group of links under a specific topic or subtopic. Lower numbers are displayed higher up in the link group.
229
+
**`languages`** (array) - Array of programming languages covered in the article.
0 commit comments