From 94a3d873b690816b925f9ee106fac62655083e50 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 18 Feb 2025 17:32:36 +0100 Subject: [PATCH] wip: 2025-02-18T14:37:23+0100 (1739885843) --- elements/HTMLCodeDemoElement.php | 2 +- .../css/{snippets => pages}/docs/aside.css | 12 +-- .../css/{snippets => pages}/docs/header.css | 6 +- .../css/{snippets => pages}/docs/shell.css | 0 public/assets/css/pages/index.css | 24 ++++-- public/assets/css/shell.css | 54 +++++++++++- public/assets/css/snippets/footer.css | 49 ----------- public/assets/js/shell.js | 0 .../JavaScript/EVENTS.php} | 2 +- .../{JS => Reference/JavaScript}/MODE.php | 2 +- public/docs/Reference/JavaScript/POSITION.php | 7 ++ .../{JS => Reference/JavaScript}/TARGET.php | 2 +- .../{JS => Reference/JavaScript}/abort.php | 2 +- .../JavaScript}/bindElements.php | 2 +- .../JavaScript}/constructor.php | 2 +- .../JavaScript/index.php} | 2 +- .../{JS => Reference/JavaScript}/navigate.php | 2 +- .../{JS => Reference/JavaScript}/options.php | 2 +- public/docs/{ => Reference}/PHP/VV/css.php | 2 +- public/docs/{ => Reference}/PHP/VV/embed.php | 2 +- .../docs/{ => Reference}/PHP/VV/include.php | 2 +- public/docs/{ => Reference}/PHP/VV/init.php | 2 +- public/docs/{ => Reference}/PHP/VV/js.php | 2 +- public/docs/{ => Reference}/PHP/index.php | 2 +- public/docs/{JS => Reference}/index.php | 2 +- .../docs/v3.1.3 => public/docs}/header.php | 6 +- public/docs/v3.1.3/PHP/VV/index.php | 7 -- .../API/JS/Navigation/EVENTS.php | 0 .../API/JS/Navigation/MODE.php | 0 .../API/JS/Navigation/POSITION.php | 0 .../API/JS/Navigation/TARGET.php | 0 .../API/JS/Navigation/abort.php | 0 .../API/JS/Navigation/bindElements.php | 0 .../API/JS/Navigation/constructor.php | 0 .../API/JS/Navigation/index.php | 0 .../API/JS/Navigation/navigate.php | 0 .../API/JS/Navigation/options.php | 0 .../docs/{v3.1.3 => v3.1.4}/API/JS/index.php | 0 .../{v3.1.3 => v3.1.4}/API/PHP/VV/css.php | 0 .../{v3.1.3 => v3.1.4}/API/PHP/VV/embed.php | 0 .../{v3.1.3 => v3.1.4}/API/PHP/VV/include.php | 0 .../{v3.1.3 => v3.1.4}/API/PHP/VV/index.php | 0 .../docs/{v3.1.3 => v3.1.4}/API/PHP/VV/js.php | 0 .../{v3.1.3 => v3.1.4}/API/PHP/VV/root.php | 0 .../{v3.1.3 => v3.1.4}/API/PHP/VV/shell.php | 0 .../docs/{v3.1.3 => v3.1.4}/API/PHP/index.php | 0 public/docs/{v3.1.3 => v3.1.4}/API/index.php | 0 .../Reference/JavaScript}/EVENTS.php | 7 +- .../Reference/JavaScript}/MODE.php | 7 +- .../Reference/JavaScript}/POSITION.php | 7 +- .../Reference/JavaScript}/TARGET.php | 7 +- .../Reference/JavaScript}/abort.php | 7 +- .../Reference/JavaScript}/bindElements.php | 7 +- .../Reference/JavaScript}/constructor.php | 7 +- .../Reference/JavaScript}/index.php | 2 +- .../Reference/JavaScript}/navigate.php | 7 +- .../Reference/JavaScript}/options.php | 7 +- .../Reference}/PHP/VV/css.php | 7 +- .../Reference}/PHP/VV/embed.php | 7 +- .../Reference}/PHP/VV/include.php | 7 +- public/docs/v3.1.4/Reference/PHP/VV/index.php | 6 ++ .../Reference}/PHP/VV/init.php | 7 +- .../Reference}/PHP/VV/js.php | 7 +- .../Reference}/PHP/index.php | 2 +- .../docs/v3.1.4/Reference}/aside.php | 45 ++++------ public/docs/v3.1.4/Reference/index.php | 1 + public/docs/v3.1.4/Reference/layout.php | 3 + public/docs/v3.1.4/aside.php | 27 ++++++ .../docs/{v3.1.3 => v3.1.4}/get-started.php | 3 +- public/docs/{v3.1.3 => v3.1.4}/index.php | 3 +- .../docs/{v3.1.3 => v3.1.4}/installation.php | 0 public/docs/v3.1.4/layout.php | 3 + public/index.php | 15 ++-- public/shell.php | 28 ++++++- shells/docs.php | 24 ------ shells/document.php | 83 ------------------- snippets/docs/v3.1.3/shell.php | 4 - snippets/docs/version-select.php | 3 - snippets/footer.php | 31 ------- src/Consts.php | 2 +- 80 files changed, 244 insertions(+), 338 deletions(-) rename public/assets/css/{snippets => pages}/docs/aside.css (57%) rename public/assets/css/{snippets => pages}/docs/header.css (90%) rename public/assets/css/{snippets => pages}/docs/shell.css (100%) delete mode 100644 public/assets/css/snippets/footer.css create mode 100644 public/assets/js/shell.js rename public/docs/{JS/POSITION.php => Reference/JavaScript/EVENTS.php} (57%) rename public/docs/{JS => Reference/JavaScript}/MODE.php (58%) create mode 100644 public/docs/Reference/JavaScript/POSITION.php rename public/docs/{JS => Reference/JavaScript}/TARGET.php (57%) rename public/docs/{JS => Reference/JavaScript}/abort.php (57%) rename public/docs/{JS => Reference/JavaScript}/bindElements.php (55%) rename public/docs/{JS => Reference/JavaScript}/constructor.php (55%) rename public/docs/{JS/EVENTS.php => Reference/JavaScript/index.php} (57%) rename public/docs/{JS => Reference/JavaScript}/navigate.php (56%) rename public/docs/{JS => Reference/JavaScript}/options.php (56%) rename public/docs/{ => Reference}/PHP/VV/css.php (60%) rename public/docs/{ => Reference}/PHP/VV/embed.php (59%) rename public/docs/{ => Reference}/PHP/VV/include.php (58%) rename public/docs/{ => Reference}/PHP/VV/init.php (59%) rename public/docs/{ => Reference}/PHP/VV/js.php (60%) rename public/docs/{ => Reference}/PHP/index.php (60%) rename public/docs/{JS => Reference}/index.php (62%) rename {snippets/docs/v3.1.3 => public/docs}/header.php (72%) delete mode 100644 public/docs/v3.1.3/PHP/VV/index.php rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/EVENTS.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/MODE.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/POSITION.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/TARGET.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/abort.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/bindElements.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/constructor.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/index.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/navigate.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/Navigation/options.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/JS/index.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/PHP/VV/css.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/PHP/VV/embed.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/PHP/VV/include.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/PHP/VV/index.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/PHP/VV/js.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/PHP/VV/root.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/PHP/VV/shell.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/PHP/index.php (100%) rename public/docs/{v3.1.3 => v3.1.4}/API/index.php (100%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/EVENTS.php (87%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/MODE.php (87%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/POSITION.php (87%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/TARGET.php (87%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/abort.php (76%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/bindElements.php (87%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/constructor.php (87%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/index.php (89%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/navigate.php (87%) rename public/docs/{v3.1.3/JS => v3.1.4/Reference/JavaScript}/options.php (87%) rename public/docs/{v3.1.3 => v3.1.4/Reference}/PHP/VV/css.php (87%) rename public/docs/{v3.1.3 => v3.1.4/Reference}/PHP/VV/embed.php (87%) rename public/docs/{v3.1.3 => v3.1.4/Reference}/PHP/VV/include.php (87%) create mode 100644 public/docs/v3.1.4/Reference/PHP/VV/index.php rename public/docs/{v3.1.3 => v3.1.4/Reference}/PHP/VV/init.php (80%) rename public/docs/{v3.1.3 => v3.1.4/Reference}/PHP/VV/js.php (87%) rename public/docs/{v3.1.3 => v3.1.4/Reference}/PHP/index.php (93%) rename {snippets/docs/v3.1.3 => public/docs/v3.1.4/Reference}/aside.php (55%) create mode 100644 public/docs/v3.1.4/Reference/index.php create mode 100644 public/docs/v3.1.4/Reference/layout.php create mode 100644 public/docs/v3.1.4/aside.php rename public/docs/{v3.1.3 => v3.1.4}/get-started.php (88%) rename public/docs/{v3.1.3 => v3.1.4}/index.php (88%) rename public/docs/{v3.1.3 => v3.1.4}/installation.php (100%) create mode 100644 public/docs/v3.1.4/layout.php delete mode 100644 shells/docs.php delete mode 100644 shells/document.php delete mode 100644 snippets/docs/v3.1.3/shell.php delete mode 100644 snippets/docs/version-select.php delete mode 100644 snippets/footer.php diff --git a/elements/HTMLCodeDemoElement.php b/elements/HTMLCodeDemoElement.php index e4eca8e..6e34538 100644 --- a/elements/HTMLCodeDemoElement.php +++ b/elements/HTMLCodeDemoElement.php @@ -57,7 +57,7 @@
files as $file): ?> -
+
file_path($file)) ?>
diff --git a/public/assets/css/snippets/docs/aside.css b/public/assets/css/pages/docs/aside.css similarity index 57% rename from public/assets/css/snippets/docs/aside.css rename to public/assets/css/pages/docs/aside.css index 74c6196..9098dcf 100644 --- a/public/assets/css/snippets/docs/aside.css +++ b/public/assets/css/pages/docs/aside.css @@ -20,10 +20,10 @@ aside .spacer { vv-shell[vv-page="/docs"] aside a[href="/docs"] button, vv-shell[vv-page="/docs/PHP"] aside a[href="/docs/PHP"] button, -vv-shell[vv-page="/docs/PHP/VV"] aside a[href="/docs/PHP/VV"] button, -vv-shell[vv-page="/docs/PHP/VV/css"] aside a[href="/docs/PHP/VV/css"] button, +vv-shell[vv-page="/docs/Reference/PHP/VV"] aside a[href="/docs/Reference/PHP/VV"] button, +vv-shell[vv-page="/docs/Reference/PHP/VV/css"] aside a[href="/docs/Reference/PHP/VV/css"] button, vv-shell[vv-page="/docs/get-started"] aside a[href="/docs/get-started"] button, -vv-shell[vv-page="/docs/PHP/VV/embed"] aside a[href="/docs/PHP/VV/embed"] button { +vv-shell[vv-page="/docs/Reference/PHP/VV/embed"] aside a[href="/docs/Reference/PHP/VV/embed"] button { font-weight: 900; background: none; pointer-events: none; @@ -32,9 +32,9 @@ vv-shell[vv-page="/docs/PHP/VV/embed"] aside a[href="/docs/PHP/VV/embed"] button vv-shell[vv-page="/docs"] aside a[href="/docs"] button svg, vv-shell[vv-page="/docs/PHP"] aside a[href="/docs/PHP"] button svg, -vv-shell[vv-page="/docs/PHP/VV"] aside a[href="/docs/PHP/VV"] button svg, -vv-shell[vv-page="/docs/PHP/VV/css"] aside a[href="/docs/PHP/VV/css"] button svg, +vv-shell[vv-page="/docs/Reference/PHP/VV"] aside a[href="/docs/Reference/PHP/VV"] button svg, +vv-shell[vv-page="/docs/Reference/PHP/VV/css"] aside a[href="/docs/Reference/PHP/VV/css"] button svg, vv-shell[vv-page="/docs/get-started"] aside a[href="/docs/get-started"] button svg, -vv-shell[vv-page="/docs/PHP/VV/embed"] aside a[href="/docs/PHP/VV/embed"] button svg { +vv-shell[vv-page="/docs/Reference/PHP/VV/embed"] aside a[href="/docs/Reference/PHP/VV/embed"] button svg { display: none; } \ No newline at end of file diff --git a/public/assets/css/snippets/docs/header.css b/public/assets/css/pages/docs/header.css similarity index 90% rename from public/assets/css/snippets/docs/header.css rename to public/assets/css/pages/docs/header.css index bcafeb0..3ac4427 100644 --- a/public/assets/css/snippets/docs/header.css +++ b/public/assets/css/pages/docs/header.css @@ -22,7 +22,11 @@ section.header { height: calc(var(--running-size) - var(--padding)); grid-template-rows: var(--running-size); background-color: var(--color-accent); - box-shadow: 0 2px 0 0 white; + box-shadow: + 0 2px 0 0 white, + 20svw 0 0 0 var(--color-accent), + -20svw 0 0 0 var(--color-accent) + ; } /* ### Nav */ diff --git a/public/assets/css/snippets/docs/shell.css b/public/assets/css/pages/docs/shell.css similarity index 100% rename from public/assets/css/snippets/docs/shell.css rename to public/assets/css/pages/docs/shell.css diff --git a/public/assets/css/pages/index.css b/public/assets/css/pages/index.css index 923cb6a..0ab16b4 100644 --- a/public/assets/css/pages/index.css +++ b/public/assets/css/pages/index.css @@ -1,15 +1,15 @@ -section { - min-height: 40svh; -} - /* # Components */ /* ## Split */ section.split { display: grid; - justify-items: center; grid-template-columns: repeat(2, 1fr); + margin: 10svh 0; +} + +section.split.center { + justify-items: center; } section.split > div { @@ -50,17 +50,27 @@ section.split .buttons { /* ## Intro */ section#intro { - min-height: 70svh; + min-height: min(50svh, 1000px); +} + +section#intro .text h1 { + font-size: 50px; + line-height: 50px; } /* ### Compass */ +section#intro div.compass { + align-self: center; +} + section#intro div.compass svg { --size: 50svh; width: var(--size); height: var(--size); position: absolute; + z-index: -1; } section#intro div.compass svg.points { @@ -73,7 +83,7 @@ section#intro div.compass svg.points { } section#intro div.compass svg:nth-child(2) { - --size: calc(var(--size) - 30px); + --size: 60svh; animation-duration: 15s; animation-direction: alternate-reverse; diff --git a/public/assets/css/shell.css b/public/assets/css/shell.css index 18dc577..d46c612 100644 --- a/public/assets/css/shell.css +++ b/public/assets/css/shell.css @@ -24,7 +24,7 @@ body { display: grid; justify-items: center; - grid-template-rows: var(--running-size) 1fr; + grid-template-rows: var(--running-size) 1fr var(--running-size); overscroll-behavior: none; background-color: white; color: black; @@ -68,6 +68,7 @@ a { vv-shell { width: 100%; display: flex; + max-width: 1500px; position: relative; flex-direction: column; } @@ -264,6 +265,57 @@ header button.search p { display: none; } +/* ## Footer */ + +footer { + width: 100%; + display: grid; + color: white; + position: sticky; + overflow: hidden; + align-items: stretch; + height: var(--running-size); + grid-template-rows: var(--running-size); + background-color: var(--color-accent); + grid-template-columns: repeat(2, 1fr); +} + +/* ### Nav */ + +footer nav { + display: flex; + align-items: center; + padding: var(--padding); + justify-content: baseline; +} + +footer nav:last-of-type { + justify-content: end; + gap: calc(var(--padding) / 2); +} + +/* ### Spacer */ + +footer nav > div { + width: 2px; + height: 80%; + margin: 0 var(--padding); + background-color: rgba(0, 0, 0, .07); +} + +/* ### Buttons */ + +footer button.inline:not(.solid):hover, +footer button.inline { + fill: white; + color: white; +} + +footer button.inline.solid { + color: var(--color-accent); + background-color: white; +} + /* # Feature queries */ @media (hover: hover) { diff --git a/public/assets/css/snippets/footer.css b/public/assets/css/snippets/footer.css deleted file mode 100644 index eee6b6e..0000000 --- a/public/assets/css/snippets/footer.css +++ /dev/null @@ -1,49 +0,0 @@ -footer { - width: 100%; - display: grid; - color: white; - position: sticky; - overflow: hidden; - grid-area: footer; - align-items: stretch; - height: var(--running-size); - grid-template-rows: var(--running-size); - background-color: var(--color-accent); - grid-template-columns: repeat(2, 1fr); -} - -/* ### Nav */ - -footer nav { - display: flex; - align-items: center; - padding: var(--padding); - justify-content: baseline; -} - -footer nav:last-of-type { - justify-content: end; - gap: calc(var(--padding) / 2); -} - -/* ### Spacer */ - -footer nav > div { - width: 2px; - height: 80%; - margin: 0 var(--padding); - background-color: rgba(0, 0, 0, .07); -} - -/* ### Buttons */ - -footer button.inline:not(.solid):hover, -footer button.inline { - fill: white; - color: white; -} - -footer button.inline.solid { - color: var(--color-accent); - background-color: white; -} \ No newline at end of file diff --git a/public/assets/js/shell.js b/public/assets/js/shell.js new file mode 100644 index 0000000..e69de29 diff --git a/public/docs/JS/POSITION.php b/public/docs/Reference/JavaScript/EVENTS.php similarity index 57% rename from public/docs/JS/POSITION.php rename to public/docs/Reference/JavaScript/EVENTS.php index 9691dfc..4fa902a 100644 --- a/public/docs/JS/POSITION.php +++ b/public/docs/Reference/JavaScript/EVENTS.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/JS/MODE.php b/public/docs/Reference/JavaScript/MODE.php similarity index 58% rename from public/docs/JS/MODE.php rename to public/docs/Reference/JavaScript/MODE.php index d610ade..748cf9f 100644 --- a/public/docs/JS/MODE.php +++ b/public/docs/Reference/JavaScript/MODE.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/Reference/JavaScript/POSITION.php b/public/docs/Reference/JavaScript/POSITION.php new file mode 100644 index 0000000..87387dc --- /dev/null +++ b/public/docs/Reference/JavaScript/POSITION.php @@ -0,0 +1,7 @@ + + \ No newline at end of file diff --git a/public/docs/JS/TARGET.php b/public/docs/Reference/JavaScript/TARGET.php similarity index 57% rename from public/docs/JS/TARGET.php rename to public/docs/Reference/JavaScript/TARGET.php index a12c623..537292f 100644 --- a/public/docs/JS/TARGET.php +++ b/public/docs/Reference/JavaScript/TARGET.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/JS/abort.php b/public/docs/Reference/JavaScript/abort.php similarity index 57% rename from public/docs/JS/abort.php rename to public/docs/Reference/JavaScript/abort.php index 77e69ca..093d7a7 100644 --- a/public/docs/JS/abort.php +++ b/public/docs/Reference/JavaScript/abort.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/JS/bindElements.php b/public/docs/Reference/JavaScript/bindElements.php similarity index 55% rename from public/docs/JS/bindElements.php rename to public/docs/Reference/JavaScript/bindElements.php index 13aa9a3..e29a8b9 100644 --- a/public/docs/JS/bindElements.php +++ b/public/docs/Reference/JavaScript/bindElements.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/JS/constructor.php b/public/docs/Reference/JavaScript/constructor.php similarity index 55% rename from public/docs/JS/constructor.php rename to public/docs/Reference/JavaScript/constructor.php index 9e10542..74efbc3 100644 --- a/public/docs/JS/constructor.php +++ b/public/docs/Reference/JavaScript/constructor.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/JS/EVENTS.php b/public/docs/Reference/JavaScript/index.php similarity index 57% rename from public/docs/JS/EVENTS.php rename to public/docs/Reference/JavaScript/index.php index 790b499..ff3af43 100644 --- a/public/docs/JS/EVENTS.php +++ b/public/docs/Reference/JavaScript/index.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/JS/navigate.php b/public/docs/Reference/JavaScript/navigate.php similarity index 56% rename from public/docs/JS/navigate.php rename to public/docs/Reference/JavaScript/navigate.php index 3476ff9..e268164 100644 --- a/public/docs/JS/navigate.php +++ b/public/docs/Reference/JavaScript/navigate.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/JS/options.php b/public/docs/Reference/JavaScript/options.php similarity index 56% rename from public/docs/JS/options.php rename to public/docs/Reference/JavaScript/options.php index c63465a..264fd19 100644 --- a/public/docs/JS/options.php +++ b/public/docs/Reference/JavaScript/options.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/PHP/VV/css.php b/public/docs/Reference/PHP/VV/css.php similarity index 60% rename from public/docs/PHP/VV/css.php rename to public/docs/Reference/PHP/VV/css.php index 45f319e..1097aa5 100644 --- a/public/docs/PHP/VV/css.php +++ b/public/docs/Reference/PHP/VV/css.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/PHP/VV/embed.php b/public/docs/Reference/PHP/VV/embed.php similarity index 59% rename from public/docs/PHP/VV/embed.php rename to public/docs/Reference/PHP/VV/embed.php index 52ba963..b2c7529 100644 --- a/public/docs/PHP/VV/embed.php +++ b/public/docs/Reference/PHP/VV/embed.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/PHP/VV/include.php b/public/docs/Reference/PHP/VV/include.php similarity index 58% rename from public/docs/PHP/VV/include.php rename to public/docs/Reference/PHP/VV/include.php index db7b347..ebf1042 100644 --- a/public/docs/PHP/VV/include.php +++ b/public/docs/Reference/PHP/VV/include.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/PHP/VV/init.php b/public/docs/Reference/PHP/VV/init.php similarity index 59% rename from public/docs/PHP/VV/init.php rename to public/docs/Reference/PHP/VV/init.php index 8851b54..3e77b6c 100644 --- a/public/docs/PHP/VV/init.php +++ b/public/docs/Reference/PHP/VV/init.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/PHP/VV/js.php b/public/docs/Reference/PHP/VV/js.php similarity index 60% rename from public/docs/PHP/VV/js.php rename to public/docs/Reference/PHP/VV/js.php index 7f75631..bae77c1 100644 --- a/public/docs/PHP/VV/js.php +++ b/public/docs/Reference/PHP/VV/js.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/PHP/index.php b/public/docs/Reference/PHP/index.php similarity index 60% rename from public/docs/PHP/index.php rename to public/docs/Reference/PHP/index.php index 81f5481..c27eb56 100644 --- a/public/docs/PHP/index.php +++ b/public/docs/Reference/PHP/index.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/JS/index.php b/public/docs/Reference/index.php similarity index 62% rename from public/docs/JS/index.php rename to public/docs/Reference/index.php index 626a45e..341bb6d 100644 --- a/public/docs/JS/index.php +++ b/public/docs/Reference/index.php @@ -4,4 +4,4 @@ require_once VV::root("src/Consts.php"); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/snippets/docs/v3.1.3/header.php b/public/docs/header.php similarity index 72% rename from snippets/docs/v3.1.3/header.php rename to public/docs/header.php index 03e34d4..2d651b9 100644 --- a/snippets/docs/v3.1.3/header.php +++ b/public/docs/header.php @@ -5,7 +5,7 @@ require_once VV::root("src/Consts.php"); ?> - +