From a9be9005c281016f2eb166c1e8517bfdab900a14 Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Fri, 5 Jul 2024 11:54:35 -0700 Subject: [PATCH] Rename style-guide.md to _style-guide.md --- style-guide.md => _style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename style-guide.md => _style-guide.md (93%) diff --git a/style-guide.md b/_style-guide.md similarity index 93% rename from style-guide.md rename to _style-guide.md index 27fbf7313..df295ab97 100644 --- a/style-guide.md +++ b/_style-guide.md @@ -6,4 +6,4 @@ * Prefer absolute paths from the root of the project over relative paths involving `../`. E.g. use `/docs/output-formats/html-themes.qmd`, not `../output-formats/html-themes.qmd`. * Possible exception: documents in a subfolder of a section that link to the section root, e.g. you may use `../index.qmd` to refer to `docs/manuscripts/index.qmd` from `docs/manuscripts/authoring/index.qmd`. * Use `.qmd` instead of `.html`. E.g. use `content.qmd#editing-tables`, not `content.html#editing-tables` - * Possible exception: links in blog posts \ No newline at end of file + * Possible exception: links in blog posts