-
Notifications
You must be signed in to change notification settings - Fork 28
Add help pages submodule for "latest" and redirect #20
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
Conversation
So that the ./help/ or ./help/index.html URL redirects to the latest version of the documentation.
Just trying it now. I have a vagrantfile to set up Jekyll with all of the Github pages options - I should probably create an MR for it as a useful tool. |
Should the help button on the front page also link to latest? Or potentially to that index page with the redirect? |
Thanks for looking it it @dannystaple! That's a good catch on the front page, does that manually point to a specific version? help link could probably just point to https://codewith.mu/help/ and let the system redirect where appropriate. |
Yes - the help link sounds right there. Do you want to submit that and I'll
approve the PR?
…On Thu, 28 Sep 2017 at 10:05 Carlos ***@***.***> wrote:
Thanks for looking it it @dannystaple <https://github.com/dannystaple>!
That's a good catch on the front page, does that manually point to a
specific version? help link could probably just point to
https://codewith.mu/help/ and let the system redirect where appropriate.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAaDawgfV_udG3IwuNfkP5U7BXwFqo1Qks5sm2FmgaJpZM4PmUNV>
.
|
Updated the link in 516fe60 |
Thanks @dannystaple! |
@ntoll I hope you don't mind I took the liberty to merge this PR, as it's relatively low risk (it's not messing with jekyll), and it's been reviewed and approved. |
No problem at all! Knock yerself out @carlosperate ;-) It's |
From the conversation in #15 it looks like this will be the simplest way to add a redirect to the http://codewith.mu/help URL.
I haven't been able to test this yet in my Jekyll (need to find it, don't really know where I might have left it!), but it's simple enough. @dannystaple could have a quick look whenever you could find some time?