1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Generate documentation

This commit is contained in:
Github Actions 2021-12-01 23:39:29 +00:00
parent 363e4c3eec
commit b247d0c35a
4 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 = "master";
const documentBranches = ["1.1", "2.1", "v3", "master"];
const documentBranches = ["v1", "v2", "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 "1.1" 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>
<script src="assets/narrow-menu.js"></script>
<script src="assets/navigation-scroll-fix.js"></script>
<script>
const documentBranch = "1.1";
const documentBranches = ["1.1", "2.1", "v3", "master"];
const documentBranch = "v1";
const documentBranches = ["v1", "v2", "v3", "master"];
</script>
<header>
<div class="logoContainer">
<h1>
Radicale
<span class="documentBranch">
<span>1.1</span>
<span>v1</span>
<select></select>
</span>
</h1>

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

View file

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