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-01 23:35:50 +00:00
parent 8fa9df7596
commit 363e4c3eec
5 changed files with 10 additions and 10 deletions

View file

@ -90,7 +90,7 @@
<script src="assets/navigation-scroll-fix.js"></script>
<script>
const documentBranch = "1.1";
const documentBranches = ["1.1", "2.1", "3.0", "master"];
const documentBranches = ["1.1", "2.1", "v3", "master"];
</script>
<header>
<div class="logoContainer">

View file

@ -90,7 +90,7 @@
<script src="assets/navigation-scroll-fix.js"></script>
<script>
const documentBranch = "2.1";
const documentBranches = ["1.1", "2.1", "3.0", "master"];
const documentBranches = ["1.1", "2.1", "v3", "master"];
</script>
<header>
<div class="logoContainer">

View file

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<noscript><meta http-equiv="Refresh" content="0; url=3.0.html"></noscript>
<noscript><meta http-equiv="Refresh" content="0; url=v3.html"></noscript>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://github.com/Kozea/Radicale/releases.atom" type="application/atom+xml" rel="alternate" title="Radicale Releases">
<title>Redirect</title>
<p>Please follow <a href="3.0.html" id="link">this link</a>.</p>
<p>Please follow <a href="v3.html" id="link">this link</a>.</p>
<script>
window.location.href = link.href = "3.0.html" + (window.location.search || "") + (window.location.hash || "");
window.location.href = link.href = "v3.html" + (window.location.search || "") + (window.location.hash || "");
</script>

View file

@ -90,7 +90,7 @@
<script src="assets/navigation-scroll-fix.js"></script>
<script>
const documentBranch = "master";
const documentBranches = ["1.1", "2.1", "3.0", "master"];
const documentBranches = ["1.1", "2.1", "v3", "master"];
</script>
<header>
<div class="logoContainer">

View file

@ -82,22 +82,22 @@
<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 "3.0" 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>
<script src="assets/narrow-menu.js"></script>
<script src="assets/navigation-scroll-fix.js"></script>
<script>
const documentBranch = "3.0";
const documentBranches = ["1.1", "2.1", "3.0", "master"];
const documentBranch = "v3";
const documentBranches = ["1.1", "2.1", "v3", "master"];
</script>
<header>
<div class="logoContainer">
<h1>
Radicale
<span class="documentBranch">
<span>3.0</span>
<span>v3</span>
<select></select>
</span>
</h1>