serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Documentation Page Not Found

Open nimit2801 opened this issue 3 years ago • 8 comments

Serenity version: current

Rust version (rustc -V): NA

Backtrace (make sure to run RUST_BACKTRACE=1): NA

Minimal test case if possible: NA

The Documentation page: https://serenity-rs.github.io/serenity/ says 404 Page Not Found image

nimit2801 avatar Jul 31 '21 05:07 nimit2801

docs.rs exists for a reason for now: https://docs.rs/serenity/0.10.8/serenity/

You don't have to always use the GitHub pages documentation do ya?

(unsafely assuming that the GitHub Pages thing is the documentation.)

HTGAzureX1212 avatar Jul 31 '21 06:07 HTGAzureX1212

Just checked: that GitHub Pages thing you tried to access simply redirects you back to this repository.

HTGAzureX1212 avatar Jul 31 '21 06:07 HTGAzureX1212

You need to use a more specific link. https://serenity-rs.github.io/serenity/current/serenity/index.html works.

AriusX7 avatar Jul 31 '21 07:07 AriusX7

You need to use a more specific link. https://serenity-rs.github.io/serenity/current/serenity/index.html works.

Can we change the link in the description of the repo then, it would send users to the right page? Thanks for the direct link

nimit2801 avatar Aug 02 '21 14:08 nimit2801

So I'm currently working on Oauth, so I have an idea we can implement google Oauth or use firebase authentication for the same, since the whole UI is developed using HTML/vanilla js. But eventually, we have to then increase security :D

nimit2801 avatar Aug 12 '21 12:08 nimit2801

We can also put a redirection HTML at serenity-rs.github.io/serenity like I do in poise: https://github.com/kangalioo/poise/blob/gh-pages/index.html

kangalio avatar Sep 12 '22 12:09 kangalio

I think this is a good solution!

We can also put a redirection HTML at serenity-rs.github.io/serenity like I do in poise: https://github.com/kangalioo/poise/blob/gh-pages/index.html

nimit2801 avatar Sep 12 '22 16:09 nimit2801

This issue can be closed

kangalio avatar Sep 18 '22 07:09 kangalio