Is your feature request related to a problem? Please describe.
I find it difficult when typing in the entire link to get to the docs, I wish there was a simpler way to access them.
Describe the ideal solution
Redirect users who go to "https://discord.js.org/docs" to the latest stable docs ("https://discord.js.org/#/docs/main/stable/general/welcome")
https://discord.js.org/#/docs works
@devsnek oh that is handy, I didn't know that. It would be better if it was just /docs though.
This is a limitation of GitHub pages.
i mean, we could deploy a docs.html with <meta http-equiv="refresh" content="0; url=https://discord.js.org/#/docs"> so that https://discord.js.org/docs works
Also how about replacing main page as document's main page, always taking seconds with clicking docs button. Just / is enough for viewing docs. How about this?
Most helpful comment
i mean, we could deploy a
docs.htmlwith<meta http-equiv="refresh" content="0; url=https://discord.js.org/#/docs">so thathttps://discord.js.org/docsworks