Built site for gh-pages
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ ul.task-list li input[type="checkbox"] {
|
||||
}
|
||||
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
|
||||
var mailtoRegex = new RegExp(/^mailto:/);
|
||||
var filterRegex = new RegExp('/' + window.location.host + '/');
|
||||
var filterRegex = new RegExp("https:\/\/gitea\.spacilovi\.eu\/david-spacil\/help");
|
||||
var isInternal = (href) => {
|
||||
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
|
||||
}
|
||||
|
||||
+1
-1
@@ -239,7 +239,7 @@ ul.task-list li input[type="checkbox"] {
|
||||
}
|
||||
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
|
||||
var mailtoRegex = new RegExp(/^mailto:/);
|
||||
var filterRegex = new RegExp('/' + window.location.host + '/');
|
||||
var filterRegex = new RegExp("https:\/\/gitea\.spacilovi\.eu\/david-spacil\/help");
|
||||
var isInternal = (href) => {
|
||||
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
|
||||
}
|
||||
|
||||
+10
-3
@@ -152,6 +152,7 @@ ul.task-list li input[type="checkbox"] {
|
||||
<li><a href="#sdílení-pomocí-odkazu" id="toc-sdílení-pomocí-odkazu" class="nav-link" data-scroll-target="#sdílení-pomocí-odkazu">Sdílení pomocí odkazu</a></li>
|
||||
<li><a href="#sdílení-uživatelům" id="toc-sdílení-uživatelům" class="nav-link" data-scroll-target="#sdílení-uživatelům">Sdílení uživatelům</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#odkazy" id="toc-odkazy" class="nav-link" data-scroll-target="#odkazy">Odkazy</a></li>
|
||||
</ul>
|
||||
<div class="toc-actions"><ul><li><a href="https://gitea.spacilovi.eu/david-spacil/help/issues/new" class="toc-action"><i class="bi bi-git"></i>Report an issue</a></li></ul></div></nav>
|
||||
</div>
|
||||
@@ -283,9 +284,15 @@ ul.task-list li input[type="checkbox"] {
|
||||
<figcaption>Sdílení fotek ostatním uživatelům</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
<section id="odkazy" class="level2">
|
||||
<h2 class="anchored" data-anchor-id="odkazy">Odkazy</h2>
|
||||
<ul>
|
||||
<li>Kompletní nápověda (primárně pro administrátory): <a href="docs.immich.app">docs.immich.app</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
</main> <!-- /main -->
|
||||
@@ -362,7 +369,7 @@ ul.task-list li input[type="checkbox"] {
|
||||
}
|
||||
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
|
||||
var mailtoRegex = new RegExp(/^mailto:/);
|
||||
var filterRegex = new RegExp('/' + window.location.host + '/');
|
||||
var filterRegex = new RegExp("https:\/\/gitea\.spacilovi\.eu\/david-spacil\/help");
|
||||
var isInternal = (href) => {
|
||||
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Sitemap: https://gitea.spacilovi.eu/david-spacil/help/sitemap.xml
|
||||
+11
@@ -43,6 +43,17 @@
|
||||
"Návod na používání Immich"
|
||||
]
|
||||
},
|
||||
{
|
||||
"objectID": "navody/immich.html#odkazy",
|
||||
"href": "navody/immich.html#odkazy",
|
||||
"title": "Návod na používání Immich",
|
||||
"section": "Odkazy",
|
||||
"text": "Odkazy\n\nKompletní nápověda (primárně pro administrátory): docs.immich.app",
|
||||
"crumbs": [
|
||||
"Návody",
|
||||
"Návod na používání Immich"
|
||||
]
|
||||
},
|
||||
{
|
||||
"objectID": "about.html",
|
||||
"href": "about.html",
|
||||
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://gitea.spacilovi.eu/david-spacil/help/navody/immich.html</loc>
|
||||
<lastmod>2026-07-10T10:26:15.992Z</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://gitea.spacilovi.eu/david-spacil/help/about.html</loc>
|
||||
<lastmod>2026-07-10T10:22:01.097Z</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://gitea.spacilovi.eu/david-spacil/help/index.html</loc>
|
||||
<lastmod>2026-07-10T10:22:01.098Z</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user