From 1b9a10776df0c3f64dc2cb8d2a56f391bfdfdff0 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:55:21 -0300 Subject: [PATCH] include css for docs --- flash.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/flash.toml b/flash.toml index f574da47..f476aca4 100644 --- a/flash.toml +++ b/flash.toml @@ -58,3 +58,19 @@ build-dir = "build-docs" # The file we use to get all the include paths and such infer-args-from = "loader/src/load.cpp" + +[[scripts.css]] +name = "default.css" +content = "docs/flash-template/default.css" + +[[scripts.css]] +name = "nav.css" +content = "docs/flash-template/nav.css" + +[[scripts.css]] +name = "content.css" +content = "docs/flash-template/content.css" + +[[scripts.css]] +name = "themes.css" +content = "docs/flash-template/themes.css" \ No newline at end of file