-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Lazy expandable feature for documentation #21689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you create the url with Url.Page instead of creating it from js? We may have changed the routing in Asp Net Core.
https://github.com/abpframework/abp/blob/dev/modules/docs/src/Volo.Docs.Web/Utils/IDocsLinkGenerator.cs
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js
Outdated
Show resolved
Hide resolved
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml
Outdated
Show resolved
Hide resolved
|
@salihozkara okay , I added a new |
oykuermann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oykuermann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll check after changes.





Description
Resolves #21095
Checklist
How to test it?
Run the
VoloDocs.Webapp