Merged in feature/preserve-folder-paths (pull request #179)

support folder paths

* support folder paths

* s3 storage docs
This commit is contained in:
Jay Brown
2025-09-05 18:25:31 +00:00
parent 0ad41de26b
commit 730f3ba11a
27 changed files with 8281 additions and 63 deletions
+1
View File
@@ -43,6 +43,7 @@ func main() {
return docinitrunner.New(&docinitrunner.Services{
Document: docinit,
Queries: cfg.GetDBQueries(),
})
}