1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Generate documentation

This commit is contained in:
Github Actions 2021-12-05 02:00:38 +00:00
parent e48a0a15d7
commit f3508e4947
8 changed files with 1100 additions and 1096 deletions

View file

@ -7,5 +7,6 @@
<title>Redirect</title>
<p>Please follow <a href="v1.html" id="link">this link</a>.</p>
<script>
window.location.href = link.href = "v1.html" + (window.location.search || "") + (window.location.hash || "");
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);
</script>

View file

@ -7,5 +7,6 @@
<title>Redirect</title>
<p>Please follow <a href="v2.html" id="link">this link</a>.</p>
<script>
window.location.href = link.href = "v2.html" + (window.location.search || "") + (window.location.hash || "");
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);
</script>

View file

@ -7,5 +7,6 @@
<title>Redirect</title>
<p>Please follow <a href="v3.html" id="link">this link</a>.</p>
<script>
window.location.href = link.href = "v3.html" + (window.location.search || "") + (window.location.hash || "");
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);
</script>

View file

@ -7,5 +7,6 @@
<title>Redirect</title>
<p>Please follow <a href="v3.html" id="link">this link</a>.</p>
<script>
window.location.href = link.href = "v3.html" + (window.location.search || "") + (window.location.hash || "");
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);
</script>

View file

@ -82,7 +82,7 @@
<noscript><link href="assets/screen-noscript.css" media="screen" rel="stylesheet"></noscript>
<link href="https://github.com/Kozea/Radicale/releases.atom" rel="alternate" title="Radicale Releases" type="application/atom+xml">
<link href="assets/icon.png" rel="icon" type="image/png">
<title>Radicale "master" Documentation</title>
<title>Radicale master Documentation</title>
<meta content="Free and Open-Source CalDAV and CardDAV Server" name="description">
<script src="assets/navigation.js"></script>
<script src="assets/document-branches.js"></script>

View file

@ -82,7 +82,7 @@
<noscript><link href="assets/screen-noscript.css" media="screen" rel="stylesheet"></noscript>
<link href="https://github.com/Kozea/Radicale/releases.atom" rel="alternate" title="Radicale Releases" type="application/atom+xml">
<link href="assets/icon.png" rel="icon" type="image/png">
<title>Radicale "v1" Documentation</title>
<title>Radicale v1 Documentation</title>
<meta content="Free and Open-Source CalDAV and CardDAV Server" name="description">
<script src="assets/navigation.js"></script>
<script src="assets/document-branches.js"></script>

View file

@ -82,7 +82,7 @@
<noscript><link href="assets/screen-noscript.css" media="screen" rel="stylesheet"></noscript>
<link href="https://github.com/Kozea/Radicale/releases.atom" rel="alternate" title="Radicale Releases" type="application/atom+xml">
<link href="assets/icon.png" rel="icon" type="image/png">
<title>Radicale "v2" Documentation</title>
<title>Radicale v2 Documentation</title>
<meta content="Free and Open-Source CalDAV and CardDAV Server" name="description">
<script src="assets/navigation.js"></script>
<script src="assets/document-branches.js"></script>

View file

@ -82,7 +82,7 @@
<noscript><link href="assets/screen-noscript.css" media="screen" rel="stylesheet"></noscript>
<link href="https://github.com/Kozea/Radicale/releases.atom" rel="alternate" title="Radicale Releases" type="application/atom+xml">
<link href="assets/icon.png" rel="icon" type="image/png">
<title>Radicale "v3" Documentation</title>
<title>Radicale v3 Documentation</title>
<meta content="Free and Open-Source CalDAV and CardDAV Server" name="description">
<script src="assets/navigation.js"></script>
<script src="assets/document-branches.js"></script>