mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-12-22 17:14:22 +00:00
Compare commits
2 Commits
d63678b2c7
...
277db41661
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
277db41661 | ||
|
|
f461630162 |
Binary file not shown.
Binary file not shown.
@@ -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.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user