Skip to content

Commit

Permalink
deploy: 5b2850a
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 1, 2024
1 parent 708610e commit ba7c3fd
Show file tree
Hide file tree
Showing 65 changed files with 249 additions and 125 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: 91a610859a1bfbcaad1c8d6f1d709ba3
config: ce9751bb7bb2bc5122d245da6ca76a04
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added _static/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
<div class="hidden mr-4 md:flex">
<a href="index.html" class="flex items-center mr-6">
<img height="24" width="24" class="mr-2 dark:invert" src="_static/lcdmenu.svg" alt="Logo" /><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
<img width="24" height="24" class="mr-2 hidden dark:block" src="_static/logo-dark.png" alt="Logo" />
<img width="24" height="24" class="mr-2 dark:hidden" src="_static/logo-light.png" alt="Logo" /><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
</a><nav class="flex items-center space-x-6 text-sm font-medium">
<a href="index.html" class="transition-colors hover:text-foreground/80 text-foreground/60">Docs</a>
<a href="reference/changelog.html" class="transition-colors hover:text-foreground/80 text-foreground/60">Changelog</a>
Expand Down Expand Up @@ -118,7 +119,8 @@
:aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }">

<a href="index.html" class="!justify-start text-sm md:!hidden bg-background">
<img height="16" width="16" class="mr-2 dark:invert" src="_static/lcdmenu.svg" alt="Logo" /><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
<img width="16" height="16" class="mr-2 hidden dark:block" src="_static/logo-dark.png" alt="Logo" />
<img width="16" height="16" class="mr-2 dark:hidden" src="_static/logo-light.png" alt="Logo" /><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
</a>

<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
<div class="hidden mr-4 md:flex">
<a class="flex items-center mr-6" href="#">
<img alt="Logo" class="mr-2 dark:invert" height="24" src="_static/lcdmenu.svg" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="24" src="_static/logo-dark.png" width="24"/>
<img alt="Logo" class="mr-2 dark:hidden" height="24" src="_static/logo-light.png" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
</a><nav class="flex items-center space-x-6 text-sm font-medium">
<a class="transition-colors hover:text-foreground/80 text-foreground" href="#">Docs</a>
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="reference/changelog.html">Changelog</a>
Expand Down Expand Up @@ -83,7 +84,8 @@
</header>
<div class="flex-1"><div class="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"><aside :aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }" class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky" id="left-sidebar">
<a class="!justify-start text-sm md:!hidden bg-background" href="#">
<img alt="Logo" class="mr-2 dark:invert" height="16" src="_static/lcdmenu.svg" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="16" src="_static/logo-dark.png" width="16"/>
<img alt="Logo" class="mr-2 dark:hidden" height="16" src="_static/logo-light.png" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
</a>
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
<div class="overflow-y-auto h-full w-full relative pr-6"><nav class="flex md:hidden flex-col font-medium mt-4">
Expand Down
6 changes: 4 additions & 2 deletions overview/control/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
<div class="hidden mr-4 md:flex">
<a class="flex items-center mr-6" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="24" src="../../_static/lcdmenu.svg" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="24" src="../../_static/logo-dark.png" width="24"/>
<img alt="Logo" class="mr-2 dark:hidden" height="24" src="../../_static/logo-light.png" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
</a><nav class="flex items-center space-x-6 text-sm font-medium">
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../index.html">Docs</a>
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../reference/changelog.html">Changelog</a>
Expand Down Expand Up @@ -84,7 +85,8 @@
</header>
<div class="flex-1"><div class="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"><aside :aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }" class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky" id="left-sidebar">
<a class="!justify-start text-sm md:!hidden bg-background" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="16" src="../../_static/lcdmenu.svg" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="16" src="../../_static/logo-dark.png" width="16"/>
<img alt="Logo" class="mr-2 dark:hidden" height="16" src="../../_static/logo-light.png" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
</a>
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
<div class="overflow-y-auto h-full w-full relative pr-6"><nav class="flex md:hidden flex-col font-medium mt-4">
Expand Down
6 changes: 4 additions & 2 deletions overview/control/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
<div class="hidden mr-4 md:flex">
<a class="flex items-center mr-6" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="24" src="../../_static/lcdmenu.svg" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="24" src="../../_static/logo-dark.png" width="24"/>
<img alt="Logo" class="mr-2 dark:hidden" height="24" src="../../_static/logo-light.png" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
</a><nav class="flex items-center space-x-6 text-sm font-medium">
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../index.html">Docs</a>
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../reference/changelog.html">Changelog</a>
Expand Down Expand Up @@ -84,7 +85,8 @@
</header>
<div class="flex-1"><div class="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"><aside :aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }" class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky" id="left-sidebar">
<a class="!justify-start text-sm md:!hidden bg-background" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="16" src="../../_static/lcdmenu.svg" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="16" src="../../_static/logo-dark.png" width="16"/>
<img alt="Logo" class="mr-2 dark:hidden" height="16" src="../../_static/logo-light.png" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
</a>
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
<div class="overflow-y-auto h-full w-full relative pr-6"><nav class="flex md:hidden flex-col font-medium mt-4">
Expand Down
6 changes: 4 additions & 2 deletions overview/control/keyboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
<div class="hidden mr-4 md:flex">
<a class="flex items-center mr-6" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="24" src="../../_static/lcdmenu.svg" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="24" src="../../_static/logo-dark.png" width="24"/>
<img alt="Logo" class="mr-2 dark:hidden" height="24" src="../../_static/logo-light.png" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
</a><nav class="flex items-center space-x-6 text-sm font-medium">
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../index.html">Docs</a>
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../reference/changelog.html">Changelog</a>
Expand Down Expand Up @@ -84,7 +85,8 @@
</header>
<div class="flex-1"><div class="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"><aside :aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }" class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky" id="left-sidebar">
<a class="!justify-start text-sm md:!hidden bg-background" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="16" src="../../_static/lcdmenu.svg" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="16" src="../../_static/logo-dark.png" width="16"/>
<img alt="Logo" class="mr-2 dark:hidden" height="16" src="../../_static/logo-light.png" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
</a>
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
<div class="overflow-y-auto h-full w-full relative pr-6"><nav class="flex md:hidden flex-col font-medium mt-4">
Expand Down
6 changes: 4 additions & 2 deletions overview/control/rotary-encoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
<div class="hidden mr-4 md:flex">
<a class="flex items-center mr-6" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="24" src="../../_static/lcdmenu.svg" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="24" src="../../_static/logo-dark.png" width="24"/>
<img alt="Logo" class="mr-2 dark:hidden" height="24" src="../../_static/logo-light.png" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
</a><nav class="flex items-center space-x-6 text-sm font-medium">
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../index.html">Docs</a>
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../reference/changelog.html">Changelog</a>
Expand Down Expand Up @@ -84,7 +85,8 @@
</header>
<div class="flex-1"><div class="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"><aside :aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }" class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky" id="left-sidebar">
<a class="!justify-start text-sm md:!hidden bg-background" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="16" src="../../_static/lcdmenu.svg" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="16" src="../../_static/logo-dark.png" width="16"/>
<img alt="Logo" class="mr-2 dark:hidden" height="16" src="../../_static/logo-light.png" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
</a>
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
<div class="overflow-y-auto h-full w-full relative pr-6"><nav class="flex md:hidden flex-col font-medium mt-4">
Expand Down
6 changes: 4 additions & 2 deletions overview/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
<div class="hidden mr-4 md:flex">
<a class="flex items-center mr-6" href="../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="24" src="../_static/lcdmenu.svg" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="24" src="../_static/logo-dark.png" width="24"/>
<img alt="Logo" class="mr-2 dark:hidden" height="24" src="../_static/logo-light.png" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
</a><nav class="flex items-center space-x-6 text-sm font-medium">
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../index.html">Docs</a>
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../reference/changelog.html">Changelog</a>
Expand Down Expand Up @@ -84,7 +85,8 @@
</header>
<div class="flex-1"><div class="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"><aside :aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }" class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky" id="left-sidebar">
<a class="!justify-start text-sm md:!hidden bg-background" href="../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="16" src="../_static/lcdmenu.svg" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="16" src="../_static/logo-dark.png" width="16"/>
<img alt="Logo" class="mr-2 dark:hidden" height="16" src="../_static/logo-light.png" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
</a>
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
<div class="overflow-y-auto h-full w-full relative pr-6"><nav class="flex md:hidden flex-col font-medium mt-4">
Expand Down
6 changes: 4 additions & 2 deletions overview/items/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
<div class="hidden mr-4 md:flex">
<a class="flex items-center mr-6" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="24" src="../../_static/lcdmenu.svg" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="24" src="../../_static/logo-dark.png" width="24"/>
<img alt="Logo" class="mr-2 dark:hidden" height="24" src="../../_static/logo-light.png" width="24"/><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">LcdMenu</span>
</a><nav class="flex items-center space-x-6 text-sm font-medium">
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../index.html">Docs</a>
<a class="transition-colors hover:text-foreground/80 text-foreground/60" href="../../reference/changelog.html">Changelog</a>
Expand Down Expand Up @@ -84,7 +85,8 @@
</header>
<div class="flex-1"><div class="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"><aside :aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }" class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky" id="left-sidebar">
<a class="!justify-start text-sm md:!hidden bg-background" href="../../index.html">
<img alt="Logo" class="mr-2 dark:invert" height="16" src="../../_static/lcdmenu.svg" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
<img alt="Logo" class="mr-2 hidden dark:block" height="16" src="../../_static/logo-dark.png" width="16"/>
<img alt="Logo" class="mr-2 dark:hidden" height="16" src="../../_static/logo-light.png" width="16"/><span class="font-bold text-clip whitespace-nowrap">LcdMenu</span>
</a>
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
<div class="overflow-y-auto h-full w-full relative pr-6"><nav class="flex md:hidden flex-col font-medium mt-4">
Expand Down
Loading

0 comments on commit ba7c3fd

Please sign in to comment.