17 lines
597 B
Markdown
17 lines
597 B
Markdown
---
|
|
title: '404'
|
|
template: splash
|
|
editUrl: false
|
|
man: false
|
|
hero:
|
|
title: '404'
|
|
tagline: 'That page doesn''t exist. Check the URL, try using the search bar, or use one of the links below:'
|
|
---
|
|
|
|
<CardGrid>
|
|
<LinkCard title="Home" description="Return to the main manual page" href="/" />
|
|
<LinkCard title="Installation" description="Set up the configuration" href="/10-installation/" />
|
|
<LinkCard title="Troubleshooting" description="Fix common issues" href="/12-troubleshooting/" />
|
|
<LinkCard title="Function Reference" description="Browse all functions" href="/reference/" />
|
|
</CardGrid>
|