mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com> Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1.1 KiB
1.1 KiB
title, permalink, skip_feedback, notoc, sitemap, skip_read_time
| title | permalink | skip_feedback | notoc | sitemap | skip_read_time |
|---|---|---|---|---|---|
| Sorry, we can't find that page | /404.html | true | true | false | true |
There might be a mistake in the URL or you might've clicked a link to content that no longer exists. If you think it's the latter, please file an issue in our [issue tracker on GitHub]({{ site.repo }}/issues/new) and let us know what happened. Please also include a link to where the error occurred, if applicable.
[Click here to create a new ticket]({{ site.repo }}/issues/new){:.newissue.button.primary-btn}
<script> let el = document.querySelector("a.newissue"); if (el) { let url = new URL("{{ site.repo }}/issues/new"); url.searchParams.set("title", "404 at " + window.location.pathname); let body = "I found a broken link : " + window.location.href; if (document.referrer !== "") { body += "\nI arrived on this page through: " + document.referrer } url.searchParams.set("body", body); el.setAttribute("href", url.toString()); } </script>