mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-12-22 09:04: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">
|
||||
<url>
|
||||
<loc>https://llamactl.org/dev/</loc>
|
||||
<lastmod>2025-12-08</lastmod>
|
||||
<lastmod>2025-12-11</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://llamactl.org/dev/api-reference/</loc>
|
||||
<lastmod>2025-12-08</lastmod>
|
||||
<lastmod>2025-12-11</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://llamactl.org/dev/configuration/</loc>
|
||||
<lastmod>2025-12-08</lastmod>
|
||||
<lastmod>2025-12-11</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://llamactl.org/dev/installation/</loc>
|
||||
<lastmod>2025-12-08</lastmod>
|
||||
<lastmod>2025-12-11</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://llamactl.org/dev/managing-instances/</loc>
|
||||
<lastmod>2025-12-08</lastmod>
|
||||
<lastmod>2025-12-11</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://llamactl.org/dev/quick-start/</loc>
|
||||
<lastmod>2025-12-08</lastmod>
|
||||
<lastmod>2025-12-11</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://llamactl.org/dev/troubleshooting/</loc>
|
||||
<lastmod>2025-12-08</lastmod>
|
||||
<lastmod>2025-12-11</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