From a6444000d37819025fa7637c20af7ab3178a424d Mon Sep 17 00:00:00 2001 From: Kevin Zehrer <103638980+kzdev-net@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:35:33 -0500 Subject: [PATCH] Updated the docfx file to try and fix url building issues within GitHub actions. --- Source/Docs/docfx.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Source/Docs/docfx.json b/Source/Docs/docfx.json index 566b9e5..b42d5ee 100644 --- a/Source/Docs/docfx.json +++ b/Source/Docs/docfx.json @@ -9,7 +9,7 @@ ] } ], - "dest": "api", + "dest": "/api", "filter": "filterConfig.yml", "outputFormat": "apiPage", "memberLayout": "separatePages", @@ -37,6 +37,12 @@ } ], "output": "_site", + "root": "/kzdev.perfutils/", + "sitemap": { + "baseUrl": "https://kzdev-net.github.io/kzdev.perfutils/", + "priority": 0.1, + "changefreq": "monthly" + }, "template": [ "default", "modern",