Skip to content

Commit a37911a

Browse files
committed
Automated deployment: Thu Oct 31 06:08:54 UTC 2024 1.0.6
1 parent eb7b6b8 commit a37911a

File tree

12 files changed

+436
-188
lines changed

12 files changed

+436
-188
lines changed

index.html

Lines changed: 49 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@
7979
</a>
8080
</li>
8181

82+
<li class="dropdown-item ">
83+
<a href="https://docs.dotkernel.org/light-documentation/" class="nav-link d-flex gap-4 align-items-center">
84+
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
85+
<div>
86+
<span class="fw-bold d-block">Light</span>
87+
<span>DotKernel Light application</span>
88+
</div>
89+
</a>
90+
</li>
91+
8292
<li class="dropdown-item ">
8393
<a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center">
8494
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
@@ -333,62 +343,82 @@ <h2>Support</h2>
333343

334344
<footer class="footer">
335345
<div class="container">
336-
337346
<div class="row">
338347
<div class="col-md-9">
339348
<div class="footer_head">
340-
<p>DotKernel</p>
349+
<p>Dotkernel</p>
341350
</div>
342351

343352
<div class="row">
344353
<div class="col-md-6 dk_widget">
345-
<p>DotKernel Frontend</p>
346-
<a href="https://docs.dotkernel.org/frontend-documentation/" target="_blank">
354+
<p>Dotkernel API</p>
355+
356+
<a href="https://docs.dotkernel.org/api-documentation/">
347357
<i class="bi bi-arrow-return-right"></i>
348-
DotKernel web starter project suitable for frontend applications
358+
Dotkernel web starter project suitable for building RESTful APIs
349359
</a>
350360
</div>
351361

352362
<div class="col-md-6 dk_widget">
353-
<p>DotKernel API</p>
354-
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank">
363+
<p>Dotkernel Admin</p>
364+
365+
<a href="https://docs.dotkernel.org/admin-documentation/">
355366
<i class="bi bi-arrow-return-right"></i>
356-
DotKernel web starter project suitable for building RESTful APIs
367+
Dotkernel web starter project suitable for admin applications
357368
</a>
358369
</div>
359370

360371
<div class="col-md-6 dk_widget">
361-
<p>DotKernel Admin</p>
372+
<p>Dotkernel Frontend</p>
362373

363-
<a href="https://docs.dotkernel.org/admin-documentation/" target="_blank">
374+
<a href="https://docs.dotkernel.org/frontend-documentation/">
364375
<i class="bi bi-arrow-return-right"></i>
365-
DotKernel web starter project suitable for admin applications
376+
Dotkernel web starter project suitable for frontend applications
366377
</a>
367378
</div>
368379

369380
<div class="col-md-6 dk_widget">
370-
<p>DotKernel Packages</p>
371-
<a href="https://docs.dotkernel.org/packages/" target="_blank">
381+
<p>Dotkernel Light</p>
382+
383+
<a href="https://docs.dotkernel.org/light-documentation/">
372384
<i class="bi bi-arrow-return-right"></i>
373-
DotKernel packages offering a wide range of tools
385+
Dotkernel web starter project suitable for generating a simple website
374386
</a>
375387
</div>
376-
</div>
377388

389+
<div class="col-md-6 dk_widget">
390+
<p>Dotkernel Packages</p>
391+
392+
<a href="https://docs.dotkernel.org/packages/">
393+
<i class="bi bi-arrow-return-right"></i>
394+
Dotkernel packages offering a wide range of tools
395+
</a>
396+
</div>
397+
398+
<div class="col-md-6 dk_widget">
399+
<p>Dotkernel environment</p>
400+
401+
<a href="https://docs.dotkernel.org/development/">
402+
<i class="bi bi-arrow-return-right"></i>
403+
Install PHP, Apache, MariaDB, Composer, PhpMyAdmin, Node.js and Git on WSL2
404+
</a>
405+
</div>
406+
</div>
378407
</div>
379408

380409
<div class="col-md-3">
381410
<div class="footer_head">
382411
<p>Support</p>
383412
</div>
413+
384414
<ul class="support__list">
385415
<li class="support__list-item">
386416
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank">
387417
<i class="bi bi-github"></i> GitHub
388418
</a>
389419
</li>
390420
<li class="support__list-item">
391-
<a href="https://dotkernel.slack.com" class="support__link" title="Slack" target="_blank">
421+
<a href="https://dotkernel.slack.com" class="support__link" title="Chat" target="_blank">
392422
<i class="bi bi-slack"></i> Slack
393423
</a>
394424
</li>
@@ -413,7 +443,7 @@ <h2>Support</h2>
413443
</div>
414444

415445
<div class="footer_copy">
416-
&#169; 2024 by <a href="https://www.dotkernel.com/" target="_blank">DotKernel</a> a collection of PSR-7 Middleware applications and libraries
446+
&#169; 2024 Dotkernel
417447
</div>
418448
</div>
419449
</footer>
@@ -454,6 +484,6 @@ <h5 class="modal-title">Search</h5>
454484
</html>
455485

456486
<!--
457-
MkDocs version : 1.6.0
458-
Build Date UTC : 2024-07-31 13:40:23.957971+00:00
487+
MkDocs version : 1.6.1
488+
Build Date UTC : 2024-10-31 06:08:53.881470+00:00
459489
-->

pages/404.html

Lines changed: 47 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@
7777
</a>
7878
</li>
7979

80+
<li class="dropdown-item ">
81+
<a href="https://docs.dotkernel.org/light-documentation/" class="nav-link d-flex gap-4 align-items-center">
82+
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
83+
<div>
84+
<span class="fw-bold d-block">Light</span>
85+
<span>DotKernel Light application</span>
86+
</div>
87+
</a>
88+
</li>
89+
8090
<li class="dropdown-item ">
8191
<a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center">
8292
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
@@ -200,62 +210,82 @@ <h3>Something went wrong!</h3>
200210

201211
<footer class="footer">
202212
<div class="container">
203-
204213
<div class="row">
205214
<div class="col-md-9">
206215
<div class="footer_head">
207-
<p>DotKernel</p>
216+
<p>Dotkernel</p>
208217
</div>
209218

210219
<div class="row">
211220
<div class="col-md-6 dk_widget">
212-
<p>DotKernel Frontend</p>
213-
<a href="https://docs.dotkernel.org/frontend-documentation/" target="_blank">
221+
<p>Dotkernel API</p>
222+
223+
<a href="https://docs.dotkernel.org/api-documentation/">
214224
<i class="bi bi-arrow-return-right"></i>
215-
DotKernel web starter project suitable for frontend applications
225+
Dotkernel web starter project suitable for building RESTful APIs
216226
</a>
217227
</div>
218228

219229
<div class="col-md-6 dk_widget">
220-
<p>DotKernel API</p>
221-
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank">
230+
<p>Dotkernel Admin</p>
231+
232+
<a href="https://docs.dotkernel.org/admin-documentation/">
222233
<i class="bi bi-arrow-return-right"></i>
223-
DotKernel web starter project suitable for building RESTful APIs
234+
Dotkernel web starter project suitable for admin applications
224235
</a>
225236
</div>
226237

227238
<div class="col-md-6 dk_widget">
228-
<p>DotKernel Admin</p>
239+
<p>Dotkernel Frontend</p>
229240

230-
<a href="https://docs.dotkernel.org/admin-documentation/" target="_blank">
241+
<a href="https://docs.dotkernel.org/frontend-documentation/">
231242
<i class="bi bi-arrow-return-right"></i>
232-
DotKernel web starter project suitable for admin applications
243+
Dotkernel web starter project suitable for frontend applications
233244
</a>
234245
</div>
235246

236247
<div class="col-md-6 dk_widget">
237-
<p>DotKernel Packages</p>
238-
<a href="https://docs.dotkernel.org/packages/" target="_blank">
248+
<p>Dotkernel Light</p>
249+
250+
<a href="https://docs.dotkernel.org/light-documentation/">
239251
<i class="bi bi-arrow-return-right"></i>
240-
DotKernel packages offering a wide range of tools
252+
Dotkernel web starter project suitable for generating a simple website
241253
</a>
242254
</div>
243-
</div>
244255

256+
<div class="col-md-6 dk_widget">
257+
<p>Dotkernel Packages</p>
258+
259+
<a href="https://docs.dotkernel.org/packages/">
260+
<i class="bi bi-arrow-return-right"></i>
261+
Dotkernel packages offering a wide range of tools
262+
</a>
263+
</div>
264+
265+
<div class="col-md-6 dk_widget">
266+
<p>Dotkernel environment</p>
267+
268+
<a href="https://docs.dotkernel.org/development/">
269+
<i class="bi bi-arrow-return-right"></i>
270+
Install PHP, Apache, MariaDB, Composer, PhpMyAdmin, Node.js and Git on WSL2
271+
</a>
272+
</div>
273+
</div>
245274
</div>
246275

247276
<div class="col-md-3">
248277
<div class="footer_head">
249278
<p>Support</p>
250279
</div>
280+
251281
<ul class="support__list">
252282
<li class="support__list-item">
253283
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank">
254284
<i class="bi bi-github"></i> GitHub
255285
</a>
256286
</li>
257287
<li class="support__list-item">
258-
<a href="https://dotkernel.slack.com" class="support__link" title="Slack" target="_blank">
288+
<a href="https://dotkernel.slack.com" class="support__link" title="Chat" target="_blank">
259289
<i class="bi bi-slack"></i> Slack
260290
</a>
261291
</li>
@@ -280,7 +310,7 @@ <h3>Something went wrong!</h3>
280310
</div>
281311

282312
<div class="footer_copy">
283-
&#169; 2024 by <a href="https://www.dotkernel.com/" target="_blank">DotKernel</a> a collection of PSR-7 Middleware applications and libraries
313+
&#169; 2024 Dotkernel
284314
</div>
285315
</div>
286316
</footer>

search/search_index.json

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

sitemap.xml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,34 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.dotkernel.org/development/</loc>
5-
<lastmod>2024-07-31</lastmod>
6-
<changefreq>daily</changefreq>
5+
<lastmod>2024-10-31</lastmod>
76
</url>
87
<url>
98
<loc>https://docs.dotkernel.org/development/v1/faq/</loc>
10-
<lastmod>2024-07-31</lastmod>
11-
<changefreq>daily</changefreq>
9+
<lastmod>2024-10-31</lastmod>
1210
</url>
1311
<url>
1412
<loc>https://docs.dotkernel.org/development/v1/introduction/</loc>
15-
<lastmod>2024-07-31</lastmod>
16-
<changefreq>daily</changefreq>
13+
<lastmod>2024-10-31</lastmod>
1714
</url>
1815
<url>
1916
<loc>https://docs.dotkernel.org/development/v1/setup/installation/</loc>
20-
<lastmod>2024-07-31</lastmod>
21-
<changefreq>daily</changefreq>
17+
<lastmod>2024-10-31</lastmod>
2218
</url>
2319
<url>
2420
<loc>https://docs.dotkernel.org/development/v1/setup/setup-packages/</loc>
25-
<lastmod>2024-07-31</lastmod>
26-
<changefreq>daily</changefreq>
21+
<lastmod>2024-10-31</lastmod>
2722
</url>
2823
<url>
2924
<loc>https://docs.dotkernel.org/development/v1/setup/system-requirements/</loc>
30-
<lastmod>2024-07-31</lastmod>
31-
<changefreq>daily</changefreq>
25+
<lastmod>2024-10-31</lastmod>
3226
</url>
3327
<url>
3428
<loc>https://docs.dotkernel.org/development/v1/virtualhosts/create-virtualhost/</loc>
35-
<lastmod>2024-07-31</lastmod>
36-
<changefreq>daily</changefreq>
29+
<lastmod>2024-10-31</lastmod>
3730
</url>
3831
<url>
3932
<loc>https://docs.dotkernel.org/development/v1/virtualhosts/overview/</loc>
40-
<lastmod>2024-07-31</lastmod>
41-
<changefreq>daily</changefreq>
33+
<lastmod>2024-10-31</lastmod>
4234
</url>
4335
</urlset>

sitemap.xml.gz

-15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)