Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blocks/assets/scaleway-sentry-tutorial-time.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions blocks/highlighted-tutorials.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import plausible from "./assets/scaleway-plausible-tutorial-time.webp"
import sentry from "./assets/scaleway-sentry-tutorial-time.webp"

<Grid>
<Card
image={plausible}
title="Running web analytics with Plausible on Ubuntu Linux"
tags="Analytics Plausible Ubuntu"
label="Open Plausible tutorial"
url="tutorials/plausible-analytics-ubuntu"
/>
<Card
image={sentry}
title="Configuring Sentry error tracking"
tags="Sentry"
label="Open Sentry tutorial"
url="tutorials/sentry-error-tracking"
/>
</Grid>
Loading