2 Commits

Author SHA1 Message Date
lordmathis
277db41661 Set default version to dev with mike 2.1.3 2025-11-16 17:42:24 +00:00
lordmathis
f461630162 Deployed efed0f5 to dev with MkDocs 1.6.1 and mike 2.1.3 2025-11-16 17:42:22 +00:00
5 changed files with 10 additions and 10 deletions

View File

@@ -2,30 +2,30 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://llamactl.org/dev/</loc>
<lastmod>2025-11-15</lastmod>
<lastmod>2025-11-16</lastmod>
</url>
<url>
<loc>https://llamactl.org/dev/api-reference/</loc>
<lastmod>2025-11-15</lastmod>
<lastmod>2025-11-16</lastmod>
</url>
<url>
<loc>https://llamactl.org/dev/configuration/</loc>
<lastmod>2025-11-15</lastmod>
<lastmod>2025-11-16</lastmod>
</url>
<url>
<loc>https://llamactl.org/dev/installation/</loc>
<lastmod>2025-11-15</lastmod>
<lastmod>2025-11-16</lastmod>
</url>
<url>
<loc>https://llamactl.org/dev/managing-instances/</loc>
<lastmod>2025-11-15</lastmod>
<lastmod>2025-11-16</lastmod>
</url>
<url>
<loc>https://llamactl.org/dev/quick-start/</loc>
<lastmod>2025-11-15</lastmod>
<lastmod>2025-11-16</lastmod>
</url>
<url>
<loc>https://llamactl.org/dev/troubleshooting/</loc>
<lastmod>2025-11-15</lastmod>
<lastmod>2025-11-16</lastmod>
</url>
</urlset>

Binary file not shown.

View File

@@ -4,15 +4,15 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=stable/" />
<meta http-equiv="refresh" content="1; url=dev/" />
</noscript>
<script>
window.location.replace(
"stable/" + window.location.search + window.location.hash
"dev/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="stable/">stable/</a>...
Redirecting to <a href="dev/">dev/</a>...
</body>
</html>