Skip to content

Commit

Permalink
Linked more youtube videos to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Aug 10, 2022
1 parent bd604c7 commit 1f88841
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/docs/hotchocolate/get-started.md
Expand Up @@ -7,6 +7,10 @@ import { InputChoiceTabs } from "../../components/mdx/input-choice-tabs"

In this tutorial, we will walk you through the basics of creating a GraphQL server with Hot Chocolate.

<iframe width="560" height="315"
src="https://www.youtube.com/embed/qrh97hToWpM"frameborder="0"
allowfullscreen></iframe>

# Setup

If you are integrating Hot Chocolate into an existing project using ASP.NET Core, you can skip step 1.
Expand Down
4 changes: 4 additions & 0 deletions website/src/docs/hotchocolate/server/instrumentation.md
Expand Up @@ -228,6 +228,10 @@ OpenTelemetry is an open-source project and unified standard for service instrum

Hot Chocolate has implemented an OpenTelemetry integration, and you can easily opt into it instead of building a custom tracing integration.

<iframe width="560" height="315"
src="https://www.youtube.com/embed/nCLSfJMihsg"frameborder="0"
allowfullscreen></iframe>

## Setup

To get started, add the HotChocolate.Diagnostics package to your project.
Expand Down

0 comments on commit 1f88841

Please sign in to comment.