From ef58fda19d267da0141bb7d023bc6dfc68a69236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Fri, 26 Jul 2024 23:51:15 +0200 Subject: [PATCH] Fixed build issues --- docs/404.md | 3 +++ docs/blog/2024-03-16-axe-api-v1-2-is-out.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/404.md diff --git a/docs/404.md b/docs/404.md new file mode 100644 index 0000000..2bc8594 --- /dev/null +++ b/docs/404.md @@ -0,0 +1,3 @@ +# 404 + +The page is not found! diff --git a/docs/blog/2024-03-16-axe-api-v1-2-is-out.md b/docs/blog/2024-03-16-axe-api-v1-2-is-out.md index cf9a2bf..7fdd718 100644 --- a/docs/blog/2024-03-16-axe-api-v1-2-is-out.md +++ b/docs/blog/2024-03-16-axe-api-v1-2-is-out.md @@ -34,7 +34,7 @@ Developers are be able to use the model name as the serializer name directly now ::: code-group -```file-name +```ts `app/v1/Serialization/UserSerialization.ts`; // [!code --] `app/v1/Serialization/User.ts`; // [!code ++] ```