This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
[Dart] doc links to API pages should land on Dart, not TS pages #2173
Closed
Description
In the current docs, most links to API pages have a URI that is TS specific.
Now that Dart API docs are in, we need to stop excluding links to Dart API pages in the broken link checker options. Otherwise, there will be missing many broken links (e.g., #2126).
- excluding links to Dart API pages in the broken link checker options
- Fix links to API pages
- QuickStart - no broken links
- tutorial - no broken links
- guide - docs(*): fix links to Dart API entries #2185
- API pages - docs(api): fix cross-language dropdown menu #2187. This is mainly the language-switcher pulldown menu.
While removing the regex that excludes Dart API links is easy, fixing all the broken links will be a challenge because all dev guide links to API pages currently use TS API doc page URIs.
cc @kwalrath