diff --git a/DISCOVER/404.html b/DISCOVER/404.html index 543b5734..a53daed2 100644 --- a/DISCOVER/404.html +++ b/DISCOVER/404.html @@ -1,170 +1,37 @@ - - - - - - 404 - Not Found - - - -
-
-

404 - Page Not Found

-

This page might’ve wandered off or was never here at all.

-

Maybe it was deleted, renamed, or never existed in the first place.

-

What can you do?

- ⬅️ Back to Home - 🐞 Report the Issue - -
- - -
- - -
- - - - +{% extends "sphinx_book_theme/layout.html" %} + +{% block content %} + +
+

404

+

Oops! Page not found

+ +

+ The page you are looking for doesn't exist or has been moved. + Let's get you back to the DISCOVER Cookbook. +

+ + + Go Home + + + + Start Reading + +
+ +{% endblock %} diff --git a/_build/logs/myst.build.json b/_build/logs/myst.build.json new file mode 100644 index 00000000..55733548 --- /dev/null +++ b/_build/logs/myst.build.json @@ -0,0 +1,31 @@ +{ + "input": { + "files": [ + "DISCOVER" + ], + "opts": { + "execute": false, + "executeParallel": 11, + "pdf": false, + "tex": false, + "typst": false, + "docx": false, + "md": false, + "xml": false, + "meca": false, + "cff": false, + "site": false, + "html": false, + "all": false, + "doiBib": false, + "watch": false, + "force": false, + "checkLinks": false, + "strict": false, + "ci": false, + "maxSizeWebp": 1572864, + "keepHost": false + } + }, + "exports": [] +} \ No newline at end of file