Skip to content

Commit aa60f0c

Browse files
author
committed
Deployed 4b9c091 with MkDocs version: 1.6.1
0 parents  commit aa60f0c

20 files changed

Lines changed: 3297 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,210 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en" data-theme="light">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<meta name="description" content="MkDocs theme for the Respect organization.">
9+
10+
11+
12+
13+
14+
<title>Not Found – Respect\mkdocs-theme</title>
15+
<link rel="preconnect" href="https://fonts.googleapis.com">
16+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
17+
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;600;800&display=swap" rel="stylesheet">
18+
<link rel="stylesheet" href="/mkdocs-respect/css/respect.css">
19+
<link rel="stylesheet" href="/mkdocs-respect/css/nav.css">
20+
<link rel="stylesheet" href="/mkdocs-respect/css/syntax.css">
21+
22+
<noscript>
23+
<style>.search-trigger, .search-modal { display: none !important; }</style>
24+
</noscript>
25+
</head>
26+
<body class="">
27+
<a class="skip-link" href="#content">Skip to content</a>
28+
<header class="site-header">
29+
<div class="header-inner">
30+
<a class="brand" href="/mkdocs-respect/.">
31+
<img class="brand-logo" src="/mkdocs-respect/logo.svg" alt="">
32+
<span class="brand-name">Respect\mkdocs-theme</span>
33+
</a>
34+
35+
<div class="version-selector" id="version-selector" hidden>
36+
<button type="button" class="version-selector-trigger" id="version-selector-trigger" aria-haspopup="listbox" aria-expanded="false">
37+
<span class="version-selector-current" id="version-selector-current"></span>
38+
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
39+
<polyline points="6 9 12 15 18 9"></polyline>
40+
</svg>
41+
</button>
42+
<ul class="version-selector-menu" id="version-selector-menu" role="listbox" hidden></ul>
43+
</div>
44+
45+
46+
<button class="nav-toggle" id="nav-toggle" aria-label="Toggle navigation" aria-expanded="false" aria-controls="sidebar">
47+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
48+
<line x1="3" y1="6" x2="21" y2="6"></line>
49+
<line x1="3" y1="12" x2="21" y2="12"></line>
50+
<line x1="3" y1="18" x2="21" y2="18"></line>
51+
</svg>
52+
</button>
53+
54+
55+
56+
<button class="search-trigger" id="search-trigger" aria-label="Open search">
57+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
58+
<circle cx="11" cy="11" r="8"></circle>
59+
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
60+
</svg>
61+
<span class="search-trigger-label">Search</span>
62+
<kbd class="search-trigger-key">⌘K</kbd>
63+
</button>
64+
65+
</div>
66+
</header>
67+
<div class="layout">
68+
69+
<aside class="sidebar" id="sidebar" aria-label="Site navigation">
70+
71+
72+
<div class="sidebar-inner">
73+
74+
<ul class="nav-list">
75+
76+
<li class="nav-item">
77+
78+
<a class="nav-link" href="/mkdocs-respect/.">Respect MkDocs theme</a>
79+
80+
</li>
81+
82+
<li class="nav-item">
83+
84+
<a class="nav-link" href="/mkdocs-respect/getting-started/">Getting started</a>
85+
86+
</li>
87+
88+
<li class="nav-item is-section">
89+
90+
<span class="nav-section-title">Guide</span>
91+
92+
<ul class="nav-list">
93+
94+
<li class="nav-item">
95+
96+
<a class="nav-link" href="/mkdocs-respect/guide/configuration/">Configuration</a>
97+
98+
</li>
99+
100+
<li class="nav-item">
101+
102+
<a class="nav-link" href="/mkdocs-respect/guide/installation/">Installation</a>
103+
104+
</li>
105+
106+
<li class="nav-item">
107+
108+
<a class="nav-link" href="/mkdocs-respect/guide/versioning/">Versioned documentation</a>
109+
110+
</li>
111+
112+
<li class="nav-item">
113+
114+
<a class="nav-link" href="/mkdocs-respect/guide/writing-docs/">Writing docs</a>
115+
116+
</li>
117+
118+
</ul>
119+
120+
121+
</li>
122+
123+
<li class="nav-item is-section">
124+
125+
<span class="nav-section-title">Reference</span>
126+
127+
<ul class="nav-list">
128+
129+
<li class="nav-item">
130+
131+
<a class="nav-link" href="/mkdocs-respect/reference/api/">API reference</a>
132+
133+
</li>
134+
135+
</ul>
136+
137+
138+
</li>
139+
140+
</ul>
141+
142+
</div>
143+
</aside>
144+
145+
146+
<main class="content" id="content">
147+
<article class="prose not-found">
148+
<h1>404</h1>
149+
<p class="tagline">The page you’re looking for can’t be found.</p>
150+
<p><a href="/mkdocs-respect/.">Return home</a></p>
151+
</article>
152+
153+
</main>
154+
155+
</div>
156+
<footer class="site-footer">
157+
<div class="container">
158+
159+
<div class="social-links">
160+
161+
<a href="https://github.com/Respect" aria-label="GitHub" rel="noopener">
162+
163+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
164+
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
165+
</svg>
166+
167+
</a>
168+
169+
<a href="https://www.linkedin.com/company/respect-php" aria-label="LinkedIn" rel="noopener">
170+
171+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
172+
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
173+
<rect x="2" y="9" width="4" height="12"></rect>
174+
<circle cx="4" cy="4" r="2"></circle>
175+
</svg>
176+
177+
</a>
178+
179+
</div>
180+
181+
182+
<p class="footer-text">© Respect. Released under the MIT License.</p>
183+
184+
</div>
185+
</footer>
186+
187+
<div class="search-modal" id="search-modal" role="dialog" aria-modal="true" aria-label="Search" hidden>
188+
<div class="search-modal-overlay" data-search-close></div>
189+
<div class="search-modal-panel">
190+
<div class="search-modal-input-row">
191+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
192+
<circle cx="11" cy="11" r="8"></circle>
193+
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
194+
</svg>
195+
<input type="search" id="search-input" class="search-modal-input" placeholder="Search the docs…" autocomplete="off" spellcheck="false">
196+
<button class="search-modal-close" data-search-close aria-label="Close search">Esc</button>
197+
</div>
198+
<div class="search-modal-results" id="search-results" aria-live="polite"></div>
199+
</div>
200+
</div>
201+
202+
<script src="/mkdocs-respect/js/theme.js" defer></script>
203+
<script src="/mkdocs-respect/js/version.js" defer></script>
204+
205+
<script src="/mkdocs-respect/js/search.js" defer></script>
206+
207+
208+
209+
</body>
210+
</html>

0 commit comments

Comments
 (0)