Skip to content

Old version of book is still online #1168

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

Closed
FrankReh opened this issue May 25, 2023 · 1 comment · Fixed by #1230
Closed

Old version of book is still online #1168

FrankReh opened this issue May 25, 2023 · 1 comment · Fixed by #1230
Assignees
Labels
bug Something isn't working k::documentation Related to project documentation
Milestone

Comments

@FrankReh
Copy link

Describe the bug
Today was the first time reading about Rust Juniper. Googled and found https://graphql-rust.github.io

But after reading some time, I googled something related and got into what appears to be a much more recent version of the same book: https://graphql-rust.github.io/juniper/master/index.html

To Reproduce
Steps to reproduce the behavior:
Click on one link or the other from above.

Expected behavior
Expected only the most recent version of the book.

Additional context

Apologies if I'm overlooking something obvious.

@FrankReh FrankReh added bug Something isn't working needs-triage labels May 25, 2023
@ilslv
Copy link
Member

ilslv commented May 26, 2023

@FrankReh https://graphql-rust.github.io/juniper/master/index.html is describing usage of unreleased version of juniper, which is quite different from the latest crates.io release. With 0.16 release this will be changed.

@tyranron tyranron added k::documentation Related to project documentation and removed needs-triage labels Nov 9, 2023
@tyranron tyranron self-assigned this Nov 9, 2023
@tyranron tyranron added this to the 0.16.0 milestone Nov 9, 2023
@tyranron tyranron mentioned this issue Dec 1, 2023
31 tasks
@tyranron tyranron linked a pull request Dec 1, 2023 that will close this issue
31 tasks
tyranron added a commit to graphql-rust/graphql-rust.github.io that referenced this issue Mar 20, 2024
tyranron added a commit that referenced this issue Mar 20, 2024
- rework and update existing chapters
- mention correct case transformation for GraphQL enums (#1029)
- document N+1 mitigation techniques and look-ahead features (#234, #444)
- mention all integration crates (#867)
- fix Book links (#679, #974, #1056)
- remove old version of Book (#1168)

Additionally:
- disable `bson`, `url`, `uuid` and `schema-language` Cargo features by default in `juniper` crate

Co-authored-by: Christian Legnitto <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working k::documentation Related to project documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants