Browse Source
Merge pull request #22397 from abpframework/fix-docs-module-importing
Fix docs module importing problem
pull/22409/head
Yunus Emre Kalkan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
12 deletions
-
modules/docs/Volo.Docs.abpmdl
|
|
|
@ -7,18 +7,6 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"packages": { |
|
|
|
"VoloDocs.Web": { |
|
|
|
"path": "app/VoloDocs.Web/VoloDocs.Web.abppkg", |
|
|
|
"folder": "app" |
|
|
|
}, |
|
|
|
"VoloDocs.EntityFrameworkCore": { |
|
|
|
"path": "app/VoloDocs.EntityFrameworkCore/VoloDocs.EntityFrameworkCore.abppkg", |
|
|
|
"folder": "app" |
|
|
|
}, |
|
|
|
"VoloDocs.Migrator": { |
|
|
|
"path": "app/VoloDocs.Migrator/VoloDocs.Migrator.abppkg", |
|
|
|
"folder": "app" |
|
|
|
}, |
|
|
|
"Volo.Docs.Web": { |
|
|
|
"path": "src/Volo.Docs.Web/Volo.Docs.Web.abppkg", |
|
|
|
"folder": "src" |
|
|
|
|