Skip to content

Commit f0bdea1

Browse files
Deployed a265893 with MkDocs version: 1.6.1
1 parent 7e2354e commit f0bdea1

File tree

5 files changed

+148
-2
lines changed

5 files changed

+148
-2
lines changed
35.3 MB
Binary file not shown.
Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="../img/favicon.ico" />
8+
<title>Lessons Voice Overview - Vets Who Code SOPs</title>
9+
<link rel="stylesheet" href="../css/theme.css" />
10+
<link rel="stylesheet" href="../css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
<link href="../css/custom.css" rel="stylesheet" />
13+
14+
<script>
15+
// Current page data
16+
var mkdocs_page_name = "Lessons Voice Overview";
17+
var mkdocs_page_input_path = "git-and-github-voice-overview.md";
18+
var mkdocs_page_url = null;
19+
</script>
20+
21+
<!--[if lt IE 9]>
22+
<script src="../js/html5shiv.min.js"></script>
23+
<![endif]-->
24+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
25+
<script>hljs.highlightAll();</script>
26+
</head>
27+
28+
<body class="wy-body-for-nav" role="document">
29+
30+
<div class="wy-grid-for-nav">
31+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
32+
<div class="wy-side-scroll">
33+
<div class="wy-side-nav-search">
34+
<a href=".." class="icon icon-home"> Vets Who Code SOPs
35+
</a><div role="search">
36+
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
37+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
38+
</form>
39+
</div>
40+
</div>
41+
42+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
43+
<ul>
44+
<li class="toctree-l1"><a class="reference internal" href="..">Home</a>
45+
</li>
46+
</ul>
47+
<ul>
48+
<li class="toctree-l1"><a class="reference internal" href="../code-of-conduct/">Code Of Conduct</a>
49+
</li>
50+
</ul>
51+
<p class="caption"><span class="caption-text">Curriculum</span></p>
52+
<ul>
53+
<li class="toctree-l1"><a class="reference internal" >Command Line</a>
54+
<ul>
55+
<li class="toctree-l2"><a class="reference internal" href="../command-line-basics/">Command Line Basics</a>
56+
</li>
57+
<li class="toctree-l2"><a class="reference internal" href="../command-line-text-manipulation/">Command Line Text Manipulation</a>
58+
</li>
59+
<li class="toctree-l2"><a class="reference internal" href="../command-line-utilities/">Command Line Utilities</a>
60+
</li>
61+
<li class="toctree-l2"><a class="reference internal" href="../advanced-command-line-features/">Advanced Command Line Features</a>
62+
</li>
63+
</ul>
64+
</li>
65+
<li class="toctree-l1"><a class="reference internal" href="../bash/">Bash Scripting</a>
66+
</li>
67+
<li class="toctree-l1"><a class="reference internal" >Git</a>
68+
<ul>
69+
<li class="toctree-l2"><a class="reference internal" href="../git-and-github/">Git And Github</a>
70+
</li>
71+
<li class="toctree-l2"><a class="reference internal" href="../basics-of-git/">Git Basics</a>
72+
</li>
73+
<li class="toctree-l2"><a class="reference internal" href="../git-flow/">Git Flow</a>
74+
</li>
75+
<li class="toctree-l2"><a class="reference internal" href="../github-cli/">Github CLI</a>
76+
</li>
77+
</ul>
78+
</li>
79+
</ul>
80+
</div>
81+
</div>
82+
</nav>
83+
84+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
85+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
86+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
87+
<a href="..">Vets Who Code SOPs</a>
88+
89+
</nav>
90+
<div class="wy-nav-content">
91+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
92+
<ul class="wy-breadcrumbs">
93+
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
94+
<li class="breadcrumb-item active">Lessons Voice Overview</li>
95+
<li class="wy-breadcrumbs-aside">
96+
</li>
97+
</ul>
98+
<hr/>
99+
</div>
100+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
101+
<div class="section" itemprop="articleBody">
102+
103+
<h1 id="lessons-voice-overview">Lessons Voice Overview</h1>
104+
<p>Welcome to the voice overview of all the lessons. In this audio guide, we will cover the key topics and concepts that you'll be learning throughout the course.</p>
105+
<h2 id="listen-to-the-overview">Listen to the Overview</h2>
106+
<p><img alt="Listen to the Overview" src="../assets/voice-overview/git-and-github.wav" /></p>
107+
108+
</div>
109+
</div><footer>
110+
111+
<hr/>
112+
113+
<div role="contentinfo">
114+
<!-- Copyright etc -->
115+
</div>
116+
117+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
118+
</footer>
119+
120+
</div>
121+
</div>
122+
123+
</section>
124+
125+
</div>
126+
127+
<div class="rst-versions" role="note" aria-label="Versions">
128+
<span class="rst-current-version" data-toggle="rst-current-version">
129+
130+
131+
132+
</span>
133+
</div>
134+
<script src="../js/jquery-3.6.0.min.js"></script>
135+
<script>var base_url = "..";</script>
136+
<script src="../js/theme_extra.js"></script>
137+
<script src="../js/theme.js"></script>
138+
<script src="../search/main.js"></script>
139+
<script>
140+
jQuery(function () {
141+
SphinxRtdTheme.Navigation.enable(true);
142+
});
143+
</script>
144+
145+
</body>
146+
</html>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ <h2 id="general-guidance-your-tech-boot-camp-field-manual">General Guidance: You
238238

239239
<!--
240240
MkDocs version : 1.6.1
241-
Build Date UTC : 2024-10-15 00:08:52.177756+00:00
241+
Build Date UTC : 2024-10-16 22:55:25.734431+00:00
242242
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)