Skip to content

Commit 152cb04

Browse files
committed
Deployed 3485349 with MkDocs version: 1.6.1
0 parents  commit 152cb04

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+13047
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
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" /><meta name="author" content="Photobooth Team" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>Photobooth Project</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="/assets/css/extra.css" rel="stylesheet" />
13+
14+
<!--[if lt IE 9]>
15+
<script src="/js/html5shiv.min.js"></script>
16+
<![endif]-->
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
18+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/yaml.min.js"></script>
19+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/rust.min.js"></script>
20+
<script>hljs.highlightAll();</script>
21+
</head>
22+
23+
<body class="wy-body-for-nav" role="document">
24+
25+
<div class="wy-grid-for-nav">
26+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
27+
<div class="wy-side-scroll">
28+
<div class="wy-side-nav-search">
29+
<a href="/." class="icon icon-home"> Photobooth Project
30+
</a><div role="search">
31+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
32+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
33+
</form>
34+
</div>
35+
</div>
36+
37+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
38+
<ul>
39+
<li class="toctree-l1"><a class="reference internal" href="/.">Home</a>
40+
</li>
41+
</ul>
42+
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="/changelog/">Changelog</a>
44+
</li>
45+
</ul>
46+
<ul>
47+
<li class="toctree-l1"><a class="reference internal" href="/security/">Security Policy</a>
48+
</li>
49+
</ul>
50+
<p class="caption"><span class="caption-text">Install</span></p>
51+
<ul>
52+
<li class="toctree-l1"><a class="reference internal" href="/install/prerequisites/">Prerequisites</a>
53+
</li>
54+
<li class="toctree-l1"><a class="reference internal" href="/install/supported_platformscand_cameras/">Supported Platforms and Cameras</a>
55+
</li>
56+
<li class="toctree-l1"><a class="reference internal" href="/install/install-debian/">Install on Debian</a>
57+
</li>
58+
<li class="toctree-l1"><a class="reference internal" href="/install/install-nginx/">Enable PHP in nginx</a>
59+
</li>
60+
<li class="toctree-l1"><a class="reference internal" href="/install/install-windows/">Install on Windows</a>
61+
</li>
62+
</ul>
63+
<p class="caption"><span class="caption-text">Update</span></p>
64+
<ul>
65+
<li class="toctree-l1"><a class="reference internal" href="/update/update-linux/">Update on linux</a>
66+
</li>
67+
</ul>
68+
<p class="caption"><span class="caption-text">FAQ & Tutorials</span></p>
69+
<ul>
70+
<li class="toctree-l1"><a class="reference internal" href="/faq/">FAQ</a>
71+
</li>
72+
<li class="toctree-l1"><a class="reference internal" href="/faq/tutorials/">Tutorials</a>
73+
</li>
74+
</ul>
75+
<p class="caption"><span class="caption-text">Community & Contribution</span></p>
76+
<ul>
77+
<li class="toctree-l1"><a class="" href="https://t.me/PhotoboothGroup">Chat on Telegram</a>
78+
</li>
79+
<li class="toctree-l1"><a class="reference internal" href="/code_of_conduct/">Contributor Covenant Code of Conduct</a>
80+
</li>
81+
<li class="toctree-l1"><a class="" href="https://crowdin.com/project/photobooth">Translate Photobooth</a>
82+
</li>
83+
</ul>
84+
<ul>
85+
<li class="toctree-l1"><a class="reference internal" href="/donation/">Donation</a>
86+
</li>
87+
</ul>
88+
</div>
89+
</div>
90+
</nav>
91+
92+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
93+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
94+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
95+
<a href="/.">Photobooth Project</a>
96+
97+
</nav>
98+
<div class="wy-nav-content">
99+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
100+
<ul class="wy-breadcrumbs">
101+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
102+
<li class="wy-breadcrumbs-aside">
103+
</li>
104+
</ul>
105+
<hr/>
106+
</div>
107+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
108+
<div class="section" itemprop="articleBody">
109+
110+
111+
<h1 id="404-page-not-found">404</h1>
112+
113+
<p><strong>Page not found</strong></p>
114+
115+
116+
</div>
117+
</div><footer>
118+
119+
<hr/>
120+
121+
<div role="contentinfo">
122+
<!-- Copyright etc -->
123+
</div>
124+
125+
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>.
126+
</footer>
127+
128+
</div>
129+
</div>
130+
131+
</section>
132+
133+
</div>
134+
135+
<div class="rst-versions" role="note" aria-label="Versions">
136+
<span class="rst-current-version" data-toggle="rst-current-version">
137+
138+
<span>
139+
<a href="https://github.com/PhotoboothProject/photobooth" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
140+
</span>
141+
142+
143+
144+
</span>
145+
</div>
146+
<script src="/js/jquery-3.6.0.min.js"></script>
147+
<script>var base_url = "/";</script>
148+
<script src="/js/theme_extra.js"></script>
149+
<script src="/js/theme.js"></script>
150+
<script src="/search/main.js"></script>
151+
<script>
152+
jQuery(function () {
153+
SphinxRtdTheme.Navigation.enable(true);
154+
});
155+
</script>
156+
157+
</body>
158+
</html>

assets/css/extra.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.wy-table-responsive table td, .wy-table-responsive table th {
2+
white-space: unset;
3+
}
4+
5+
.wy-nav-content {
6+
max-width: 1000px;
7+
}

0 commit comments

Comments
 (0)