From 017693e55793ae81cb63e397ed3a27fb341a062a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 12 Nov 2023 13:08:32 +0100 Subject: [PATCH] chore(notes): Rename summary to presentation summary --- _quarto.yml | 2 +- summary.md => presentation_summary.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename summary.md => presentation_summary.md (100%) diff --git a/_quarto.yml b/_quarto.yml index a49ffaa..b8357a4 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,7 +2,7 @@ project: title: "Key terms and definitions" output-dir: 04-outputs render: - - summary.md + - presentation_summary.md - notes.md - scoping_review.qmd diff --git a/summary.md b/presentation_summary.md similarity index 100% rename from summary.md rename to presentation_summary.md