Open Closed

Navigation issue in Doc module ABP v8.3.1 #8149


User avatar
0
Anjaneyulu created
  • ABP Framework version: v8.3.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server) / MongoDB
  • **Tiered (for MVC) **: yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: I have created the project using abp studio.
  • Added doc module using abp suite (same version as abp studio) , migration is successful.
  • Followed -> https://abp.io/docs/latest/modules/docs
  • Completed till -> Adding New Docs Project with github url (for testing have given the same abp documentation url)

After that when i try to go to my project and try /documents im navigating to homepage

While my expectation is to see abp docs


29 Answer(s)
  • User Avatar
    0
    Anjaneyulu created

    My bad, I got the issue. It is due to permissions of the github as it is a private repository. Now im able to do host github based documentation.

    Let me try filebased docs and update you the status.

    Appreciate your efforts

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok, no problem.

  • User Avatar
    0
    Anjaneyulu created

    Hi

    I have configured the filebased documentation on ABP version 7.0.0. I could view the documentation.

    When i run in debug mode and updating the doc source it is updating instantly after page refresh.

    But when i deploy the same in IIS and trying to change the docs source in the server, it is not reflecting.

    Can you help me understand what the reason for it ?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The docs module will use a cache in a production environment.

    https://github.com/abpframework/abp/blob/dev/modules/docs/src/Volo.Docs.Application/Volo/Docs/Documents/DocumentAppService.cs#L377-L380

    You can configure the cache time.

    https://github.com/abpframework/abp/blob/dev/modules/docs/src/Volo.Docs.Application/Volo/Docs/Documents/DocumentAppService.cs#L516-L547

Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11