Browse Source

Update modules/docs/src/Volo.Docs.Domain/Volo/Docs/FileSystem/Documents/FileSystemDocumentSource.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/22891/head
Enis Necipoglu 1 year ago
committed by GitHub
parent
commit
24372f930b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      modules/docs/src/Volo.Docs.Domain/Volo/Docs/FileSystem/Documents/FileSystemDocumentSource.cs

1
modules/docs/src/Volo.Docs.Domain/Volo/Docs/FileSystem/Documents/FileSystemDocumentSource.cs

@ -32,6 +32,7 @@ namespace Volo.Docs.FileSystem.Documents
localDirectory = documentName.Substring(0, documentName.LastIndexOf('/'));
}
// The version is intentionally set to "1.0.0" as part of the versioning strategy for file system documents.
version = "1.0.0";
return new Document(GuidGenerator.Create(),

Loading…
Cancel
Save