From c76bbeb91569fa773d4168d631fecfd46be790a2 Mon Sep 17 00:00:00 2001 From: Bram <35614609+BrammyS@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:55:41 +0100 Subject: [PATCH] Added different theme for docs --- docs/docfx.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index a575fe0..1eca9bd 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -40,6 +40,10 @@ }, "markdownEngineName": "markdig", "dest": "_site", - "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ] + "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ], + "template": [ + "default", + "modern" + ] } }