From 3f9174513f095c6a1369bcf89f9bc51a71460245 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 15 Sep 2023 15:02:25 +0200 Subject: [PATCH] updated docfx --- .config/dotnet-tools.json | 2 +- docs/toc.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 0d65f1d..d27aed4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": false, "tools": { "docfx": { - "version": "2.67.3", + "version": "2.70.3", "commands": [ "docfx" ] diff --git a/docs/toc.yml b/docs/toc.yml index 06b17c6..ead1ed3 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -1,5 +1,7 @@ - name: Main Site href: https://tinylifegame.com +- name: Introduction + href: / - name: Articles href: articles/ - name: API Documentation