hasura / learn-graphql

Real world GraphQL tutorials for frontend developers with deadlines!
https://hasura.io/learn/
MIT License
1.18k stars 650 forks source link

docs: add skip onboarding query param #959

Closed robertjdominguez closed 1 year ago

robertjdominguez commented 1 year ago

Description

This PR adds the skip_onboaridng=true query parameter to https://cloud.hasura.io references throughout Learn. This is done with the Growth team to create a smoother experience for users signing up or following guides via Learn (and Docs). The query parameter is parsed by Lux and saves a key-value pair in local storage.

DOCS-1004

Related Issues

hasura/graphql-engine-mono #9266

Solution and Design

I grepped for cloud.hasura.io and updated introductory sets of instructions; I also updated the in-page Deploy to Hasura button refs.

It also would appear that Prettier grabbed much of this to wrap text.