readthedocs / ext-theme

Read the Docs drop in replacement site templates
2 stars 2 forks source link

Add dashboard error pages #326

Closed agjohnson closed 5 months ago

agjohnson commented 5 months ago

This ports in the initial error pages from our website so that the dashboard error pages look polished. This does not yet update the documentation error pages, which I am considering the next batch of work afterwards.

Changes here:


agjohnson commented 5 months ago

400/4xx fallback 401 403 429 500 504

agjohnson commented 5 months ago

Great point, I'll add 410 here too, that's easy enough.

The dummy response from proxito will use a different set of proxito error templates, that one is on the list at #304

agjohnson commented 5 months ago

image

There is a complimentary change I'll push up in https://github.com/readthedocs/readthedocs.org/pull/11263 to support a dashboard-only 410 error page.