Skip to content
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 Previous and Next links to tutorial pages #1518

Closed
iaindillingham opened this issue May 14, 2024 · 0 comments · Fixed by #1528
Closed

Add Previous and Next links to tutorial pages #1518

iaindillingham opened this issue May 14, 2024 · 0 comments · Fixed by #1528
Assignees

Comments

@iaindillingham
Copy link
Member

Adding Previous and Next links to the body of each page in the tutorial would help users move through the tutorial, as the Material for MkDocs Previous and Next links are easy to miss. We don't need to do anything complicated. We should do something as simple as:

---

* Next: [Create a GitHub account](../create-a-github-account/index.md)
* Previous: [Create a GitHub repository](../create-a-github-repository/index.md)

#1513 discusses Previous and Next links for collections of documentation pages. This issue is specifically for the "Tutorial" collection in the "Getting started" section.

@iaindillingham iaindillingham self-assigned this May 20, 2024
iaindillingham added a commit that referenced this issue May 21, 2024
This adds "Previous" and "Next" links to the body of each page in the
tutorial, as the Material for MkDocs "Previous" and "Next" links are
easy to miss. It intentionally doesn't add "Up" links, as Material for
MkDocs can't decide whether pages exist in one dimension or two.

Thanks for suggesting these, @sebbacon.

Closes #1518
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant