Skip to content

Commit

Permalink
Automated deployment: Thu Oct 3 10:22:03 UTC 2024 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede committed Oct 3, 2024
1 parent 9a2d2ca commit 3a100db
Show file tree
Hide file tree
Showing 14 changed files with 624 additions and 227 deletions.
72 changes: 51 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@
</a>
</li>

<li class="dropdown-item bg-light">
<a href="https://docs.dotkernel.org/light-documentation/" class="nav-link d-flex gap-4 align-items-center">
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
<div>
<span class="fw-bold d-block">Light</span>
<span>DotKernel Light application</span>
</div>
</a>
</li>

<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center">
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
Expand Down Expand Up @@ -354,13 +364,13 @@ <h5 class="subnavigation__title">Table of Contents</h5>



<h1>light</h1>
<h1>Dotkernel Light</h1>
<p>DotKernel Light</p>
<h2>Installation</h2>
<h3>Using Composer</h3>
<h3>Using Git</h3>
<pre class="highlight line-numbers">
<i class="bi bi-copy copy_btn" onclick="copy(this)"></i>
<code class="language-bash">composer require dotkernel/light</code>
<code class="language-bash">git clone https://github.com/dotkernel/light.git dotkernel-light</code>
</pre>


Expand Down Expand Up @@ -403,62 +413,82 @@ <h2>Support</h2>

<footer class="footer">
<div class="container">

<div class="row">
<div class="col-md-9">
<div class="footer_head">
<p>DotKernel</p>
<p>Dotkernel</p>
</div>

<div class="row">
<div class="col-md-6 dk_widget">
<p>DotKernel Frontend</p>
<a href="https://docs.dotkernel.org/frontend-documentation/" target="_blank">
<p>Dotkernel API</p>

<a href="https://docs.dotkernel.org/api-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for frontend applications
Dotkernel web starter project suitable for building RESTful APIs
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel API</p>
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank">
<p>Dotkernel Admin</p>

<a href="https://docs.dotkernel.org/admin-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for building RESTful APIs
Dotkernel web starter project suitable for admin applications
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel Admin</p>
<p>Dotkernel Frontend</p>

<a href="https://docs.dotkernel.org/admin-documentation/" target="_blank">
<a href="https://docs.dotkernel.org/frontend-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for admin applications
Dotkernel web starter project suitable for frontend applications
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel Packages</p>
<a href="https://docs.dotkernel.org/packages/" target="_blank">
<p>Dotkernel Light</p>

<a href="https://docs.dotkernel.org/light-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel packages offering a wide range of tools
Dotkernel web starter project suitable for generating a simple website
</a>
</div>
</div>

<div class="col-md-6 dk_widget">
<p>Dotkernel Packages</p>

<a href="https://docs.dotkernel.org/packages/">
<i class="bi bi-arrow-return-right"></i>
Dotkernel packages offering a wide range of tools
</a>
</div>

<div class="col-md-6 dk_widget">
<p>Dotkernel environment</p>

<a href="https://docs.dotkernel.org/development/">
<i class="bi bi-arrow-return-right"></i>
Install PHP, Apache, MariaDB, Composer, PhpMyAdmin, Node.js and Git on WSL2
</a>
</div>
</div>
</div>

<div class="col-md-3">
<div class="footer_head">
<p>Support</p>
</div>

<ul class="support__list">
<li class="support__list-item">
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank">
<i class="bi bi-github"></i> GitHub
</a>
</li>
<li class="support__list-item">
<a href="https://dotkernel.slack.com" class="support__link" title="Slack" target="_blank">
<a href="https://dotkernel.slack.com" class="support__link" title="Chat" target="_blank">
<i class="bi bi-slack"></i> Slack
</a>
</li>
Expand All @@ -483,7 +513,7 @@ <h2>Support</h2>
</div>

<div class="footer_copy">
&#169; 2024 by <a href="https://www.dotkernel.com/" target="_blank">DotKernel</a> a collection of PSR-7 Middleware applications and libraries
&#169; 2024 Dotkernel
</div>
</div>
</footer>
Expand Down Expand Up @@ -525,5 +555,5 @@ <h5 class="modal-title">Search</h5>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-10-03 07:15:47.787100+00:00
Build Date UTC : 2024-10-03 10:22:03.571994+00:00
-->
64 changes: 47 additions & 17 deletions pages/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@
</a>
</li>

<li class="dropdown-item bg-light">
<a href="https://docs.dotkernel.org/light-documentation/" class="nav-link d-flex gap-4 align-items-center">
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
<div>
<span class="fw-bold d-block">Light</span>
<span>DotKernel Light application</span>
</div>
</a>
</li>

<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center">
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
Expand Down Expand Up @@ -200,62 +210,82 @@ <h3>Something went wrong!</h3>

<footer class="footer">
<div class="container">

<div class="row">
<div class="col-md-9">
<div class="footer_head">
<p>DotKernel</p>
<p>Dotkernel</p>
</div>

<div class="row">
<div class="col-md-6 dk_widget">
<p>DotKernel Frontend</p>
<a href="https://docs.dotkernel.org/frontend-documentation/" target="_blank">
<p>Dotkernel API</p>

<a href="https://docs.dotkernel.org/api-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for frontend applications
Dotkernel web starter project suitable for building RESTful APIs
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel API</p>
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank">
<p>Dotkernel Admin</p>

<a href="https://docs.dotkernel.org/admin-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for building RESTful APIs
Dotkernel web starter project suitable for admin applications
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel Admin</p>
<p>Dotkernel Frontend</p>

<a href="https://docs.dotkernel.org/admin-documentation/" target="_blank">
<a href="https://docs.dotkernel.org/frontend-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for admin applications
Dotkernel web starter project suitable for frontend applications
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel Packages</p>
<a href="https://docs.dotkernel.org/packages/" target="_blank">
<p>Dotkernel Light</p>

<a href="https://docs.dotkernel.org/light-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel packages offering a wide range of tools
Dotkernel web starter project suitable for generating a simple website
</a>
</div>
</div>

<div class="col-md-6 dk_widget">
<p>Dotkernel Packages</p>

<a href="https://docs.dotkernel.org/packages/">
<i class="bi bi-arrow-return-right"></i>
Dotkernel packages offering a wide range of tools
</a>
</div>

<div class="col-md-6 dk_widget">
<p>Dotkernel environment</p>

<a href="https://docs.dotkernel.org/development/">
<i class="bi bi-arrow-return-right"></i>
Install PHP, Apache, MariaDB, Composer, PhpMyAdmin, Node.js and Git on WSL2
</a>
</div>
</div>
</div>

<div class="col-md-3">
<div class="footer_head">
<p>Support</p>
</div>

<ul class="support__list">
<li class="support__list-item">
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank">
<i class="bi bi-github"></i> GitHub
</a>
</li>
<li class="support__list-item">
<a href="https://dotkernel.slack.com" class="support__link" title="Slack" target="_blank">
<a href="https://dotkernel.slack.com" class="support__link" title="Chat" target="_blank">
<i class="bi bi-slack"></i> Slack
</a>
</li>
Expand All @@ -280,7 +310,7 @@ <h3>Something went wrong!</h3>
</div>

<div class="footer_copy">
&#169; 2024 by <a href="https://www.dotkernel.com/" target="_blank">DotKernel</a> a collection of PSR-7 Middleware applications and libraries
&#169; 2024 Dotkernel
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

64 changes: 47 additions & 17 deletions v1/core-features/npm-commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@
</a>
</li>

<li class="dropdown-item bg-light">
<a href="https://docs.dotkernel.org/light-documentation/" class="nav-link d-flex gap-4 align-items-center">
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
<div>
<span class="fw-bold d-block">Light</span>
<span>DotKernel Light application</span>
</div>
</a>
</li>

<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center">
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50" src="https://docs.dotkernel.org/img/dk_logomark.svg" width="45" />
Expand Down Expand Up @@ -425,62 +435,82 @@ <h1 id="npm-commands">NPM Commands</h1>

<footer class="footer">
<div class="container">

<div class="row">
<div class="col-md-9">
<div class="footer_head">
<p>DotKernel</p>
<p>Dotkernel</p>
</div>

<div class="row">
<div class="col-md-6 dk_widget">
<p>DotKernel Frontend</p>
<a href="https://docs.dotkernel.org/frontend-documentation/" target="_blank">
<p>Dotkernel API</p>

<a href="https://docs.dotkernel.org/api-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for frontend applications
Dotkernel web starter project suitable for building RESTful APIs
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel API</p>
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank">
<p>Dotkernel Admin</p>

<a href="https://docs.dotkernel.org/admin-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for building RESTful APIs
Dotkernel web starter project suitable for admin applications
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel Admin</p>
<p>Dotkernel Frontend</p>

<a href="https://docs.dotkernel.org/admin-documentation/" target="_blank">
<a href="https://docs.dotkernel.org/frontend-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for admin applications
Dotkernel web starter project suitable for frontend applications
</a>
</div>

<div class="col-md-6 dk_widget">
<p>DotKernel Packages</p>
<a href="https://docs.dotkernel.org/packages/" target="_blank">
<p>Dotkernel Light</p>

<a href="https://docs.dotkernel.org/light-documentation/">
<i class="bi bi-arrow-return-right"></i>
DotKernel packages offering a wide range of tools
Dotkernel web starter project suitable for generating a simple website
</a>
</div>
</div>

<div class="col-md-6 dk_widget">
<p>Dotkernel Packages</p>

<a href="https://docs.dotkernel.org/packages/">
<i class="bi bi-arrow-return-right"></i>
Dotkernel packages offering a wide range of tools
</a>
</div>

<div class="col-md-6 dk_widget">
<p>Dotkernel environment</p>

<a href="https://docs.dotkernel.org/development/">
<i class="bi bi-arrow-return-right"></i>
Install PHP, Apache, MariaDB, Composer, PhpMyAdmin, Node.js and Git on WSL2
</a>
</div>
</div>
</div>

<div class="col-md-3">
<div class="footer_head">
<p>Support</p>
</div>

<ul class="support__list">
<li class="support__list-item">
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank">
<i class="bi bi-github"></i> GitHub
</a>
</li>
<li class="support__list-item">
<a href="https://dotkernel.slack.com" class="support__link" title="Slack" target="_blank">
<a href="https://dotkernel.slack.com" class="support__link" title="Chat" target="_blank">
<i class="bi bi-slack"></i> Slack
</a>
</li>
Expand All @@ -505,7 +535,7 @@ <h1 id="npm-commands">NPM Commands</h1>
</div>

<div class="footer_copy">
&#169; 2024 by <a href="https://www.dotkernel.com/" target="_blank">DotKernel</a> a collection of PSR-7 Middleware applications and libraries
&#169; 2024 Dotkernel
</div>
</div>
</footer>
Expand Down
Loading

0 comments on commit 3a100db

Please sign in to comment.