Skip to content

Juniper Book (master) generation is not working. #679

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
kunjee17 opened this issue Jun 10, 2020 · 2 comments · Fixed by #1230
Closed

Juniper Book (master) generation is not working. #679

kunjee17 opened this issue Jun 10, 2020 · 2 comments · Fixed by #1230
Assignees
Labels
bug Something isn't working k::documentation Related to project documentation
Milestone

Comments

@kunjee17
Copy link
Contributor

Describe the bug
Seems to book (master) generation issue.

To Reproduce
If you go to subscription page, you will find below text instead of plain old generated html.

Currently there is an example of subscriptions with [warp][warp], but it still in an alpha state. GraphQL over [WS][WS] is not fully supported yet and is non-standard.

    Warp Subscription Example
    Small Example

[Coordinator]: https://docs.rs/juniper_subscriptions/0.15.0/struct.Coordinator.html [SubscriptionCoordinator]: https://docs.rs/juniper_subscriptions/0.15.0/trait.SubscriptionCoordinator.html [Connection]: https://docs.rs/juniper_subscriptions/0.15.0/struct.Connection.html [SubscriptionConnection]: https://docs.rs/juniper_subscriptions/0.15.0/trait.SubscriptionConnection.html [Future]: https://docs.rs/futures/0.3.4/futures/future/trait.Future.html [warp]: https://github.com/graphql-rust/juniper/tree/master/juniper_warp [WS]: https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md [GraphQLError]: https://docs.rs/juniper/0.14.2/juniper/enum.GraphQLError.html [Schema]: ../schema/schemas_and_mutations.md 

Expected behavior
It should have generated proper html

Additional context
I haven't checked other pages for issues. But best guess is it might be there and fixing one page should fix all pages.

@kunjee17 kunjee17 added bug Something isn't working needs-triage labels Jun 10, 2020
@tyranron tyranron added blocker k::documentation Related to project documentation and removed needs-triage labels Jun 10, 2020
@tyranron
Copy link
Member

tyranron commented Jun 10, 2020

@kunjee17 yup, there is some mess around links. I've planned to fix it with the subscriptions layer being polished altogether. However, earlier PRs are still welcome 😉

@craigpastro
Copy link

Hi! I think this has been fixed. (The links are still broken though.) When I do mdbook build in docs/book it seems to be fine:

Screen Shot 2020-07-06 at 10 02 10

However, I had to add a title in SUMMARY.md otherwise it stopped generating content at Type System: Other types: Union. Did you not have this problem?

@tyranron tyranron added this to the 0.16.0 milestone Nov 24, 2023
@tyranron tyranron removed the blocker label Dec 1, 2023
@tyranron tyranron self-assigned this Dec 1, 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 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