From 38c81317485aa66b5d2115099ed0344c741bdb77 Mon Sep 17 00:00:00 2001 From: Salih Date: Thu, 20 Jun 2024 15:45:51 +0300 Subject: [PATCH] Update Index.cshtml.cs --- .../src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs index 660fc594be..93673d277c 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs +++ b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs @@ -490,6 +490,7 @@ namespace Volo.Docs.Pages.Documents.Project { Document = await GetSpecificDocumentOrDefaultAsync(language); DocumentLanguageCode = language; + DocumentNameWithExtension = Document.Name; await ConvertDocumentContentToHtmlAsync(); return true; }