Wrapped the XDG variables and PATH setup in config.fish with the C3 overrides toggle so users can fully opt out. Updated the documentation (07-customization.md, 02-path-setup.md, README.md) to reflect this. Also added a Home link to the 404 page and removed a leftover test_sidebar.js file.
17 lines
600 B
Markdown
17 lines
600 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="/09-installation/" />
|
|
<LinkCard title="Troubleshooting" description="Fix common issues" href="/11-troubleshooting/" />
|
|
<LinkCard title="Function Reference" description="Browse all functions" href="/05-functions/" />
|
|
</CardGrid>
|