Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 500 Bytes

404.md

File metadata and controls

20 lines (17 loc) · 500 Bytes
layout permalink nav_exclude
default
/404.html
true

Page Not Found

We could not find the page you were looking for.

<script defer> if (window.location.pathname.match(/^\/api.*/)) { var redirectEl = document.createElement("p"); redirectEl.innerHTML = "Redirecting you to the latest documentation in 5 seconds..." document.getElementById("main-content").appendChild(redirectEl); setTimeout(function() { window.location.href = '/api'; }, 5000); } </script>