From e95d154c71d52e0bf73315318bf4ffc1effe4722 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 11 Apr 2023 11:22:40 +0200 Subject: [PATCH] use the new name-only toc node feature --- .config/dotnet-tools.json | 2 +- docs/articles/toc.yml | 36 +++++++++++++++++++----------------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a90b1ce..4dfba3d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": false, "tools": { "docfx": { - "version": "2.65.0", + "version": "2.65.2", "commands": [ "docfx" ] diff --git a/docs/articles/toc.yml b/docs/articles/toc.yml index 17384a2..c0e3f4b 100644 --- a/docs/articles/toc.yml +++ b/docs/articles/toc.yml @@ -1,23 +1,25 @@ -- name: Getting Custom Content - href: getting.md -- name: Creating Custom Content - items: - - name: Modding Basics - href: mod_basics.md - - name: Creating Textures - href: creating_textures.md - - name: Creating Custom Maps - href: custom_maps.md - expanded: true -- name: Contributing Localizations - href: localization.md -- name: Tiny Life's Data Folder - href: game_dir.md -- name: Testing Cheats - href: cheats.md +- name: Playing Tiny Life - name: Troubleshooting Common Issues href: common_issues.md +- name: Tiny Life's Data Folder + href: game_dir.md - name: About Preview Versions href: preview.md + +- name: Community - name: Content and Community Policy href: content_policy.md +- name: Contributing Localizations + href: localization.md + +- name: Custom Content +- name: Getting Custom Content + href: getting.md +- name: Modding Basics + href: mod_basics.md +- name: Creating Textures + href: creating_textures.md +- name: Creating Custom Maps + href: custom_maps.md +- name: Testing Cheats + href: cheats.md