docs(site): add custom 404 page with navigation links
Generate documentation / build-docs (push) Has been cancelled

Created a custom Starlight 404 page (docs/manual/404.md) that includes LinkCards pointing to common sections (Installation, Troubleshooting, Function Reference). Also updated build-manual.py to prevent '404' from appearing in the generated sidebar.
This commit is contained in:
2026-07-27 01:20:21 -04:00
parent ea66507c76
commit afad1c9933
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
---
title: '404'
template: splash
editUrl: false
man: false
hero:
title: '404'
tagline: Page not found. Check the URL or try using the search bar.
---
<CardGrid>
<LinkCard title="Installation" description="Set up the configuration" href="/09-installation/" />
<LinkCard title="Troubleshooting" description="Fix common issues" href="/11-troubleshooting/" />
<LinkCard title="Function Reference" description="Browse all functions" href="/05-functions/" />
</CardGrid>