layout | permalink | nav_exclude |
---|---|---|
default |
/404.html |
true |
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>