mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Generate documentation
This commit is contained in:
parent
8fa9df7596
commit
363e4c3eec
5 changed files with 10 additions and 10 deletions
2
1.1.html
2
1.1.html
|
@ -90,7 +90,7 @@
|
||||||
<script src="assets/navigation-scroll-fix.js"></script>
|
<script src="assets/navigation-scroll-fix.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const documentBranch = "1.1";
|
const documentBranch = "1.1";
|
||||||
const documentBranches = ["1.1", "2.1", "3.0", "master"];
|
const documentBranches = ["1.1", "2.1", "v3", "master"];
|
||||||
</script>
|
</script>
|
||||||
<header>
|
<header>
|
||||||
<div class="logoContainer">
|
<div class="logoContainer">
|
||||||
|
|
2
2.1.html
2
2.1.html
|
@ -90,7 +90,7 @@
|
||||||
<script src="assets/navigation-scroll-fix.js"></script>
|
<script src="assets/navigation-scroll-fix.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const documentBranch = "2.1";
|
const documentBranch = "2.1";
|
||||||
const documentBranches = ["1.1", "2.1", "3.0", "master"];
|
const documentBranches = ["1.1", "2.1", "v3", "master"];
|
||||||
</script>
|
</script>
|
||||||
<header>
|
<header>
|
||||||
<div class="logoContainer">
|
<div class="logoContainer">
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<meta charset="utf-8">
|
<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">
|
<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">
|
<link href="https://github.com/Kozea/Radicale/releases.atom" type="application/atom+xml" rel="alternate" title="Radicale Releases">
|
||||||
<title>Redirect</title>
|
<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>
|
<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>
|
</script>
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
<script src="assets/navigation-scroll-fix.js"></script>
|
<script src="assets/navigation-scroll-fix.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const documentBranch = "master";
|
const documentBranch = "master";
|
||||||
const documentBranches = ["1.1", "2.1", "3.0", "master"];
|
const documentBranches = ["1.1", "2.1", "v3", "master"];
|
||||||
</script>
|
</script>
|
||||||
<header>
|
<header>
|
||||||
<div class="logoContainer">
|
<div class="logoContainer">
|
||||||
|
|
|
@ -82,22 +82,22 @@
|
||||||
<noscript><link href="assets/screen-noscript.css" media="screen" rel="stylesheet"></noscript>
|
<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="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">
|
<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">
|
<meta content="Free and Open-Source CalDAV and CardDAV Server" name="description">
|
||||||
<script src="assets/navigation.js"></script>
|
<script src="assets/navigation.js"></script>
|
||||||
<script src="assets/document-branches.js"></script>
|
<script src="assets/document-branches.js"></script>
|
||||||
<script src="assets/narrow-menu.js"></script>
|
<script src="assets/narrow-menu.js"></script>
|
||||||
<script src="assets/navigation-scroll-fix.js"></script>
|
<script src="assets/navigation-scroll-fix.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const documentBranch = "3.0";
|
const documentBranch = "v3";
|
||||||
const documentBranches = ["1.1", "2.1", "3.0", "master"];
|
const documentBranches = ["1.1", "2.1", "v3", "master"];
|
||||||
</script>
|
</script>
|
||||||
<header>
|
<header>
|
||||||
<div class="logoContainer">
|
<div class="logoContainer">
|
||||||
<h1>
|
<h1>
|
||||||
Radicale
|
Radicale
|
||||||
<span class="documentBranch">
|
<span class="documentBranch">
|
||||||
<span>3.0</span>
|
<span>v3</span>
|
||||||
<select></select>
|
<select></select>
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
Loading…
Add table
Add a link
Reference in a new issue