I am trying to add and reference the latest discord.js docs for my project, but no pages are detected when I add the base url: discord.js (main) | discord.js
Any tips?
I am trying to add and reference the latest discord.js docs for my project, but no pages are detected when I add the base url: discord.js (main) | discord.js
Any tips?
Hi @JCodesMore ,
There are some reported issues with docs crawling at the moment:
It appears now the base docs URL is indexed, but it doesn’t crawl correctly. I suspect this is because discord.js (main) | discord.js is not formatted like conventional docs. Is there a workaround for this?
Hi @JCodesMore ,
I just tested adding docs for Discord
and Discord JS
in 0.41.3
and can confirm that Discord JS
only seems to index 1 page (however Discord
indexes 98 pages):
// initial value
https://discord.com/developers/docs/intro
// prefix value
https://discord.com/developers/docs
// entry point
https://discord.com/developers/docs/intro
// indexes 98 pages...
// initial value
https://discord.js.org/docs/packages/discord.js/14.16.3
// prefix value
https://discord.js.org/docs/packages/discord.js/14.16.3
// also tried
https://discord.js.org/docs/packages/discord.js
// entry point
https://discord.js.org/docs/packages/discord.js/14.16.3
// indexes 1 page