Skip to content

Commit cd87b0e

Browse files
committed
Document new contributor YAML frontmatter
1 parent 81f9cde commit cd87b0e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

content/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ See the [contributing docs](/CONTRIBUTING.md) for general information about work
2525
- [`includeGuides`](#includeGuides)
2626
- [`type`](#type)
2727
- [`topics`](#topics)
28+
- [`contributor`](#contributor)
2829
- [Escaping single quotes](#escaping-single-quotes)
2930
- [Autogenerated mini TOCs](#autogenerated-mini-tocs)
3031
- [Versioning](#versioning)
@@ -231,6 +232,18 @@ includeGuides:
231232
- Type: `String`
232233
- Optional.
233234

235+
### `contributor`
236+
- Purpose: Indicate an article is contributed and maintained by a third-party organization, typically a GitHub Technology Partner.
237+
- Type: `Object`. Properties are `name` and `URL`.
238+
- Optional.
239+
240+
Example:
241+
242+
```yml
243+
contributor:
244+
name: ACME, inc.
245+
URL: https://acme.example.com/
246+
```
234247

235248
### Escaping single quotes
236249

0 commit comments

Comments
 (0)