-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Add link back to home page from docs #6435
Conversation
docs/SUMMARY.md
Outdated
@@ -1,5 +1,6 @@ | |||
# Summary | |||
|
|||
* [←](https://www.chartjs.org) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think ←
might be slightly confusing because it looks like the back button and chartjs.org might not be the last page you visited.
A couple other options:
- Rename the existing "Chart.js" link to "Introduction". Add a new link that says something like "Chart.js" or "Homepage"
- Add a link to the samples instead. That's the only other thing that's on the homepage. It'd be fewer clicks that way because you could go straight to the samples instead of navigating through the homepage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, you are right. I think both of your options make sense. If you somehow end up on docs without having been on the homepage before then the first option would make more sense. What do you think?
docs/SUMMARY.md
Outdated
@@ -1,6 +1,7 @@ | |||
# Summary | |||
|
|||
* [Chart.js](README.md) | |||
* [← Chart.js](https://www.chartjs.org) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would probably still drop the ←
since it's a bit of an uncommon character
* Add link back to home page from docs chartjs#6433 * Modify link texts * Edit homepage link
Edited
docs/SUMMARY.md
to add the link - is that how the website is generated? See Issue #6433.