-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[docs] Fix 404 in the API page links #36419
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.
Looks good. Thanks for catching this!
(1) Are you saying the API doc for TextField is missing? (2) We decided to remove |
|
|
This is a quick clean-up to fix https://app.ahrefs.com/site-audit/3992793/27/data-explorer?columns=pageRating%2Curl%2Ctraffic%2ChttpCode%2Cdepth%2Ccompliant%2CincomingAllLinks%2Corigin&filterId=91013c8aafad4fe1f7a0ad504eccad42&issueId=c64da643-d0f4-11e7-8ed1-001e67ed4656&sorting=-pageRating after we added the API pages in: #36008. Fixes like my PR are expected, it's 100% normal to have edge cases.
Along the way, I noticed:
tables/tables.md
->table/table.md
, as one step in this direction. Ideally, we could have a very simple mapping, or even use the markdown as the source of truth for the final page pathname.