Skip to content

Commit fe43e52

Browse files
iManunerda-codes
andauthored
feat(docs): highlight tutorial from mdx file - WDOC-1076 (#5095)
* docs(sem): add secret deletion (#4851) * feat: add highlighted tutorials mdx * feat: tutorial hightlight assets --------- Co-authored-by: Néda <[email protected]>
1 parent 5352238 commit fe43e52

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
118 KB
Loading
146 KB
Loading

blocks/highlighted-tutorials.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import plausible from "./assets/scaleway-plausible-tutorial-time.webp"
2+
import sentry from "./assets/scaleway-sentry-tutorial-time.webp"
3+
4+
<Grid>
5+
<Card
6+
image={plausible}
7+
title="Running web analytics with Plausible on Ubuntu Linux"
8+
tags="Analytics Plausible Ubuntu"
9+
label="Open Plausible tutorial"
10+
url="tutorials/plausible-analytics-ubuntu"
11+
/>
12+
<Card
13+
image={sentry}
14+
title="Configuring Sentry error tracking"
15+
tags="Sentry"
16+
label="Open Sentry tutorial"
17+
url="tutorials/sentry-error-tracking"
18+
/>
19+
</Grid>

0 commit comments

Comments
 (0)