Generate documentation / build-docs (push) Successful in 3m47s
Updated the 404 page tagline to say 'That page doesn't exist' as requested, and fixed YAML parsing error.
16 lines
518 B
Markdown
16 lines
518 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="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>
|