From caea0e48c39b775709d16ddacf600fd16778c6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Wed, 22 Nov 2023 13:20:21 -0500 Subject: [PATCH] reference agenda.go --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 95ee2f1..930a94f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ the template for a room (a place where a performance occurs). There are very few constraints on styling or format overall. Instead, the data structures are accessible via Go `text/html` templating and from Javascript. +### Agenda (showfile) + +An example of an `agenda.yaml` file can be found in `/example`, but the full structure of this file is describes by `/agenda/agenda.go`. + ### Go template data structures The data structure available to a Room is: