Right now you get this when you end up on a 404 page:
404
This page could not be found.
As an end user, you:
- do not know if this is a CHT page
- have nothing to click on to get you back to content
- can't search for what you're looking for.
If possible, we should address this by making the 404 be like any other page, which would mean:
- there's the whole navigation to choose from on the left
- search is at the top
- there's CHT docs branding so you know which site you're on
- we should be sure the
404 header is still sent
Here's a quick and dirty mockup I did:
Good first issue
This ticket has the Good first issue label! This means it's been especially curated by other CHT contributors to be easy to work on for first time contributors per the docs.
To succeed on this ticket, please:
- get the docs system installed locally - likely the easiest is to use docker to run
hugo
- add an the
404.html file in the layouts directory
- put hugo template content in the new file based on docs and on the CleverCloud example
Right now you get this when you end up on a 404 page:
As an end user, you:
If possible, we should address this by making the 404 be like any other page, which would mean:
404header is still sentHere's a quick and dirty mockup I did:
Good first issue
This ticket has the Good first issue label! This means it's been especially curated by other CHT contributors to be easy to work on for first time contributors per the docs.
To succeed on this ticket, please:
hugo404.htmlfile in thelayoutsdirectory