From c049b864cabbb0ca12ab6dc733141993badce752 Mon Sep 17 00:00:00 2001 From: arhimede Date: Mon, 27 May 2024 10:43:17 +0000 Subject: [PATCH] Automated deployment: Mon May 27 10:43:17 UTC 2024 3.3.1 --- index.html | 73 ++++++++++++++++++++---------------- pages/404.html | 45 +++++++++++++--------- sitemap.xml | 10 ++--- sitemap.xml.gz | Bin 260 -> 260 bytes v3/configuration/index.html | 69 +++++++++++++++++++--------------- v3/installation/index.html | 69 +++++++++++++++++++--------------- v3/overview/index.html | 69 +++++++++++++++++++--------------- v3/usage/index.html | 69 +++++++++++++++++++--------------- 8 files changed, 229 insertions(+), 175 deletions(-) diff --git a/index.html b/index.html index 3576cda..ca27d5f 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,7 @@ - - - + dot-response-header - DotKernel Documentation @@ -40,7 +38,8 @@
- DotKernel Logo + DotKernel Logo @@ -153,27 +154,27 @@ - + - + - + - + @@ -200,7 +201,7 @@

Installation

Using Composer

         
-        $ composer require dotkernel/dot-response-header
+        composer require dotkernel/dot-response-header
     
@@ -261,7 +262,7 @@

Support

DotKernel API

- + DotKernel web starter project suitable for building RESTful APIs @@ -332,6 +333,14 @@

Support

let base_url = '.', project = "packages", siteName = 'dot-response-header'; + + document.addEventListener("DOMContentLoaded", function() { + document.querySelectorAll('.subnavigation__link').forEach(function(link) { + if (link.getAttribute('href') === './') { + link.parentNode.parentNode.classList.add('show'); + } + }); + }); diff --git a/pages/404.html b/pages/404.html index 0358221..c30399c 100644 --- a/pages/404.html +++ b/pages/404.html @@ -18,9 +18,7 @@ - - - + dot-response-header - DotKernel Documentation @@ -38,7 +36,8 @@
- DotKernel Logo + DotKernel Logo @@ -207,7 +208,7 @@

Something went wrong!

DotKernel API

- + DotKernel web starter project suitable for building RESTful APIs @@ -278,6 +279,14 @@

Something went wrong!

let base_url = '..', project = "packages", siteName = 'dot-response-header'; + + document.addEventListener("DOMContentLoaded", function() { + document.querySelectorAll('.subnavigation__link').forEach(function(link) { + if (link.getAttribute('href') === './') { + link.parentNode.parentNode.classList.add('show'); + } + }); + });