From 3b62bb9d995e66b6a88e8ef24b13735d83e40dee Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Aug 27 2020 20:28:39 +0000 Subject: I found a few places I was wrong --- diff --git a/council/modules/ROOT/pages/procedures/team_directory.adoc b/council/modules/ROOT/pages/procedures/team_directory.adoc index 7615c34..1da3571 100644 --- a/council/modules/ROOT/pages/procedures/team_directory.adoc +++ b/council/modules/ROOT/pages/procedures/team_directory.adoc @@ -51,14 +51,14 @@ Treat it with caution until asamalik verifies it and removes this warning. === Team information files -The directory requires two teams per file, described below. -The files may be stored in the team's own documentation repository or in the https://pagure.io/Fedora-Council/council-docs/[council-docs repository]. - -* `TEMPLATE_team_info.adoc`: This file contains the information about the team. -* `team_render.adoc`: This file contains the AsciiDoc markup to display the content. +The directory requires a file that contains the information about the team. +The suggested naming convention is `NAME_team_info.adoc`, but any valid file name is acceptable. +The file may be stored in the team's own documentation repository or in the https://pagure.io/Fedora-Council/council-docs/[council-docs repository]. +See the https://pagure.io/Fedora-Council/council-docs/blob/master/f/engineering/modules/ROOT/partials/TEMPLATE_team_info.adoc[example template] for format and structure. === Rendering the directory -Teams will appear in the directory if the team_info and team_render files are included in the `{engineering,mindshare}/modules/ROOT/pages/index.adoc` files in the https://pagure.io/Fedora-Council/council-docs/[council-docs repo]. +Teams will appear in the directory if the team info file is included in the `{engineering,mindshare}/modules/ROOT/pages/index.adoc` directory of the https://pagure.io/Fedora-Council/council-docs/[council-docs repo]. +After `include`-ing the info file, the index page must include the `team_render.adoc` file that defines the rendering.