From e24b5496fc57d844ce170ce0d771423020d788ea Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 29 Sep 2023 12:09:21 -0500 Subject: [PATCH] undo builder_level change --- docs/defaults/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/defaults/guide.md b/docs/defaults/guide.md index aa066f2c..61a7367b 100644 --- a/docs/defaults/guide.md +++ b/docs/defaults/guide.md @@ -55,7 +55,7 @@ libraries: overlay_path: - pmm: ratings template_variables: - builder_level: episode + overlay_level: episode ``` Each file has a page on the wiki showing the available `template_variables` for each file. For example the default `pmm: ratings` has a page [here](overlays/ratings). @@ -63,4 +63,4 @@ Each file has a page on the wiki showing the available `template_variables` for **In addition to the defined `template_variables` almost all default Metadata and Overlay files have access to their respective [Metadata](collection_variables)/[Overlay](overlay_variables.md) Shared Variables.** ```{include} example.md -``` \ No newline at end of file +```