docs(site): add custom 404 page with navigation links
Generate documentation / build-docs (push) Has been cancelled
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:
@@ -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>
|
||||
Reference in New Issue
Block a user