-
Notifications
You must be signed in to change notification settings - Fork 27.4k
guide/index.ngdoc has invalid links #4673
Comments
I spot checked a few more - I think the other anchor warnings are mostly false positives. Edit: Moved scroll-to-anchor commentary to #4703. |
Fixed the first one: cf54510 |
@jamesdaily - thanks for taking the time to look into these by the way! |
@petebacondarwin - a few more easy ones to knock off:
Haven't yet been able to nail down why the generator is not recognizing anchor links on the ng page. |
More fixed at 2ae29b1 |
And more at 117de8e |
The problem with the other anchors is that they are generated at runtime by an AngularJS directive: |
I'll take care of the rest of the warnings. FYI e8cc85f changed how the anchors are generated. @petebacondarwin is right about the cause of the remaining errors. Fixing this would mean changing the dynamic part to be something statically generated by the docs generator. Hmm. |
I think that statically generating these sections is actually the way forward anyway in this case. |
@btford any update on this? |
@IgorMinar we decided to sneak the links into the cache to suppress these warnings and keep the dynamic version. I'll do that this afternoon. |
cache == the pool of known urls? if so that sounds good. write code that populates the pool for each module we have. |
Fixes some warnings during docs generation. Closes angular#4673
Fixes some warnings during docs generation. Closes angular#4673
The documentation generator has identified a number of invalid links:
The text was updated successfully, but these errors were encountered: