3 Commits

Author SHA1 Message Date
lordmathis
eb4aeb79d1 Deployed 4200b8e to dev with MkDocs 1.6.1 and mike 2.1.3 2025-12-11 17:52:01 +00:00
lordmathis
4a9ecf6841 Set default version to dev with mike 2.1.3 2025-12-11 17:12:41 +00:00
lordmathis
3944f5833e Deployed e54c495 to dev with MkDocs 1.6.1 and mike 2.1.3 2025-12-11 17:12:39 +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"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://llamactl.org/dev/</loc> <loc>https://llamactl.org/dev/</loc>
<lastmod>2025-12-08</lastmod> <lastmod>2025-12-11</lastmod>
</url> </url>
<url> <url>
<loc>https://llamactl.org/dev/api-reference/</loc> <loc>https://llamactl.org/dev/api-reference/</loc>
<lastmod>2025-12-08</lastmod> <lastmod>2025-12-11</lastmod>
</url> </url>
<url> <url>
<loc>https://llamactl.org/dev/configuration/</loc> <loc>https://llamactl.org/dev/configuration/</loc>
<lastmod>2025-12-08</lastmod> <lastmod>2025-12-11</lastmod>
</url> </url>
<url> <url>
<loc>https://llamactl.org/dev/installation/</loc> <loc>https://llamactl.org/dev/installation/</loc>
<lastmod>2025-12-08</lastmod> <lastmod>2025-12-11</lastmod>
</url> </url>
<url> <url>
<loc>https://llamactl.org/dev/managing-instances/</loc> <loc>https://llamactl.org/dev/managing-instances/</loc>
<lastmod>2025-12-08</lastmod> <lastmod>2025-12-11</lastmod>
</url> </url>
<url> <url>
<loc>https://llamactl.org/dev/quick-start/</loc> <loc>https://llamactl.org/dev/quick-start/</loc>
<lastmod>2025-12-08</lastmod> <lastmod>2025-12-11</lastmod>
</url> </url>
<url> <url>
<loc>https://llamactl.org/dev/troubleshooting/</loc> <loc>https://llamactl.org/dev/troubleshooting/</loc>
<lastmod>2025-12-08</lastmod> <lastmod>2025-12-11</lastmod>
</url> </url>
</urlset> </urlset>

Binary file not shown.

View File

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