-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
264 lines (251 loc) · 8.76 KB
/
index.html
File metadata and controls
264 lines (251 loc) · 8.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="DevRead.me documentation: learn how to generate AI-powered Docsify sites and README files, configure settings, and deploy your docs."
/>
<meta
name="keywords"
content="DevRead.me docs, documentation, Docsify, README generator, AI documentation, configuration, deployment"
/>
<meta name="author" content="DevRead.me" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<!-- Performance hints -->
<link rel="dns-prefetch" href="//cdn.jsdelivr.net" />
<link rel="dns-prefetch" href="//unpkg.com" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile optimization -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#0b0f19" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devread.me/docs/" />
<meta
property="og:title"
content="DevRead.me Docs - AI Documentation Generator"
/>
<meta
property="og:description"
content="Guides and reference for DevRead.me: generate Docsify sites, configure settings, and deploy documentation."
/>
<meta
property="og:image"
content="https://devread.me/assets/img/logo.png"
/>
<meta property="og:site_name" content="DevRead.me" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://devread.me/docs/" />
<meta
property="twitter:title"
content="DevRead.me Docs - AI Documentation Generator"
/>
<meta
property="twitter:description"
content="Guides and reference for DevRead.me: generate Docsify sites, configure settings, and deploy documentation."
/>
<meta
property="twitter:image"
content="https://devread.me/assets/img/logo.png"
/>
<!-- Canonical URL -->
<link rel="canonical" href="https://devread.me/docs/" />
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DevRead.me",
"url": "https://devread.me/",
"logo": "https://devread.me/assets/img/logo.png",
"description": "AI-powered documentation generator for Docsify sites and README files.",
"foundingDate": "2024",
"founder": {
"@type": "Organization",
"name": "DevRead.me"
},
"sameAs": [
"https://github.com/devread-me",
"https://discord.gg/yKU4Q2mHj8"
]
}
</script>
<!-- Product schema for modpacks -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "DevRead.me",
"operatingSystem": "Web",
"applicationCategory": "DeveloperApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<title>DevRead.me Docs - AI Documentation Generator</title>
<!-- Load Lucide icons asynchronously -->
<script src="https://unpkg.com/lucide@latest" async></script>
<!-- Preconnect to external domains for faster DNS resolution -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://unpkg.com" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<!-- Preload critical fonts -->
<link
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=JetBrains+Mono:wght@400;700&display=swap"
/>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=JetBrains+Mono:wght@400;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media = 'all'"
/>
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=JetBrains+Mono:wght@400;700&display=swap"
rel="stylesheet"
/>
</noscript>
<link
rel="stylesheet"
type="text/css"
href="https://jumpstone4477.de/devreadme/assets/css/docs-custom.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://jumpstone4477.de/assets/css/header.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://jumpstone4477.de/assets/css/socials.css"
/>
<link
rel="icon"
href="https://jumpstone4477.de/devreadme/assets/img/logo.png"
type="image/x-icon"
/>
</head>
<body>
<!-- Background Grid -->
<div class="grid-bg"></div>
<header class="header-nav">
<div class="header-content">
<a href="/devreadme" class="logo">
<img
src="https://jumpstone4477.de/devreadme/assets/img/logo.png"
alt="DevRead.me Logo"
class="logo-img"
/>
DevRead.me
</a>
<!-- Social Media Buttons -->
<div class="social-card">
<a
href="https://github.com/devread-me"
class="Btn github"
target="_blank"
rel="noopener noreferrer"
>
<span class="svgContainer">
<img
src="https://jumpstone4477.de/assets/img/badges/github-mark-white.png"
alt="GitHub"
class="social-icon"
/>
</span>
<span class="BG"></span>
</a>
<a
href="https://discord.gg/yKU4Q2mHj8"
class="Btn discord"
target="_blank"
rel="noopener noreferrer"
>
<span class="svgContainer">
<img
src="https://jumpstone4477.de/assets/img/badges/Discord-Symbol-White-square.png"
alt="Discord"
class="social-icon"
/>
</span>
<span class="BG"></span>
</a>
</div>
</div>
</header>
<div id="app"></div>
<script>
window.$docsify = {
name: "DevRead.me Docs",
repo: "",
loadSidebar: true,
themeColor: "#a855f7",
alias: {
"/.*/_sidebar.md": "/_sidebar.md",
},
auto2top: true,
coverpage: false,
executeScript: true,
search: {
paths: "auto",
placeholder: "Search Documentation",
noData: "No results found!",
depth: 3,
},
plugins: [
function (hook) {
hook.beforeEach(function (html) {
// Add navigation links at the top of each page
return html;
});
hook.afterEach(function (html, next) {
// Add footer to each page
var footer = [
'<footer style="margin-top: 80px; padding-top: 20px; border-top: 1px solid #27272a;">',
'<div style="text-align: center; font-size: 0.9rem; color: #a1a1aa;">',
"<p>",
'<a href="https://jumpstone4477.de">JumpStone Website</a> © 2025 - 2026 by ',
'<a href="https://jumpstone4477.de">JumpStone</a> is licensed under ',
'<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="license noopener noreferrer">CC BY-NC-SA 4.0</a>',
"</p>",
'<p style="font-size: 0.75rem; opacity: 0.8;">',
'Powered by <a href="https://docsify.js.org/" target="_blank">Docsify</a> (MIT License). ',
'Theme contains <a href="https://github.com/docsifyjs/docsify/blob/develop/LICENSE" target="_blank">MIT licensed code</a>.',
"</p>",
"<nav>",
'<a href="https://www.netlify.com" target="_blank" ><img src="https://www.netlify.com/assets/badges/netlify-badge-light.svg" alt="Deploys by Netlify" /></a>',
'<p><a href="/legal.html">Rechtliches</a></p>',
"</nav>",
"</p>",
"</div>",
"</footer>",
].join("");
next(html + footer);
});
},
],
};
</script>
<!-- Docsify v4 with performance optimizations -->
<script
src="//cdn.jsdelivr.net/npm/docsify@4.13.0/lib/docsify.min.js"
defer
></script>
<script
src="//cdn.jsdelivr.net/npm/docsify@4.13.0/lib/plugins/search.min.js"
defer
></script>
</body>
</html>