From 136b79f20aa018513b9a19b5b9e51eaefb43db01 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Thu, 6 Jun 2024 15:17:25 -0700 Subject: [PATCH] rabbitmq-dotnet-client docs v6.8.1 --- _site | 2 +- docfx.json | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/_site b/_site index 08b9a7e287..4a7af70dde 160000 --- a/_site +++ b/_site @@ -1 +1 @@ -Subproject commit 08b9a7e287d98b8e03f90643f537aac81c7dfede +Subproject commit 4a7af70dde9694c136adf3fbd2081e38746e78ee diff --git a/docfx.json b/docfx.json index d99cd3307b..6f96f3212d 100644 --- a/docfx.json +++ b/docfx.json @@ -64,12 +64,25 @@ "globalMetadataFiles": [], "fileMetadataFiles": [], "template": [ - "default" + "default", + "modern", + "template" ], "postProcessors": [], "noLangKeyword": false, "keepFileLink": false, "cleanupCacheHistory": false, - "disableGitFeatures": false + "disableGitFeatures": false, + "globalMetadata": { + "_enableSearch": "true", + "_appLogoPath": "projects/RabbitMQ.Client/icon.png", + "_disableContribution": false, + "_gitContribute": { + "repo": "https://github.com/rabbitmq/rabbitmq-dotnet-client.git", + "branch": "gh-pages", + "apiSpecFolder": "api" + }, + "_gitUrlPattern": "github" + }, } }