We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e93ad commit d337a84Copy full SHA for d337a84
2 files changed
apps/docs/astro.config.mjs
@@ -13,7 +13,6 @@ export default defineConfig({
13
light: "./src/assets/logo.svg",
14
dark: "./src/assets/logo_dark.svg",
15
replacesTitle: true,
16
- alt: "AlbertPlus logo",
17
},
18
customCss: ["./src/styles/theme.css"],
19
favicon: "/favicon.ico",
apps/docs/src/content/docs/404.md
@@ -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)
+- [Getting Started](/getting-started/quick-start)
+- [Architecture](/architecture/overview)
+- [Contributing](/contributing)
0 commit comments