Skip to content

Commit d337a84

Browse files
committed
feat(docs): add custom 404 page
1 parent 70e93ad commit d337a84

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

apps/docs/astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default defineConfig({
1313
light: "./src/assets/logo.svg",
1414
dark: "./src/assets/logo_dark.svg",
1515
replacesTitle: true,
16-
alt: "AlbertPlus logo",
1716
},
1817
customCss: ["./src/styles/theme.css"],
1918
favicon: "/favicon.ico",

apps/docs/src/content/docs/404.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "404"
3+
template: splash
4+
editUrl: false
5+
hero:
6+
title: "404"
7+
tagline: Page not found. Check the URL or try using the search bar.
8+
---
9+
10+
### Quick Links
11+
12+
- [Overview](/overview)
13+
- [Getting Started](/getting-started/quick-start)
14+
- [Architecture](/architecture/overview)
15+
- [Contributing](/contributing)

0 commit comments

Comments
 (0)