mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-12-22 17:14:22 +00:00
Compare commits
3 Commits
b236ac28f7
...
eb4aeb79d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb4aeb79d1 | ||
|
|
4a9ecf6841 | ||
|
|
3944f5833e |
Binary file not shown.
Binary file not shown.
@@ -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.
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user