dart-lang / web

Lightweight browser API bindings built around JS static interop.
https://pub.dev/packages/web
BSD 3-Clause "New" or "Revised" License
135 stars 23 forks source link

API doc links broken #274

Closed vsmenon closed 3 months ago

vsmenon commented 3 months ago

If I go here:

https://pub.dev/documentation/web/latest/web/Node-extension-type.html

and click on appendChild under METHODS on the right, I get a 404 error.

Not sure if this is a general bug with extension types.

kevmoo commented 3 months ago

Weird!

https://pub.dev/documentation/web/latest/web/Node/appendChild.html in the main body https://pub.dev/documentation/web/web/Node/appendChild.html on the sidebar

On Fri, Jul 26, 2024 at 10:52 AM vsmenon @.***> wrote:

If I go here:

https://pub.dev/documentation/web/latest/web/Node-extension-type.html

and click on appendChild under METHODS on the right, I get a 404 error.

Not sure if this is a general bug with extension types.

— Reply to this email directly, view it on GitHub https://github.com/dart-lang/web/issues/274, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAEFCWA2MOTOKCZ52JOPWLZOKEEJAVCNFSM6AAAAABLQ54SGCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZTENZQG43TCNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kevmoo commented 3 months ago

CC @srawlins – may be dartdoc – or pub?

srawlins commented 3 months ago

Yes very likely a dartdoc error. We can prioritize a fix for this.

kevmoo commented 3 months ago

Closing this out. Seems an issue with dartdoc - https://github.com/dart-lang/dartdoc/issues/3828