Refreshes Retype-generated documentation.

Process triggered by nbats.
This commit is contained in:
Retype GitHub Action
2023-08-15 10:11:14 +00:00
parent 3aaacd5d47
commit a232eab5fc
26 changed files with 115 additions and 112 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.1.0.745402386531">
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.1.0.745409445801">
<!-- See retype.com -->
<meta name="generator" content="Retype 3.1.0">
@@ -31,11 +31,11 @@
<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>
<link href="../static/favicon.ico" rel="icon">
<link href="../resources/css/retype.css?v=3.1.0.745402386531" rel="stylesheet">
<link href="../resources/css/retype.css?v=3.1.0.745409445801" rel="stylesheet">
<script data-cfasync="false" src="../resources/js/config.js?v=3.1.0.745402386531" data-turbo-eval="false" defer></script>
<script data-cfasync="false" src="../resources/js/config.js?v=3.1.0.745409445801" data-turbo-eval="false" defer></script>
<script data-cfasync="false" src="../resources/js/retype.js?v=3.1.0" data-turbo-eval="false" defer></script>
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.1.0.745402386531" data-turbo-eval="false" defer></script>
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.1.0.745409445801" data-turbo-eval="false" defer></script>
<link rel="stylesheet" href="static/styles.css">
@@ -346,10 +346,12 @@ or <a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets<
<li><a href="https://projects.lukehaas.me/regexhub/">Regex Hub</a> or <a href="https://ihateregex.io/">IHateRegex</a> - Regex Cheat Sheets</li>
<li><a href="https://i.ibb.co/Ctr0Tn8/e289a15e2246.jpg">SQL Cheat Sheet</a> - SQL Cheat Sheet</li>
<li><a href="https://docs.emmet.io/cheat-sheet/">CSS Cheat Sheet</a> or <a href="https://css-tricks.com/snippets/">CSS Tricks</a> - CSS Cheat Sheet</li>
<li><a href="https://github.com/you-dont-need/You-Dont-Need-GUI">You Don&#x27;t Need GUI</a> - CLI Commands Cheatsheet</li>
<li><a href="https://bem-cheat-sheet.9elements.com/">BEM Cheat Sheet</a> - BEM Cheet Sheet</li>
<li><a href="https://github.com/you-dont-need/You-Dont-Need-GUI">You Don&#x27;t Need GUI</a> - CLI Commands Cheat Sheet</li>
<li><a href="https://i.ibb.co/FbdMMHN/460e75dd8543.png">Vim Cheatsheet</a> or <a href="https://vim.rtorr.com/">rTorr</a> - Vim Code Editor Cheat Sheets</li>
<li><a href="https://github.com/tiimgreen/github-cheat-sheet">Github Cheat Sheet</a> - GitHub Cheat Sheet</li>
<li><a href="https://html.com/">HTML.com</a> - HTML Guide / Cheat Sheet</li>
<li><a href="https://seo-cheat-sheet.9elements.com/">SEO Cheet Sheet</a> - SEO Cheet Sheet</li>
</ul>
<doc-anchor-target id="web-development">
<h3>
@@ -905,7 +907,6 @@ or <a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets<
<li><a href="https://medium.com/@innovativehazard/vpn-un-blocking-e0374b9c4d35">VPN Un-Blocking</a> - Unblock Cloudflare Warp VPN Services</li>
<li><a href="https://github.com/MortezaBashsiz/CFScanner/">CFScanner</a>, <a href="https://ircfspace.github.io/scanner/">scanner</a> or <a href="https://github.com/vfarid/cf-ip-scanner-py">cf-ip-scanner-py</a> - Cloudflare IP Scanners</li>
<li><a href="https://github.com/xianshenglu/cloudflare-ip-tester-app/">cloudflare-ip-tester-app</a> - Cloudflare IP Tester</li>
<li><a href="https://github.com/ViRb3/wgcf">wgcf</a> - Generate Cloudflare Warp Wireguard Config</li>
<li><a href="https://console.watch/">console.watch</a> - Remote Console Polyfill for Cloudflare Workers</li>
<li><a href="http://www.lighttpd.net/">LightTPD</a> or <a href="https://caddyserver.com/">Caddy</a> - Web Server</li>
<li><a href="https://github.com/dzove855/Bash-web-server">Bash-web-server</a> - Bash Web Server</li>
@@ -1369,6 +1370,7 @@ or <a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets<
<li><a href="https://webgradients.com/">Webgradients</a> - Gradients</li>
<li><a href="https://uigradients.com/">uiGradients</a> - Hex Gradients</li>
<li><a href="https://www.shadertoy.com/browse">ShaderToy</a> - User-Made Shaders</li>
<li><a href="https://alphredo.app/">Alphredo</a> - Create Translucent Colors</li>
<li><a href="https://webaim.org/resources/contrastchecker/">Contrast Checker</a> - Background / Text Contrast Checker</li>
</ul>
<doc-anchor-target id="programming--coding">