docs(users+groups): show that you can set title via users YAML (#12767)

This commit is contained in:
Gabe Lyons 2025-03-03 08:27:54 -08:00 committed by GitHub
parent 8d7af358e1
commit ccf4412078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,12 +41,14 @@ Save this `user.yaml` as a local file.
email: bar@acryl.io
slack: "@the_bar_raiser"
description: "I like raising the bar higher"
title: "Analytics Engineer"
groups:
- foogroup@acryl.io
- id: datahub
slack: "@datahubproject"
phone: "1-800-GOT-META"
description: "The DataHub Project"
title: "Data Engineer"
picture_link: "https://raw.githubusercontent.com/datahub-project/datahub/master/datahub-web-react/src/images/datahub-logo-color-stable.svg"
```