From 522c429411a3450eb05d08d9659d0e54ac39164c Mon Sep 17 00:00:00 2001 From: Apollo3zehn Date: Wed, 21 Feb 2024 11:29:07 +0100 Subject: [PATCH] Mark dark theme the default --- doc/dark-mode/public/main.js | 3 +++ doc/docfx.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc/dark-mode/public/main.js diff --git a/doc/dark-mode/public/main.js b/doc/dark-mode/public/main.js new file mode 100644 index 0000000..d1ede69 --- /dev/null +++ b/doc/dark-mode/public/main.js @@ -0,0 +1,3 @@ +export default { + defaultTheme: 'dark' +} \ No newline at end of file diff --git a/doc/docfx.json b/doc/docfx.json index ca7a9fe..b4051b9 100644 --- a/doc/docfx.json +++ b/doc/docfx.json @@ -58,7 +58,8 @@ "fileMetadataFiles": [], "template": [ "default", - "modern" + "modern", + "dark-mode" ], "postProcessors": [], "keepFileLink": false,