File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments