Skip to content

Commit ebd2b87

Browse files
chore: build FAQ site [skip ci]
1 parent 47e5ba6 commit ebd2b87

File tree

36 files changed

+1137
-1131
lines changed

36 files changed

+1137
-1131
lines changed

faq/404.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<link rel="stylesheet" href="/css/theme_extra.css" />
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
1212
<link href="/assets/css/extra.css" rel="stylesheet" />
13-
13+
1414
<!--[if lt IE 9]>
1515
<script src="/js/html5shiv.min.js"></script>
1616
<![endif]-->
1717
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/yaml.min.js"></script>
1919
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/rust.min.js"></script>
20-
<script>hljs.highlightAll();</script>
20+
<script>hljs.highlightAll();</script>
2121
</head>
2222

2323
<body class="wy-body-for-nav" role="document">
@@ -132,7 +132,7 @@
132132
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
133133
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
134134
<a href="/.">Photobooth Project</a>
135-
135+
136136
</nav>
137137
<div class="wy-nav-content">
138138
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
@@ -145,7 +145,7 @@
145145
</div>
146146
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
147147
<div class="section" itemprop="articleBody">
148-
148+
149149

150150
<h1 id="404-page-not-found">404</h1>
151151

@@ -163,7 +163,7 @@ <h1 id="404-page-not-found">404</h1>
163163

164164
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>.
165165
</footer>
166-
166+
167167
</div>
168168
</div>
169169

@@ -173,13 +173,13 @@ <h1 id="404-page-not-found">404</h1>
173173

174174
<div class="rst-versions" role="note" aria-label="Versions">
175175
<span class="rst-current-version" data-toggle="rst-current-version">
176-
176+
177177
<span>
178178
<a href="https://github.com/PhotoboothProject/photobooth" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
179179
</span>
180-
181-
182-
180+
181+
182+
183183
</span>
184184
</div>
185185
<script src="/js/jquery-3.6.0.min.js"></script>

faq/changelog/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
<link rel="stylesheet" href="../css/theme_extra.css" />
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
1212
<link href="../assets/css/extra.css" rel="stylesheet" />
13-
13+
1414
<script>
1515
// Current page data
1616
var mkdocs_page_name = "Changelog";
1717
var mkdocs_page_input_path = "changelog.md";
1818
var mkdocs_page_url = "/changelog/";
1919
</script>
20-
20+
2121
<!--[if lt IE 9]>
2222
<script src="../js/html5shiv.min.js"></script>
2323
<![endif]-->
2424
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
2525
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/yaml.min.js"></script>
2626
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/rust.min.js"></script>
27-
<script>hljs.highlightAll();</script>
27+
<script>hljs.highlightAll();</script>
2828
</head>
2929

3030
<body class="wy-body-for-nav" role="document">
@@ -257,7 +257,7 @@
257257
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
258258
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
259259
<a href="..">Photobooth Project</a>
260-
260+
261261
</nav>
262262
<div class="wy-nav-content">
263263
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
@@ -273,7 +273,7 @@
273273
</div>
274274
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
275275
<div class="section" itemprop="articleBody">
276-
276+
277277
<h1 id="changelog">Changelog</h1>
278278
<h2 id="upcoming-photobooth-release">Upcoming Photobooth release</h2>
279279
<p>To use a preview of the upcoming Version you need to install the <code>Install last development version</code> using the <code>install-photobooth.sh</code> installer (now also works on all devices running debian / a debian based OS).
@@ -1538,7 +1538,7 @@ <h2 id="100">1.0.0:</h2>
15381538
<ul>
15391539
<li>Initial Release</li>
15401540
</ul>
1541-
1541+
15421542
</div>
15431543
</div><footer>
15441544
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
@@ -1554,7 +1554,7 @@ <h2 id="100">1.0.0:</h2>
15541554

15551555
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>.
15561556
</footer>
1557-
1557+
15581558
</div>
15591559
</div>
15601560

@@ -1564,17 +1564,17 @@ <h2 id="100">1.0.0:</h2>
15641564

15651565
<div class="rst-versions" role="note" aria-label="Versions">
15661566
<span class="rst-current-version" data-toggle="rst-current-version">
1567-
1567+
15681568
<span>
15691569
<a href="https://github.com/PhotoboothProject/photobooth" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
15701570
</span>
1571-
1572-
1571+
1572+
15731573
<span><a href="../update/update-linux/" style="color: #fcfcfc">&laquo; Previous</a></span>
1574-
1575-
1574+
1575+
15761576
<span><a href="../security/" style="color: #fcfcfc">Next &raquo;</a></span>
1577-
1577+
15781578
</span>
15791579
</div>
15801580
<script src="../js/jquery-3.6.0.min.js"></script>

faq/code_of_conduct/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
<link rel="stylesheet" href="../css/theme_extra.css" />
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
1212
<link href="../assets/css/extra.css" rel="stylesheet" />
13-
13+
1414
<script>
1515
// Current page data
1616
var mkdocs_page_name = "Contributor Covenant Code of Conduct";
1717
var mkdocs_page_input_path = "code_of_conduct.md";
1818
var mkdocs_page_url = "/code_of_conduct/";
1919
</script>
20-
20+
2121
<!--[if lt IE 9]>
2222
<script src="../js/html5shiv.min.js"></script>
2323
<![endif]-->
2424
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
2525
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/yaml.min.js"></script>
2626
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/rust.min.js"></script>
27-
<script>hljs.highlightAll();</script>
27+
<script>hljs.highlightAll();</script>
2828
</head>
2929

3030
<body class="wy-body-for-nav" role="document">
@@ -165,7 +165,7 @@
165165
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
166166
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
167167
<a href="..">Photobooth Project</a>
168-
168+
169169
</nav>
170170
<div class="wy-nav-content">
171171
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
@@ -181,7 +181,7 @@
181181
</div>
182182
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
183183
<div class="section" itemprop="articleBody">
184-
184+
185185
<h1 id="contributor-covenant-code-of-conduct">Contributor Covenant Code of Conduct</h1>
186186
<h2 id="our-pledge">Our Pledge</h2>
187187
<p>We as members, contributors, and leaders pledge to make participation in our
@@ -278,7 +278,7 @@ <h2 id="attribution">Attribution</h2>
278278
<p>For answers to common questions about this code of conduct, see the FAQ at
279279
<a href="https://www.contributor-covenant.org/faq">https://www.contributor-covenant.org/faq</a>. Translations are available at
280280
<a href="https://www.contributor-covenant.org/translations">https://www.contributor-covenant.org/translations</a>.</p>
281-
281+
282282
</div>
283283
</div><footer>
284284
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
@@ -294,7 +294,7 @@ <h2 id="attribution">Attribution</h2>
294294

295295
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>.
296296
</footer>
297-
297+
298298
</div>
299299
</div>
300300

@@ -304,17 +304,17 @@ <h2 id="attribution">Attribution</h2>
304304

305305
<div class="rst-versions" role="note" aria-label="Versions">
306306
<span class="rst-current-version" data-toggle="rst-current-version">
307-
307+
308308
<span>
309309
<a href="https://github.com/PhotoboothProject/photobooth" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
310310
</span>
311-
312-
311+
312+
313313
<span><a href="../customizing/styles/" style="color: #fcfcfc">&laquo; Previous</a></span>
314-
315-
314+
315+
316316
<span><a href="../contributing/" style="color: #fcfcfc">Next &raquo;</a></span>
317-
317+
318318
</span>
319319
</div>
320320
<script src="../js/jquery-3.6.0.min.js"></script>

faq/contributing-docs/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
<link rel="stylesheet" href="../css/theme_extra.css" />
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
1212
<link href="../assets/css/extra.css" rel="stylesheet" />
13-
13+
1414
<script>
1515
// Current page data
1616
var mkdocs_page_name = "Contribute to the docs";
1717
var mkdocs_page_input_path = "contributing-docs.md";
1818
var mkdocs_page_url = "/contributing-docs/";
1919
</script>
20-
20+
2121
<!--[if lt IE 9]>
2222
<script src="../js/html5shiv.min.js"></script>
2323
<![endif]-->
2424
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
2525
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/yaml.min.js"></script>
2626
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/rust.min.js"></script>
27-
<script>hljs.highlightAll();</script>
27+
<script>hljs.highlightAll();</script>
2828
</head>
2929

3030
<body class="wy-body-for-nav" role="document">
@@ -151,7 +151,7 @@
151151
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
152152
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
153153
<a href="..">Photobooth Project</a>
154-
154+
155155
</nav>
156156
<div class="wy-nav-content">
157157
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
@@ -167,7 +167,7 @@
167167
</div>
168168
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
169169
<div class="section" itemprop="articleBody">
170-
170+
171171
<h1 id="contribute-to-the-documentation">Contribute to the documentation</h1>
172172
<p>Help improve the Photobooth docs by following these steps.</p>
173173
<h2 id="1-fork-and-clone">1) Fork and clone</h2>
@@ -205,7 +205,7 @@ <h2 id="5-open-a-pull-request">5) Open a pull request</h2>
205205
<li>Open a PR against <code>PhotoboothProject/photobooth</code> targeting the <code>dev</code> branch.</li>
206206
<li>Include a brief summary of what you changed and how you tested the docs (e.g. <code>mkdocs serve</code> build output).</li>
207207
</ul>
208-
208+
209209
</div>
210210
</div><footer>
211211
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
@@ -221,7 +221,7 @@ <h2 id="5-open-a-pull-request">5) Open a pull request</h2>
221221

222222
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>.
223223
</footer>
224-
224+
225225
</div>
226226
</div>
227227

@@ -231,17 +231,17 @@ <h2 id="5-open-a-pull-request">5) Open a pull request</h2>
231231

232232
<div class="rst-versions" role="note" aria-label="Versions">
233233
<span class="rst-current-version" data-toggle="rst-current-version">
234-
234+
235235
<span>
236236
<a href="https://github.com/PhotoboothProject/photobooth" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
237237
</span>
238-
239-
238+
239+
240240
<span><a href="../contributing/" style="color: #fcfcfc">&laquo; Previous</a></span>
241-
242-
241+
242+
243243
<span><a href="../donation/" style="color: #fcfcfc">Next &raquo;</a></span>
244-
244+
245245
</span>
246246
</div>
247247
<script src="../js/jquery-3.6.0.min.js"></script>

0 commit comments

Comments
 (0)