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

mongoose 6.x docs broken links in sidebar menu #13144

Closed
2 tasks done
lorand-horvath opened this issue Mar 8, 2023 · 1 comment · Fixed by #13147
Closed
2 tasks done

mongoose 6.x docs broken links in sidebar menu #13144

lorand-horvath opened this issue Mar 8, 2023 · 1 comment · Fixed by #13147
Labels
docs This issue is due to a mistake or omission in the mongoosejs.com documentation
Milestone

Comments

@lorand-horvath
Copy link
Contributor

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the bug has not already been reported

Mongoose version

6.10.2

Node.js version

16.x

MongoDB server version

5.x

Typescript version (if applicable)

No response

Description

I'm trying to access mongoose 6.x documentation and I can only get the top level links in the sidebar menu to load the 6.x version, i.e.
https://mongoosejs.com/docs/6.x/docs/index.html
https://mongoosejs.com/docs/6.x/docs/guide.html
https://mongoosejs.com/docs/6.x/docs/api.html

However, all 2nd level links are pointing to the latest docs 7.x, for example:
https://mongoosejs.com/docs/api/document.html
Trying to manually build the above URL for 6.x returns a 404, for example:
https://mongoosejs.com/docs/6.x/docs/api/document.html

Steps to Reproduce

As described above in Description section.

Expected Behavior

No response

@vkarpov15 vkarpov15 added this to the 7.0.2 milestone Mar 8, 2023
@vkarpov15 vkarpov15 added the docs This issue is due to a mistake or omission in the mongoosejs.com documentation label Mar 8, 2023
@vkarpov15
Copy link
Collaborator

Thanks for pointing this out, will fix asap 👍

hasezoey added a commit to hasezoey/mongoose that referenced this issue Mar 8, 2023
@hasezoey hasezoey modified the milestones: 7.0.2, 6.10.3 Mar 8, 2023
@hasezoey hasezoey linked a pull request Mar 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This issue is due to a mistake or omission in the mongoosejs.com documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants