Refreshes Retype-generated documentation.
Process triggered by nbats.
This commit is contained in:
@@ -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="2.4.0.734292746417">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.734299841030">
|
||||
|
||||
<!-- See retype.com -->
|
||||
<meta name="generator" content="Retype 2.4.0">
|
||||
@@ -31,11 +31,11 @@
|
||||
<script>(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=2.4.0.734292746417" rel="stylesheet" />
|
||||
<link href="../resources/css/retype.css?v=2.4.0.734299841030" rel="stylesheet" />
|
||||
|
||||
<script type="text/javascript" src="../resources/js/config.js?v=2.4.0.734292746417" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/config.js?v=2.4.0.734299841030" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/retype.js?v=2.4.0" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=2.4.0.734292746417" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=2.4.0.734299841030" data-turbo-eval="false" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
|
||||
@@ -207,6 +207,7 @@
|
||||
<li><a href="https://typing.io/">Typing.io</a> - Typing Practice for Programmers</li>
|
||||
<li><a href="https://github.com/fredoverflow/karel">Karel The Robot</a> - Basic Programming Teaching Environment</li>
|
||||
<li><a href="https://github.com/practical-tutorials/project-based-learning">Project Based Learning</a> - Collection of Project-Based Tutorials</li>
|
||||
<li><a href="https://audiodev.blog/newbie-resources/">Audio Dev</a> - Audio Programming Learning Resources</li>
|
||||
<li><a href="https://github.com/vicoyeh/pointers-for-software-engineers">pointers-for-software-engineers</a> or <a href="https://github.com/jwasham/coding-interview-university">Interview University</a> - Software Engineer Study Guides</li>
|
||||
<li><a href="https://github.com/rShetty/awesome-podcasts">Awesome Podcasts</a> - Podcasts for Software Engineers</li>
|
||||
<li><a href="https://github.com/orrsella/soft-eng-interview-prep">soft-eng-interview-prep</a> - Software Engineer Interview Preparation</li>
|
||||
@@ -402,7 +403,7 @@ or <a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheatsheets</
|
||||
<ul>
|
||||
<li><span class="docs-emoji">⭐</span> <strong><a href="https://github.com/gerryguy311/Free_CyberSecurity_Professional_Development_Resources">Free Cyber Resources</a></strong> or <a href="https://www.nist.gov/itl/applied-cybersecurity/nice/resources/online-learning-content">Applied Cybersecurity</a> - Cybersecurity Learning Resources</li>
|
||||
<li><a href="https://fmhy.pages.dev/base64/#cyber-security-courses">Cyber Security Courses</a> or <a href="https://skillsforall.com/">Skills for All</a> - Cyber Security Courses</li>
|
||||
<li><a href="https://picoctf.org/">picoCTF</a>, <a href="https://ctflearn.com/">CTFLearn</a>, <a href="https://academy.hackthebox.com/">HTB</a> or <a href="https://opensecuritytraining.info/">OpenSecurityTraining2</a> - Cybersecurity Lessons</li>
|
||||
<li><a href="https://picoctf.org/">picoCTF</a>, <a href="https://jaimelightfoot.com/blog/so-you-want-to-ctf-a-beginners-guide/">CTF Guide</a>, <a href="https://ctflearn.com/">CTFLearn</a>, <a href="https://academy.hackthebox.com/">HTB</a> or <a href="https://opensecuritytraining.info/">OpenSecurityTraining2</a> - Cybersecurity Lessons</li>
|
||||
<li><a href="https://defendtheweb.net/">DefendTheWeb</a> - Cybersecurity Challenges</li>
|
||||
<li><a href="https://cybertalentskids.com/">Cyber Talent Kids</a> - Learn About Cybersecurity</li>
|
||||
<li><a href="https://pwn.college/">pwn.college</a> - Cybersecurity Practice</li>
|
||||
|
||||
Reference in New Issue
Block a user