From 087be3e685228d1efa3aa04eb2db98b320a28e0b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 21 Nov 2023 21:07:33 +0000 Subject: [PATCH] Update path Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- book.toml | 2 +- docs/{css => lib}/custom.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{css => lib}/custom.css (100%) diff --git a/book.toml b/book.toml index 521f93cbb1..dfb66f1095 100644 --- a/book.toml +++ b/book.toml @@ -18,7 +18,7 @@ create-missing = false # Remove the numbers that appear before each item in the sidebar, as they can # get quite messy as we nest deeper no-section-label = true -additional-css = ["docs/css/custom.css"] +additional-css = ["docs/lib/custom.css"] # The source code URL of the repository git-repository-url = "https://github.com/vector-im/element-web" diff --git a/docs/css/custom.css b/docs/lib/custom.css similarity index 100% rename from docs/css/custom.css rename to docs/lib/custom.css