81c242b7e0
Update the documentation to note which elements of the yaml are required. Also added the agenda_url and project_url keys to the main doc list. Lastly, updated the meeting/example.yaml to show usage of the new duration, agenda_url, and project_url keys Change-Id: Ifaa9f029ae920b22aa60ab3d47d14982707285d9
13 lines
331 B
YAML
13 lines
331 B
YAML
project: Example Team Meeting
|
|
agenda_url: http://agenda.com/
|
|
project_url: http://project.com
|
|
schedule:
|
|
- time: '1600'
|
|
duration: 45
|
|
day: Wednesday
|
|
irc: openstack-meeting
|
|
frequency: weekly
|
|
chair: John Doe
|
|
description: >
|
|
If you're interested in Example, we have a 45 minute long weekly meeting for you to attend.
|