Hey there,
did you ran searches in the docs and received this a lot lately?
I want to collect some searches that result into these problems.
For me this happened in particular, when entering specific API methods, such as
Accounts.createUser
→clicking the first link from the resultsMeteor.loginWithToken
→clicking the first link from the resultsAccounts login handler
→ third entry (containing facebook in preview text)DDP call
→ first entryEmail.sendAsync
→ first entry
What I see for those results leading to the 404 page is, they all have no category labelled under the results.
Furthermore, the results for some major categories are not present. Simply enter the following terms in the search:
Accounts
→ should list at least link tohttps://docs.meteor.com/api/accounts.html#accounts
autoupdate
→ should at least listhttps://docs.meteor.com/packages/autoupdate.html#autoupdate
as result (but instead lists some subsection of it)publish
→ links tometeor publish
which is good, but should also link to
Also, is it intended to link to the 2.x guide? When visiting Accounts | Docs there is a line
Read more about customizing user accounts in the Accounts article in the Meteor Guide.
which actually links to Users and Accounts | Meteor Guide which is obviously the old 2.16 guide.
From my end this looks like the docs need a full revision. As a newcomer or foreign developer this might look unprofessional and intimidating, concerning the efficiency to work with the documentation.
Please let me know if I rather should move this to GitHub instead.