Browse Source

Update Index.cshtml.cs

pull/23666/head
Ahmet Çelik 5 months ago
parent
commit
b422cc033b
  1. 2
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs

2
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs

@ -101,7 +101,7 @@ namespace Volo.Docs.Pages.Documents.Project
public DocumentNavigationsDto DocumentNavigationsDto { get; private set; }
private const int MaxDescriptionMetaTagLength = 200;
private const int MaxTocLevel = 2;
private const int MaxTocLevel = 3;
private readonly IDocumentAppService _documentAppService;
private readonly IDocumentToHtmlConverterFactory _documentToHtmlConverterFactory;
private readonly IProjectAppService _projectAppService;

Loading…
Cancel
Save