Skip to content

Commit

Permalink
Deploying to gh-pages from @ eca1ab8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Apr 10, 2024
1 parent cc65375 commit d8b7add
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: aa1da375de66233e5e7754e346b4f9be
config: 6f4e5058b675ccb85e11130452aa0786
tags: 645f666f9bcd5a90fca523b33c5a78b7
3 changes: 3 additions & 0 deletions _sources/about/organization.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Current maintainers of the project are:
- Cody Fincher (`@cofin <https://github.com/cofin>`_)
- Jacob Coffee (`@jacobcoffee <https://github.com/JacobCoffee>`_)
- Janek Nouvertné (`@provinzkraut <https://github.com/provinzkraut>`_)
- Peter Schutt (`@peterschutt <https://github.com/peterschutt>`_)
- Visakh Unnikrishnan (`@guacs <https://github.com/guacs>`_)
- Alc (`@Alc-Alc <https://github.com/Alc-Alc>`_)

New maintainers may be nominated by any member of the Litestar organization and have to
be approved unanimously by the current maintainers.
Expand Down
70 changes: 45 additions & 25 deletions _static/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
Expand Down Expand Up @@ -32,9 +32,11 @@
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html {
html,
:host {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
Expand All @@ -44,12 +46,14 @@ html {
-o-tab-size: 4;
tab-size: 4;
/* 3 */
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* 4 */
font-feature-settings: normal;
/* 5 */
font-variation-settings: normal;
/* 6 */
-webkit-tap-highlight-color: transparent;
/* 7 */
}

/*
Expand Down Expand Up @@ -121,8 +125,10 @@ strong {
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
Expand All @@ -131,8 +137,12 @@ samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
/* 1 */
font-size: 1em;
font-feature-settings: normal;
/* 2 */
font-variation-settings: normal;
/* 3 */
font-size: 1em;
/* 4 */
}

/*
Expand Down Expand Up @@ -201,6 +211,8 @@ textarea {
/* 1 */
line-height: inherit;
/* 1 */
letter-spacing: inherit;
/* 1 */
color: inherit;
/* 1 */
margin: 0;
Expand All @@ -224,9 +236,9 @@ select {
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
Expand Down Expand Up @@ -482,6 +494,10 @@ video {
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}

::backdrop {
Expand Down Expand Up @@ -532,6 +548,10 @@ video {
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}

.sr-only {
Expand Down Expand Up @@ -1369,80 +1389,80 @@ html[data-theme="dark"] .theme-switch[data-theme="dark"] {
color: rgb(237 182 65 / var(--tw-text-opacity));
}

:is([data-theme="dark"] .dark\:border-zinc-600) {
.dark\:border-zinc-600:is([data-theme="dark"] *) {
--tw-border-opacity: 1;
border-color: rgb(82 82 91 / var(--tw-border-opacity));
}

:is([data-theme="dark"] .dark\:bg-litestar-gold) {
.dark\:bg-litestar-gold:is([data-theme="dark"] *) {
--tw-bg-opacity: 1;
background-color: rgb(237 182 65 / var(--tw-bg-opacity));
}

:is([data-theme="dark"] .dark\:bg-zinc-700) {
.dark\:bg-zinc-700:is([data-theme="dark"] *) {
--tw-bg-opacity: 1;
background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

:is([data-theme="dark"] .dark\:bg-zinc-800) {
.dark\:bg-zinc-800:is([data-theme="dark"] *) {
--tw-bg-opacity: 1;
background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

:is([data-theme="dark"] .dark\:bg-zinc-900) {
.dark\:bg-zinc-900:is([data-theme="dark"] *) {
--tw-bg-opacity: 1;
background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

:is([data-theme="dark"] .dark\:to-zinc-900) {
.dark\:to-zinc-900:is([data-theme="dark"] *) {
--tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

:is([data-theme="dark"] .dark\:fill-gray-400) {
.dark\:fill-gray-400:is([data-theme="dark"] *) {
fill: #9ca3af;
}

:is([data-theme="dark"] .dark\:text-gray-200) {
.dark\:text-gray-200:is([data-theme="dark"] *) {
--tw-text-opacity: 1;
color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is([data-theme="dark"] .dark\:text-gray-300) {
.dark\:text-gray-300:is([data-theme="dark"] *) {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is([data-theme="dark"] .dark\:text-litestar-gold) {
.dark\:text-litestar-gold:is([data-theme="dark"] *) {
--tw-text-opacity: 1;
color: rgb(237 182 65 / var(--tw-text-opacity));
}

:is([data-theme="dark"] .dark\:text-litestar-gray) {
.dark\:text-litestar-gray:is([data-theme="dark"] *) {
--tw-text-opacity: 1;
color: rgb(220 223 228 / var(--tw-text-opacity));
}

:is([data-theme="dark"] .dark\:text-white) {
.dark\:text-white:is([data-theme="dark"] *) {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is([data-theme="dark"] .dark\:shadow-zinc-950) {
.dark\:shadow-zinc-950:is([data-theme="dark"] *) {
--tw-shadow-color: #09090b;
--tw-shadow: var(--tw-shadow-colored);
}

:is([data-theme="dark"] .dark\:hover\:bg-gray-900:hover) {
.dark\:hover\:bg-gray-900:hover:is([data-theme="dark"] *) {
--tw-bg-opacity: 1;
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

:is([data-theme="dark"] .dark\:hover\:text-neutral-900:hover) {
.dark\:hover\:text-neutral-900:hover:is([data-theme="dark"] *) {
--tw-text-opacity: 1;
color: rgb(23 23 23 / var(--tw-text-opacity));
}

:is([data-theme="dark"] .dark\:hover\:text-white:hover) {
.dark\:hover\:text-white:hover:is([data-theme="dark"] *) {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
Expand Down
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ <h1>About<a class="headerlink" href="#about" title="Link to this heading">#</a><
<div class="footer-item">
<p class="copyright">

© Copyright 2023 - The Litestar Organization.
© Copyright 2024 - The Litestar Organization.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion about/litestar-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ <h2>Deprecation policy<a class="headerlink" href="#deprecation-policy" title="Li
<div class="footer-item">
<p class="copyright">

© Copyright 2023 - The Litestar Organization.
© Copyright 2024 - The Litestar Organization.
<br/>

</p>
Expand Down
5 changes: 4 additions & 1 deletion about/organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,9 @@ <h3>Maintainers<a class="headerlink" href="#maintainers" title="Link to this hea
<li><p>Cody Fincher (<a class="reference external" href="https://github.com/cofin">&#64;cofin</a>)</p></li>
<li><p>Jacob Coffee (<a class="reference external" href="https://github.com/JacobCoffee">&#64;jacobcoffee</a>)</p></li>
<li><p>Janek Nouvertné (<a class="reference external" href="https://github.com/provinzkraut">&#64;provinzkraut</a>)</p></li>
<li><p>Peter Schutt (<a class="reference external" href="https://github.com/peterschutt">&#64;peterschutt</a>)</p></li>
<li><p>Visakh Unnikrishnan (<a class="reference external" href="https://github.com/guacs">&#64;guacs</a>)</p></li>
<li><p>Alc (<a class="reference external" href="https://github.com/Alc-Alc">&#64;Alc-Alc</a>)</p></li>
</ul>
<p>New maintainers may be nominated by any member of the Litestar organization and have to
be approved unanimously by the current maintainers.</p>
Expand Down Expand Up @@ -847,7 +850,7 @@ <h2>Litestar and Starlite<a class="headerlink" href="#litestar-and-starlite" tit
<div class="footer-item">
<p class="copyright">

© Copyright 2023 - The Litestar Organization.
© Copyright 2024 - The Litestar Organization.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ <h1 id="index">Index</h1>
<div class="footer-item">
<p class="copyright">

© Copyright 2023 - The Litestar Organization.
© Copyright 2024 - The Litestar Organization.
<br/>

</p>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,8 @@ <h2 class="text-lg font-semibold group-hover:text-litestar-gold">
class="pointer-events-auto flex items-center justify-between gap-x-6 bg-[#202235] dark:bg-zinc-700 py-2.5 px-6 sm:rounded-xl sm:py-3 sm:pr-3.5 sm:pl-4"
>
<p class="text-sm leading-6 text-white">
<a href="https://docs.litestar.dev/2/release-notes/changelog.html#2.4.0"
><strong class="font-semibold">Litestar 2.4 has just been released!</strong>
<a href="https://docs.litestar.dev/2/release-notes/changelog.html#2.6.0"
><strong class="font-semibold">Litestar 2.6 has just been released!</strong>
<svg
viewBox="0 0 2 2"
class="mx-2 inline h-0.5 w-0.5 fill-current"
Expand Down Expand Up @@ -1114,7 +1114,7 @@ <h2 class="text-lg font-semibold group-hover:text-litestar-gold">
<p
class="mt-10 text-center text-xs leading-5 text-gray-500 md:text-base"
>
2023 - The Litestar Organization
2024 - The Litestar Organization
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ <h1>Search</h1>
<div class="footer-item">
<p class="copyright">

© Copyright 2023 - The Litestar Organization.
© Copyright 2024 - The Litestar Organization.
<br/>

</p>
Expand Down
Loading

0 comments on commit d8b7add

Please sign in to comment.