Browse Source

Move TableOfContents files to application layer

Relocated ITocGeneratorService and TocHeading to the Application.Contracts project, and TocGeneratorService to the Application project. This improves project structure by separating contracts and implementations from the web layer.
pull/23786/head
Ahmet Çelik 5 months ago
parent
commit
2d7b4b4568
  1. 0
      modules/docs/src/Volo.Docs.Application.Contracts/Volo/Docs/TableOfContents/ITocGeneratorService.cs
  2. 0
      modules/docs/src/Volo.Docs.Application.Contracts/Volo/Docs/TableOfContents/TocHeading.cs
  3. 0
      modules/docs/src/Volo.Docs.Application/Volo/Docs/TableOfContents/TocGeneratorService.cs

0
modules/docs/src/Volo.Docs.Web/TableOfContents/ITocGeneratorService.cs → modules/docs/src/Volo.Docs.Application.Contracts/Volo/Docs/TableOfContents/ITocGeneratorService.cs

0
modules/docs/src/Volo.Docs.Web/TableOfContents/TocHeading.cs → modules/docs/src/Volo.Docs.Application.Contracts/Volo/Docs/TableOfContents/TocHeading.cs

0
modules/docs/src/Volo.Docs.Web/TableOfContents/TocGeneratorService.cs → modules/docs/src/Volo.Docs.Application/Volo/Docs/TableOfContents/TocGeneratorService.cs

Loading…
Cancel
Save