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

docs: Standardize Edit in CodeSandbox button #7838

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/source/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,14 @@ One of the most important concepts of GraphQL is that clients can choose to quer

## Complete example

You can view and fork the complete example on Code Sandbox:

<a href="https://codesandbox.io/s/github/apollographql/docs-examples/tree/main/apollo-server/v4/getting-started?fontsize=14&hidenavigation=1&theme=dark">
<img
alt="Edit server-getting-started"
src="https://codesandbox.io/static/img/play-codesandbox.svg"
/>
</a>
You can view and fork the complete example on CodeSandbox:

<ButtonLink
href="https://codesandbox.io/s/github/apollographql/docs-examples/tree/main/apollo-server/v4/getting-started?fontsize=14&hidenavigation=1&theme=dark"
size="lg"
>
Edit in CodeSandbox
</ButtonLink>

## Next steps

Expand Down