Skip to content

Commit 9a08fd2

Browse files
committed
Automated deployment: Wed Jan 8 13:33:44 UTC 2025 3.7.0
1 parent e8adca3 commit 9a08fd2

12 files changed

Lines changed: 454 additions & 194 deletions

File tree

index.html

Lines changed: 53 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</li>
6161

6262
<li class="dropdown-item ">
63-
<a href="https://docs.dotkernel.org/admin/" class="nav-link d-flex gap-4 align-items-center">
63+
<a href="https://docs.dotkernel.org/admin-documentation/" class="nav-link d-flex gap-4 align-items-center">
6464
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
6565
<div>
6666
<span class="fw-bold d-block">Admin</span>
@@ -70,7 +70,7 @@
7070
</li>
7171

7272
<li class="dropdown-item ">
73-
<a href="https://docs.dotkernel.org/frontend/" class="nav-link d-flex gap-4 align-items-center">
73+
<a href="https://docs.dotkernel.org/frontend-documentation/" class="nav-link d-flex gap-4 align-items-center">
7474
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
7575
<div>
7676
<span class="fw-bold d-block">Frontend</span>
@@ -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 bg-light">
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" />
@@ -221,10 +231,9 @@ <h5 class="subnavigation__title">Table of Contents</h5>
221231

222232

223233

234+
224235
<h1>dot-cli</h1>
225-
<p>DotKernel's component to build console applications</p>
226-
227-
236+
<p>DotKernel's component to build console applications</p>
228237
<h2>Installation</h2>
229238
<h3>Using Composer</h3>
230239
<pre class="highlight line-numbers">
@@ -272,62 +281,82 @@ <h2>Support</h2>
272281

273282
<footer class="footer">
274283
<div class="container">
275-
276284
<div class="row">
277285
<div class="col-md-9">
278286
<div class="footer_head">
279-
<p>DotKernel</p>
287+
<p>Dotkernel</p>
280288
</div>
281289

282290
<div class="row">
283291
<div class="col-md-6 dk_widget">
284-
<p>DotKernel Frontend</p>
285-
<a href="https://docs.dotkernel.org/frontend/" target="_blank">
292+
<p>Dotkernel API</p>
293+
294+
<a href="https://docs.dotkernel.org/api-documentation/">
286295
<i class="bi bi-arrow-return-right"></i>
287-
DotKernel web starter project suitable for frontend applications
296+
Dotkernel web starter project suitable for building RESTful APIs
288297
</a>
289298
</div>
290299

291300
<div class="col-md-6 dk_widget">
292-
<p>DotKernel API</p>
293-
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank">
301+
<p>Dotkernel Admin</p>
302+
303+
<a href="https://docs.dotkernel.org/admin-documentation/">
294304
<i class="bi bi-arrow-return-right"></i>
295-
DotKernel web starter project suitable for building RESTful APIs
305+
Dotkernel web starter project suitable for admin applications
296306
</a>
297307
</div>
298308

299309
<div class="col-md-6 dk_widget">
300-
<p>DotKernel Admin</p>
310+
<p>Dotkernel Frontend</p>
301311

302-
<a href="https://docs.dotkernel.org/admin/" target="_blank">
312+
<a href="https://docs.dotkernel.org/frontend-documentation/">
303313
<i class="bi bi-arrow-return-right"></i>
304-
DotKernel web starter project suitable for admin applications
314+
Dotkernel web starter project suitable for frontend applications
305315
</a>
306316
</div>
307317

308318
<div class="col-md-6 dk_widget">
309-
<p>DotKernel Packages</p>
310-
<a href="https://docs.dotkernel.org/packages/" target="_blank">
319+
<p>Dotkernel Light</p>
320+
321+
<a href="https://docs.dotkernel.org/light-documentation/">
311322
<i class="bi bi-arrow-return-right"></i>
312-
DotKernel packages offering a wide range of tools
323+
Dotkernel web starter project suitable for generating a simple website
313324
</a>
314325
</div>
315-
</div>
316326

327+
<div class="col-md-6 dk_widget">
328+
<p>Dotkernel Packages</p>
329+
330+
<a href="https://docs.dotkernel.org/packages/">
331+
<i class="bi bi-arrow-return-right"></i>
332+
Dotkernel packages offering a wide range of tools
333+
</a>
334+
</div>
335+
336+
<div class="col-md-6 dk_widget">
337+
<p>Dotkernel environment</p>
338+
339+
<a href="https://docs.dotkernel.org/development/">
340+
<i class="bi bi-arrow-return-right"></i>
341+
Install PHP, Apache, MariaDB, Composer, PhpMyAdmin, Node.js and Git on WSL2
342+
</a>
343+
</div>
344+
</div>
317345
</div>
318346

319347
<div class="col-md-3">
320348
<div class="footer_head">
321349
<p>Support</p>
322350
</div>
351+
323352
<ul class="support__list">
324353
<li class="support__list-item">
325354
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank">
326355
<i class="bi bi-github"></i> GitHub
327356
</a>
328357
</li>
329358
<li class="support__list-item">
330-
<a href="https://dotkernel.slack.com" class="support__link" title="Slack" target="_blank">
359+
<a href="https://dotkernel.slack.com" class="support__link" title="Chat" target="_blank">
331360
<i class="bi bi-slack"></i> Slack
332361
</a>
333362
</li>
@@ -352,7 +381,7 @@ <h2>Support</h2>
352381
</div>
353382

354383
<div class="footer_copy">
355-
&#169; 2024 by <a href="https://www.dotkernel.com/" target="_blank">DotKernel</a> a collection of PSR-7 Middleware applications and libraries
384+
&#169; 2024 Dotkernel
356385
</div>
357386
</div>
358387
</footer>
@@ -393,6 +422,6 @@ <h5 class="modal-title">Search</h5>
393422
</html>
394423

395424
<!--
396-
MkDocs version : 1.6.0
397-
Build Date UTC : 2024-07-04 09:20:17.355531+00:00
425+
MkDocs version : 1.6.1
426+
Build Date UTC : 2025-01-08 13:33:43.904292+00:00
398427
-->

pages/404.html

Lines changed: 49 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</li>
5959

6060
<li class="dropdown-item ">
61-
<a href="https://docs.dotkernel.org/admin/" class="nav-link d-flex gap-4 align-items-center">
61+
<a href="https://docs.dotkernel.org/admin-documentation/" class="nav-link d-flex gap-4 align-items-center">
6262
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
6363
<div>
6464
<span class="fw-bold d-block">Admin</span>
@@ -68,7 +68,7 @@
6868
</li>
6969

7070
<li class="dropdown-item ">
71-
<a href="https://docs.dotkernel.org/frontend/" class="nav-link d-flex gap-4 align-items-center">
71+
<a href="https://docs.dotkernel.org/frontend-documentation/" class="nav-link d-flex gap-4 align-items-center">
7272
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
7373
<div>
7474
<span class="fw-bold d-block">Frontend</span>
@@ -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 bg-light">
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/" 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/" 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>

0 commit comments

Comments
 (0)