Skip to content

Commit

Permalink
deploy: 0d031bb
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Sep 30, 2024
1 parent 7f8494a commit 5f623f0
Show file tree
Hide file tree
Showing 59 changed files with 468 additions and 461 deletions.
16 changes: 8 additions & 8 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@
<p class="caption" role="heading"><span class="caption-text">Overview</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="overview/getting-started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/deep-dive/index.html">Deep Dive</a><ul>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/basic.html">Basic Menu Item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/command.html">Command Menu Item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/submenu.html">Sub-menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/list.html">List menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/range.html">Range item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/input.html">Input item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/input-charset.html">Charset input item</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/items/index.html">Item overview</a><ul>
<li class="toctree-l2"><a class="reference internal" href="overview/items/basic.html">Basic menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/command.html">Command menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/submenu.html">Sub-menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/list.html">List menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/range.html">Range item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/input.html">Input item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/input-charset.html">Charset input item</a></li>
</ul>
</li>
</ul>
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
<p class="caption" role="heading"><span class="caption-text">Overview</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="overview/getting-started.html">Getting started</a></li>
<li class="toctree-l1" x-data="{ expanded: $el.classList.contains('current') ? true : false }"><a :class="{ 'expanded' : expanded }" @click="expanded = !expanded" class="reference internal expandable" href="overview/deep-dive/index.html">Deep Dive<button @click.prevent.stop="expanded = !expanded" type="button"><span class="sr-only"></span><svg fill="currentColor" height="18px" stroke="none" viewbox="0 0 24 24" width="18px" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg></button></a><ul x-show="expanded">
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/basic.html">Basic Menu Item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/command.html">Command Menu Item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/submenu.html">Sub-menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/list.html">List menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/range.html">Range item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/input.html">Input item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/deep-dive/input-charset.html">Charset input item</a></li>
<li class="toctree-l1" x-data="{ expanded: $el.classList.contains('current') ? true : false }"><a :class="{ 'expanded' : expanded }" @click="expanded = !expanded" class="reference internal expandable" href="overview/items/index.html">Item overview<button @click.prevent.stop="expanded = !expanded" type="button"><span class="sr-only"></span><svg fill="currentColor" height="18px" stroke="none" viewbox="0 0 24 24" width="18px" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg></button></a><ul x-show="expanded">
<li class="toctree-l2"><a class="reference internal" href="overview/items/basic.html">Basic menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/command.html">Command menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/submenu.html">Sub-menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/list.html">List menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/range.html">Range item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/input.html">Input item</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/items/input-charset.html">Charset input item</a></li>
</ul>
</li>
</ul>
Expand Down
Binary file modified objects.inv
Binary file not shown.
22 changes: 11 additions & 11 deletions overview/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link href="../_static/lcdmenu.svg" rel="icon"/>
<link href="../search.html" rel="search" title="Search"/>
<link href="../genindex.html" rel="index" title="Index"/>
<link href="deep-dive/index.html" rel="next" title="Deep Dive"/>
<link href="items/index.html" rel="next" title="Item overview"/>
<link href="../index.html" rel="prev" title="Welcome to the LcdMenu Docs!"/>
<script>
<!-- Prevent Flash of wrong theme -->
Expand Down Expand Up @@ -87,14 +87,14 @@
<p class="caption" role="heading"><span class="caption-text">Overview</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Getting started</a></li>
<li class="toctree-l1" x-data="{ expanded: $el.classList.contains('current') ? true : false }"><a :class="{ 'expanded' : expanded }" @click="expanded = !expanded" class="reference internal expandable" href="deep-dive/index.html">Deep Dive<button @click.prevent.stop="expanded = !expanded" type="button"><span class="sr-only"></span><svg fill="currentColor" height="18px" stroke="none" viewbox="0 0 24 24" width="18px" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg></button></a><ul x-show="expanded">
<li class="toctree-l2"><a class="reference internal" href="deep-dive/basic.html">Basic Menu Item</a></li>
<li class="toctree-l2"><a class="reference internal" href="deep-dive/command.html">Command Menu Item</a></li>
<li class="toctree-l2"><a class="reference internal" href="deep-dive/submenu.html">Sub-menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="deep-dive/list.html">List menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="deep-dive/range.html">Range item</a></li>
<li class="toctree-l2"><a class="reference internal" href="deep-dive/input.html">Input item</a></li>
<li class="toctree-l2"><a class="reference internal" href="deep-dive/input-charset.html">Charset input item</a></li>
<li class="toctree-l1" x-data="{ expanded: $el.classList.contains('current') ? true : false }"><a :class="{ 'expanded' : expanded }" @click="expanded = !expanded" class="reference internal expandable" href="items/index.html">Item overview<button @click.prevent.stop="expanded = !expanded" type="button"><span class="sr-only"></span><svg fill="currentColor" height="18px" stroke="none" viewbox="0 0 24 24" width="18px" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg></button></a><ul x-show="expanded">
<li class="toctree-l2"><a class="reference internal" href="items/basic.html">Basic menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="items/command.html">Command menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="items/submenu.html">Sub-menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="items/list.html">List menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="items/range.html">Range item</a></li>
<li class="toctree-l2"><a class="reference internal" href="items/input.html">Input item</a></li>
<li class="toctree-l2"><a class="reference internal" href="items/input-charset.html">Charset input item</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -252,8 +252,8 @@ <h2>Usage<a class="headerlink" href="#usage" title="Link to this heading" x-inte
</a>
</div>
<div class="ml-auto">
<a class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors border border-input hover:bg-accent hover:text-accent-foreground py-2 px-4" href="deep-dive/index.html">
Deep Dive
<a class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors border border-input hover:bg-accent hover:text-accent-foreground py-2 px-4" href="items/index.html">
Item overview
<svg class="ml-2 h-4 w-4" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
Expand Down
26 changes: 13 additions & 13 deletions overview/deep-dive/basic.html → overview/items/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<meta content="white" media="(prefers-color-scheme: light)" name="theme-color"/>
<meta content="black" media="(prefers-color-scheme: dark)" name="theme-color"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>Basic Menu Item | LcdMenu</title>
<meta content="Basic Menu Item | LcdMenu" property="og:title"/>
<meta content="Basic Menu Item | LcdMenu" name="twitter:title"/>
<title>Basic menu item | LcdMenu</title>
<meta content="Basic menu item | LcdMenu" property="og:title"/>
<meta content="Basic menu item | LcdMenu" name="twitter:title"/>
<link href="../../_static/pygments.css?v=63e1294f" rel="stylesheet" type="text/css"/>
<link href="../../_static/theme.css?v=ecdfb4fc" rel="stylesheet" type="text/css"/>
<link href="../../_static/sphinx-design.min.css?v=95c83b7e" rel="stylesheet" type="text/css"/>
Expand All @@ -18,8 +18,8 @@
<link href="../../_static/lcdmenu.svg" rel="icon"/>
<link href="../../search.html" rel="search" title="Search"/>
<link href="../../genindex.html" rel="index" title="Index"/>
<link href="command.html" rel="next" title="Command Menu Item"/>
<link href="index.html" rel="prev" title="Deep Dive"/>
<link href="command.html" rel="next" title="Command menu item"/>
<link href="index.html" rel="prev" title="Item overview"/>
<script>
<!-- Prevent Flash of wrong theme -->
const userPreference = localStorage.getItem('darkMode');
Expand Down Expand Up @@ -87,9 +87,9 @@
<p class="caption" role="heading"><span class="caption-text">Overview</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../getting-started.html">Getting started</a></li>
<li class="toctree-l1 current" x-data="{ expanded: $el.classList.contains('current') ? true : false }"><a :class="{ 'expanded' : expanded }" @click="expanded = !expanded" class="reference internal expandable" href="index.html">Deep Dive<button @click.prevent.stop="expanded = !expanded" type="button"><span class="sr-only"></span><svg fill="currentColor" height="18px" stroke="none" viewbox="0 0 24 24" width="18px" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg></button></a><ul class="current" x-show="expanded">
<li class="toctree-l2 current"><a class="current reference internal" href="#">Basic Menu Item</a></li>
<li class="toctree-l2"><a class="reference internal" href="command.html">Command Menu Item</a></li>
<li class="toctree-l1 current" x-data="{ expanded: $el.classList.contains('current') ? true : false }"><a :class="{ 'expanded' : expanded }" @click="expanded = !expanded" class="reference internal expandable" href="index.html">Item overview<button @click.prevent.stop="expanded = !expanded" type="button"><span class="sr-only"></span><svg fill="currentColor" height="18px" stroke="none" viewbox="0 0 24 24" width="18px" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg></button></a><ul class="current" x-show="expanded">
<li class="toctree-l2 current"><a class="current reference internal" href="#">Basic menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="command.html">Command menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="submenu.html">Sub-menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="list.html">List menu item</a></li>
<li class="toctree-l2"><a class="reference internal" href="range.html">Range item</a></li>
Expand Down Expand Up @@ -177,12 +177,12 @@
<path d="M240 856h120V616h240v240h120V496L480 316 240 496v360Zm-80 80V456l320-240 320 240v480H520V696h-80v240H160Zm320-350Z"></path>
</svg>
</a>
<div class="mr-1">/</div><a class="hover:text-foreground overflow-hidden text-ellipsis whitespace-nowrap" href="index.html">Deep Dive</a>
<div class="mr-1">/</div><span aria-current="page" class="font-medium text-foreground overflow-hidden text-ellipsis whitespace-nowrap">Basic Menu Item</span>
<div class="mr-1">/</div><a class="hover:text-foreground overflow-hidden text-ellipsis whitespace-nowrap" href="index.html">Item overview</a>
<div class="mr-1">/</div><span aria-current="page" class="font-medium text-foreground overflow-hidden text-ellipsis whitespace-nowrap">Basic menu item</span>
</nav>
<div id="content" role="main">
<section id="basic-menu-item">
<h1>Basic Menu Item<a class="headerlink" href="#basic-menu-item" title="Link to this heading"><svg height="1em" viewbox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"></path></svg></a></h1>
<h1>Basic menu item<a class="headerlink" href="#basic-menu-item" title="Link to this heading"><svg height="1em" viewbox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"></path></svg></a></h1>
<p>The basic menu item is a simple menu item that displays a text label on the screen.
It does not have any special behavior other than being selectable by the user.
It behaves like a placeholder and has no associated action or behavior.</p>
Expand All @@ -202,12 +202,12 @@ <h1>Basic Menu Item<a class="headerlink" href="#basic-menu-item" title="Link to
<svg class="mr-2 h-4 w-4" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<polyline points="15 18 9 12 15 6"></polyline>
</svg>
Deep Dive
Item overview
</a>
</div>
<div class="ml-auto">
<a class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors border border-input hover:bg-accent hover:text-accent-foreground py-2 px-4" href="command.html">
Command Menu Item
Command menu item
<svg class="ml-2 h-4 w-4" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
Expand Down
Loading

0 comments on commit 5f623f0

Please sign in to comment.