Hi,
I created new tiered application project and added Docs module with using ABP suite platform.Then, I showed Documents view in ABP left menu. When I click my document link, an exception was thrown while activsting Volo.DocsPages.Document.Project.IndexModel.
I thought that the reason of Volo.Docs.GitHub.Documents dependency injection problem and I soved this problem by added "typeof(DocsDomainModule)" to DependsOn attribute in DocsWebModule.cs. And also, I tried this way on our project and it also works. But, I'm not sure about thats a best solution. Can you help me about this?
And also, when I open my project document view, Logo and project names appear on top of each other like this I tried to commend line navbar-logo in index.cshtml but I dont want to change code from doc module project.
Can you help to solve this problem? Thanks ...
Hi! How can I solv this problem?