Skip to content

Commit 827296e

Browse files
authored
Merge branch 'main' into MTA-6055
2 parents eb9e3c8 + 909dc97 commit 827296e

File tree

1,998 files changed

+24891
-25446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,998 files changed

+24891
-25446
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ interlink/ @RoRoJ
1919
edge-services/ @RoRoJ
2020
ipam/ @RoRoJ
2121
iot-hub/ @RoRoJ
22+
managed-inference/ @RoRoJ
23+
generative-apis/ @RoRoJ
2224

2325
# Benedikt
2426
instances/ @bene2k1
@@ -34,8 +36,6 @@ dedibox-hardware/ @bene2k1
3436
dedibox-network/ @bene2k1
3537
dedibox-account/ @bene2k1
3638
dedibox-kvm-over-ip/ @bene2k1
37-
managed-inference/ @bene2k1
38-
generative-apis/ @bene2k1
3939
container-registry/ @bene2k1
4040

4141

@@ -59,4 +59,4 @@ environmental-footprint/ @ldecarvalho-doc
5959
labs/ @ldecarvalho-doc
6060
billing/ @ldecarvalho-doc
6161
transactional-email/ @ldecarvalho-doc
62-
environmental-footprint/ @ldecarvalho-doc
62+
environmental-footprint/ @ldecarvalho-doc

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
'type: dependencies':
1313
- package.json
14-
- yarn.lock
14+
- pnpm-lock.yaml

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn commitlint -e && echo "\nHey! Did you Val(e)date your changes? 💡🤡\n"
4+
pnpm commitlint -e && echo "\nHey! Did you Val(e)date your changes? 💡🤡\n"

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules/
22
package.json
3-
yarn.lock
3+
pnpm-lock.yaml
44
*.mdx

bin/check-pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[[ $(bin/count-invalid-slugs) == "0" ]] && \
44
[ ! -d node_modules/ ] && echo "⚠️ You need to install node_modules first" && exit 1; \
5-
yarn lint-staged || \
5+
pnpm lint-staged || \
66
(echo "💔 Slug error(s):" && bin/list-invalid-slugs \
77
echo "⚠️ You must fix slugs in 'menu/navigation.json' before commit"; exit 1)
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>

blocks/highlights.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

blocks/mainLinks.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)