From 19a4df84130077b134f0bb070b02e88dbd5b1f44 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Dec 06 2023 17:03:22 +0000 Subject: Add meeting checklist and zodbot template also enabling a mkdocs markdown extension to allow github-flavored markdown for tasklists[1] and let them be clicked, letting the meeting chair track where they are in the meeting. As the documentation notes, the state of the checkboxes is not persisted. [1] https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist --- diff --git a/docs/communication/meetings.md b/docs/communication/meetings.md index 0974e05..5d64874 100644 --- a/docs/communication/meetings.md +++ b/docs/communication/meetings.md @@ -4,11 +4,32 @@ The SIG also holds open [monthly video conference sessions](https://www.centos.o Everyone is welcome to join these meetings, follow the conversation and contribute. If you're new, feel free to say hi and introduce yourself. -# Meeting minutes +## Meeting checklist + +- [ ] Followups +- [ ] Announcements +- [ ] Tickets +- [ ] Membership (if applicable) +- [ ] Miscelaneous + +### Template for zodbot + +``` +#startmeeting Hyperscale SIG +#chair dcavalca Son_Goku +#topic Followups +#topic Announcements +#topic Tickets +#topic Membership +#topic Miscellaneous +#endmeeting +``` + +## Meeting minutes Regular SIG meetings are logged and minutes for past meetings are collected in this section. -## 2021 +### 2021 * Feb 17: [agenda](https://hackmd.io/bKERYvM3TAuaDs7j1XR1Mw), [summary](https://www.centos.org/minutes/2021/February/centos-meeting2.2021-02-17-18.00.html), diff --git a/mkdocs.yml b/mkdocs.yml index 1980071..e70b89b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -57,6 +57,9 @@ markdown_extensions: baselevel: 4 permalink: true - admonition + - pymdownx.tasklist: + custom_checkbox: true + clickable_checkbox: true plugins: - redirects: