Skip to content

Commit af2ccfa

Browse files
author
Retype GitHub Action
committed
Refreshes Retype-generated documentation.
Process triggered by Grabsky.
1 parent fbb7883 commit af2ccfa

11 files changed

Lines changed: 819 additions & 57 deletions

File tree

404.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
6-
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.7.0.797806979705">
6+
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.7.0.797870837668">
77

88
<!-- See retype.com -->
99
<meta name="generator" content="Retype 3.7.0">
@@ -28,11 +28,11 @@
2828
<script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
2929

3030
<link href="/assets/favicon.png" rel="icon">
31-
<link href="/resources/css/retype.css?v=3.7.0.797806979705" rel="stylesheet">
31+
<link href="/resources/css/retype.css?v=3.7.0.797870837668" rel="stylesheet">
3232

33-
<script data-cfasync="false" src="/resources/js/config.js?v=3.7.0.797806979705" data-turbo-eval="false" defer></script>
33+
<script data-cfasync="false" src="/resources/js/config.js?v=3.7.0.797870837668" data-turbo-eval="false" defer></script>
3434
<script data-cfasync="false" src="/resources/js/retype.js?v=3.7.0" data-turbo-eval="false" defer></script>
35-
<script id="lunr-js" data-cfasync="false" src="/resources/js/lunr.js?v=3.7.0.797806979705" data-turbo-eval="false" defer></script>
35+
<script id="lunr-js" data-cfasync="false" src="/resources/js/lunr.js?v=3.7.0.797870837668" data-turbo-eval="false" defer></script>
3636

3737
<style>
3838

@@ -56,14 +56,18 @@
5656

5757
aside .simplebar-content-wrapper {
5858

59-
/* Currently, the first entry is 'Home' and last one is 'Reference' */
60-
li:first-child, li:last-child {
59+
li:first-child, li:nth-last-child(2) {
6160
margin-top: 0.75em;
6261
padding-top: 0.75em;
62+
border-top: 1px solid color-mix(in srgb, gray 12.5%, transparent);
63+
}
64+
65+
/* Currently, the first entry is 'Home' and last one is 'Reference' */
66+
li:first-child, li:last-child {
6367
margin-bottom: 0.75em;
6468
padding-bottom: 0.75em;
6569
border-bottom: 1px solid color-mix(in srgb, gray 12.5%, transparent);
66-
border-top: 1px solid color-mix(in srgb, gray 12.5%, transparent);
70+
6771
}
6872

6973
}

commands/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
6-
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.7.0.797806979705">
6+
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.7.0.797870837668">
77

88
<!-- See retype.com -->
99
<meta name="generator" content="Retype 3.7.0">
@@ -31,11 +31,11 @@
3131
<script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
3232

3333
<link href="../assets/favicon.png" rel="icon">
34-
<link href="../resources/css/retype.css?v=3.7.0.797806979705" rel="stylesheet">
34+
<link href="../resources/css/retype.css?v=3.7.0.797870837668" rel="stylesheet">
3535

36-
<script data-cfasync="false" src="../resources/js/config.js?v=3.7.0.797806979705" data-turbo-eval="false" defer></script>
36+
<script data-cfasync="false" src="../resources/js/config.js?v=3.7.0.797870837668" data-turbo-eval="false" defer></script>
3737
<script data-cfasync="false" src="../resources/js/retype.js?v=3.7.0" data-turbo-eval="false" defer></script>
38-
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.7.0.797806979705" data-turbo-eval="false" defer></script>
38+
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.7.0.797870837668" data-turbo-eval="false" defer></script>
3939

4040
<style>
4141

@@ -59,14 +59,18 @@
5959

6060
aside .simplebar-content-wrapper {
6161

62-
/* Currently, the first entry is 'Home' and last one is 'Reference' */
63-
li:first-child, li:last-child {
62+
li:first-child, li:nth-last-child(2) {
6463
margin-top: 0.75em;
6564
padding-top: 0.75em;
65+
border-top: 1px solid color-mix(in srgb, gray 12.5%, transparent);
66+
}
67+
68+
/* Currently, the first entry is 'Home' and last one is 'Reference' */
69+
li:first-child, li:last-child {
6670
margin-bottom: 0.75em;
6771
padding-bottom: 0.75em;
6872
border-bottom: 1px solid color-mix(in srgb, gray 12.5%, transparent);
69-
border-top: 1px solid color-mix(in srgb, gray 12.5%, transparent);
73+
7074
}
7175

7276
}

dependencies/index.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
6-
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.7.0.797806979705">
6+
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.7.0.797870837668">
77

88
<!-- See retype.com -->
99
<meta name="generator" content="Retype 3.7.0">
@@ -31,12 +31,12 @@
3131
<script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
3232

3333
<link href="../assets/favicon.png" rel="icon">
34-
<link href="../resources/css/retype.css?v=3.7.0.797806979705" rel="stylesheet">
34+
<link href="../resources/css/retype.css?v=3.7.0.797870837668" rel="stylesheet">
3535

36-
<script data-cfasync="false" src="../resources/js/config.js?v=3.7.0.797806979705" data-turbo-eval="false" defer></script>
36+
<script data-cfasync="false" src="../resources/js/config.js?v=3.7.0.797870837668" data-turbo-eval="false" defer></script>
3737
<script data-cfasync="false" src="../resources/js/retype.js?v=3.7.0" data-turbo-eval="false" defer></script>
38-
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.7.0.797806979705" data-turbo-eval="false" defer></script>
39-
<script id="prism-js" data-cfasync="false" src="../resources/js/prism.js?v=3.7.0.797806979705" defer></script>
38+
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.7.0.797870837668" data-turbo-eval="false" defer></script>
39+
<script id="prism-js" data-cfasync="false" src="../resources/js/prism.js?v=3.7.0.797870837668" defer></script>
4040

4141
<style>
4242

@@ -60,14 +60,18 @@
6060

6161
aside .simplebar-content-wrapper {
6262

63-
/* Currently, the first entry is 'Home' and last one is 'Reference' */
64-
li:first-child, li:last-child {
63+
li:first-child, li:nth-last-child(2) {
6564
margin-top: 0.75em;
6665
padding-top: 0.75em;
66+
border-top: 1px solid color-mix(in srgb, gray 12.5%, transparent);
67+
}
68+
69+
/* Currently, the first entry is 'Home' and last one is 'Reference' */
70+
li:first-child, li:last-child {
6771
margin-bottom: 0.75em;
6872
padding-bottom: 0.75em;
6973
border-bottom: 1px solid color-mix(in srgb, gray 12.5%, transparent);
70-
border-top: 1px solid color-mix(in srgb, gray 12.5%, transparent);
74+
7175
}
7276

7377
}

0 commit comments

Comments
 (0)