Skip to content

Commit

Permalink
Automated deployment: Fri Jun 28 09:39:31 UTC 2024 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede committed Jun 28, 2024
1 parent e7ad58a commit 76b7c74
Show file tree
Hide file tree
Showing 9 changed files with 240 additions and 184 deletions.
75 changes: 42 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

<link rel="canonical" href="https://docs.dotkernel.org/dot-event/">


<link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_logomark.svg">

<link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_docs_favicon_white.svg">

<title>dot-event - DotKernel Documentation</title>

Expand All @@ -40,7 +38,8 @@
<div class="container justify-content-between">
<div class="dk-nav-icon d-flex align-items-center">
<a class="navbar-brand" href="https://docs.dotkernel.org/">
<img src="https://docs.dotkernel.org//img/dk_logomark_white.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50"
src="https://docs.dotkernel.org//img/dk_logomark_white.svg" width="45"/>
</a>

<div class="dk-nav-icon-items">
Expand All @@ -49,45 +48,47 @@
<div class="dropdown" data-bs-theme="light">
<span class="fw-bold dropdown-toggle dk-pkg-name" data-bs-toggle="dropdown" aria-expanded="false">Packages</span>
<ul class="dropdown-menu">
<li class="dropdown-item">
<a href="https://docs.dotkernel.org/api/" class="nav-link d-flex gap-4 align-items-center">
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />

<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/api-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">API</span>
<span>DotKernel API</span>
</div>
</a>
</li>

<li class="dropdown-item">
<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/admin/" class="nav-link d-flex gap-4 align-items-center">
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />
<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">Admin</span>
<span>DotKernel admin application</span>
<span>DotKernel Admin application</span>
</div>
</a>
</li>

<li class="dropdown-item">
<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/frontend/" class="nav-link d-flex gap-4 align-items-center">
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />
<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">Frontend</span>
<span>DotKernel frontend application</span>
<span>DotKernel Frontend application</span>
</div>
</a>
</li>

<li class="dropdown-item bg-light">
<a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center">
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />
<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">Packages</span>
<span>DotKernel packages</span>
</div>
</a>
</li>

</ul>
</div>
</div>
Expand Down Expand Up @@ -123,7 +124,7 @@
<ol class="breadcrumb">

<li class="breadcrumb-item"><a href="https://docs.dotkernel.org/">Overview</a></li>
<li class="breadcrumb-item"><a href="https://docs.dotkernel.org/packages/">Packages</a></li>



<li class="breadcrumb-item">dot-event</li>
Expand Down Expand Up @@ -153,27 +154,27 @@ <h5 class="subnavigation__title">Table of Contents</h5>



<li class="subnavigation__list-item ">
<a href="v4/overview/" class="subnavigation__link">Overview</a>
</li>
<li class="subnavigation__list-item ">
<a href="v4/overview/" class="subnavigation__link">Overview</a>
</li>



<li class="subnavigation__list-item ">
<a href="v4/installation/" class="subnavigation__link">Installation</a>
</li>
<li class="subnavigation__list-item ">
<a href="v4/installation/" class="subnavigation__link">Installation</a>
</li>



<li class="subnavigation__list-item ">
<a href="v4/configuration/" class="subnavigation__link">Configuration</a>
</li>
<li class="subnavigation__list-item ">
<a href="v4/configuration/" class="subnavigation__link">Configuration</a>
</li>



<li class="subnavigation__list-item ">
<a href="v4/usage/" class="subnavigation__link">Usage</a>
</li>
<li class="subnavigation__list-item ">
<a href="v4/usage/" class="subnavigation__link">Usage</a>
</li>



Expand All @@ -200,7 +201,7 @@ <h2>Installation</h2>
<h3>Using Composer</h3>
<pre class="highlight line-numbers">
<i class="bi bi-copy copy_btn" onclick="copy(this)"></i>
<code class="language-bash">$ composer require dotkernel/dot-event</code>
<code class="language-bash">composer require dotkernel/dot-event</code>
</pre>


Expand Down Expand Up @@ -261,7 +262,7 @@ <h2>Support</h2>

<div class="col-md-6 dk_widget">
<p>DotKernel API</p>
<a href="https://docs.dotkernel.org/api/" target="_blank">
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for building RESTful APIs
</a>
Expand Down Expand Up @@ -332,6 +333,14 @@ <h2>Support</h2>
let base_url = '.',
project = "packages",
siteName = 'dot-event';

document.addEventListener("DOMContentLoaded", function() {
document.querySelectorAll('.subnavigation__link').forEach(function(link) {
if (link.getAttribute('href') === './') {
link.parentNode.parentNode.classList.add('show');
}
});
});
</script>
<!-- -->
<!-- <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
Expand All @@ -357,5 +366,5 @@ <h5 class="modal-title">Search</h5>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-05-03 16:55:04.043208+00:00
Build Date UTC : 2024-06-28 09:39:31.071212+00:00
-->
47 changes: 28 additions & 19 deletions pages/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
<meta name="docsearch:component" content="dot-event">



<link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_logomark.svg">

<link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_docs_favicon_white.svg">

<title>dot-event - DotKernel Documentation</title>

Expand All @@ -38,7 +36,8 @@
<div class="container justify-content-between">
<div class="dk-nav-icon d-flex align-items-center">
<a class="navbar-brand" href="https://docs.dotkernel.org/">
<img src="https://docs.dotkernel.org//img/dk_logomark_white.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />
<img alt="DotKernel Logo" class="d-inline-block align-text-top" height="50"
src="https://docs.dotkernel.org//img/dk_logomark_white.svg" width="45"/>
</a>

<div class="dk-nav-icon-items">
Expand All @@ -47,45 +46,47 @@
<div class="dropdown" data-bs-theme="light">
<span class="fw-bold dropdown-toggle dk-pkg-name" data-bs-toggle="dropdown" aria-expanded="false">Packages</span>
<ul class="dropdown-menu">
<li class="dropdown-item">
<a href="https://docs.dotkernel.org/api/" class="nav-link d-flex gap-4 align-items-center">
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />

<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/api-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">API</span>
<span>DotKernel API</span>
</div>
</a>
</li>

<li class="dropdown-item">
<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/admin/" class="nav-link d-flex gap-4 align-items-center">
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />
<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">Admin</span>
<span>DotKernel admin application</span>
<span>DotKernel Admin application</span>
</div>
</a>
</li>

<li class="dropdown-item">
<li class="dropdown-item ">
<a href="https://docs.dotkernel.org/frontend/" class="nav-link d-flex gap-4 align-items-center">
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />
<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">Frontend</span>
<span>DotKernel frontend application</span>
<span>DotKernel Frontend application</span>
</div>
</a>
</li>

<li class="dropdown-item bg-light">
<a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center">
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" />
<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">Packages</span>
<span>DotKernel packages</span>
</div>
</a>
</li>

</ul>
</div>
</div>
Expand Down Expand Up @@ -121,7 +122,7 @@
<ol class="breadcrumb">

<li class="breadcrumb-item"><a href="https://docs.dotkernel.org/">Overview</a></li>
<li class="breadcrumb-item"><a href="https://docs.dotkernel.org/packages/">Packages</a></li>



<li class="breadcrumb-item"><a href="../.">dot-event</a></li>
Expand Down Expand Up @@ -207,7 +208,7 @@ <h3>Something went wrong!</h3>

<div class="col-md-6 dk_widget">
<p>DotKernel API</p>
<a href="https://docs.dotkernel.org/api/" target="_blank">
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank">
<i class="bi bi-arrow-return-right"></i>
DotKernel web starter project suitable for building RESTful APIs
</a>
Expand Down Expand Up @@ -278,6 +279,14 @@ <h3>Something went wrong!</h3>
let base_url = '..',
project = "packages",
siteName = 'dot-event';

document.addEventListener("DOMContentLoaded", function() {
document.querySelectorAll('.subnavigation__link').forEach(function(link) {
if (link.getAttribute('href') === './') {
link.parentNode.parentNode.classList.add('show');
}
});
});
</script>
<!-- -->
<!-- <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
Expand Down
Loading

0 comments on commit 76b7c74

Please sign in to comment.