Deployed 406107b
to REL1_0_STABLE with MkDocs 1.3.0 and mike 1.1.2
parent
8b17017269
commit
0a9df2f5f4
|
@ -351,6 +351,8 @@
|
|||
<article class="md-content__inner md-typeset">
|
||||
|
||||
<h1>404 - Not found</h1>
|
||||
<p>
|
||||
We can't find the page you are looking for. Try using the Search or <a href= "/index.html"> return to homepage </a>. </p>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{#-
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% extends "main.html" %}
|
||||
{% block content %}
|
||||
<h1>404 - Not found</h1>
|
||||
<p>
|
||||
We can't find the page you are looking for. Try using the Search or <a href= "{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"> return to homepage </a>. </p>
|
||||
{% endblock %}
|
|
@ -2,32 +2,32 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-05-03</lastmod>
|
||||
<lastmod>2022-05-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-05-03</lastmod>
|
||||
<lastmod>2022-05-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-05-03</lastmod>
|
||||
<lastmod>2022-05-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-05-03</lastmod>
|
||||
<lastmod>2022-05-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-05-03</lastmod>
|
||||
<lastmod>2022-05-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-05-03</lastmod>
|
||||
<lastmod>2022-05-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
Binary file not shown.
Loading…
Reference in New Issue