From d00ce97812db6dc0ee5b6889798bf46b7348e596 Mon Sep 17 00:00:00 2001 From: halimekarayay Date: Thu, 8 Sep 2022 19:01:41 +0300 Subject: [PATCH] Update Index.cshtml.cs --- .../Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs | 7 ------- 1 file changed, 7 deletions(-) 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 76e1a05f92..c68d25d1e8 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 @@ -461,13 +461,6 @@ namespace Volo.Docs.Pages.Documents.Project } } - Document.Contributors = new List - { - new DocumentContributorDto { Username = "hikalkan", UserProfileUrl = "https://github.com/hikalkan", AvatarUrl = "https://avatars.githubusercontent.com/u/1210527?v=4", CommitCount = 1 }, - new DocumentContributorDto { Username = "armgnunlu", UserProfileUrl = "https://github.com/armgnunlu", AvatarUrl = "https://avatars.githubusercontent.com/u/36102404?v=4", CommitCount = 1 }, - new DocumentContributorDto { Username = "engincanV", UserProfileUrl = "https://github.com/engincanV", AvatarUrl = "https://avatars.githubusercontent.com/u/43685404?v=4", CommitCount = 1 }, - new DocumentContributorDto { Username = "halimekarayay", UserProfileUrl = "https://github.com/halimekarayay", AvatarUrl = "https://avatars.githubusercontent.com/u/86843575?v=4", CommitCount = 1 }, - }; await ConvertDocumentContentToHtmlAsync(); }