Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 30, 2024
0 parents commit f9ea69c
Show file tree
Hide file tree
Showing 51 changed files with 10,134 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nova.nim.town
275 changes: 275 additions & 0 deletions api-key.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,275 @@
<!DOCTYPE HTML>
<html lang="en-us" class="sidebar-visible no-js light">
<head>
<!-- Book generated using nimibook -->
<meta charset="UTF-8">
<title>How to Get Govee API Key - Nova</title>

<!-- Custom HTML head -->

<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="Nova CLI Documentation">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff" />

<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2280%22>🐳</text></svg>">
<link rel="stylesheet" href="./assets/css/variables.css">
<link rel="stylesheet" href="./assets/css/general.css">
<link rel="stylesheet" href="./assets/css/chrome.css">

<!-- Fonts -->
<link rel="stylesheet" href="./assets/FontAwesome/css/font-awesome.min.css">

<!-- Highlight.js Stylesheets - I could use nimib native highlight but let's keep it for styling... -->
<link rel="stylesheet" href="./assets/css/highlight.css">
<link rel="stylesheet" href="./assets/css/tomorrow-night.css">
<link rel="stylesheet" href="./assets/css/ayu-highlight.css">

<!-- Custom theme stylesheets - why the "../"? -->




<script src="https://cdn.jsdelivr.net/gh/pietroppeter/nimib@main/assets/highlight.min.js"></script>
<script>hljs.highlightAll();</script>


<!-- plausible analytics (new in nimibook) -->
</head>
<body>
<!-- Provide site root to javascript -->
<script type="text/javascript">
var path_to_root = ".//assets";
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
</script>

<!-- Work around some values being stored in localStorage wrapped in quotes -->
<script type="text/javascript">
try {
var theme = localStorage.getItem('mdbook-theme');
var sidebar = localStorage.getItem('mdbook-sidebar');

if (theme.startsWith('"') && theme.endsWith('"')) {
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
}

if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}
} catch (e) { }
</script>

<!-- Set the theme before any content is loaded, prevents flash -->
<script type="text/javascript">
var theme;
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
if (theme === null || theme === undefined) { theme = default_theme; }
var html = document.querySelector('html');
html.classList.remove('no-js')
html.classList.remove('light')
html.classList.add(theme);
html.classList.add('js');
</script>

<!-- Hide / unhide sidebar before it is displayed -->
<script type="text/javascript">
var html = document.querySelector('html');
var sidebar = 'hidden';
if (document.body.clientWidth >= 1080) {
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
sidebar = sidebar || 'visible';
}
html.classList.remove('sidebar-visible');
html.classList.add("sidebar-" + sidebar);
</script>

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter">
<li class="chapter-item expanded ">
<a href="./index.html" tabindex="0">
<strong aria-hidden="true">1.</strong> Introduction
</a></li>
<li class="chapter-item expanded ">
<a href="./api-key.html" class="active" tabindex="0">
<strong aria-hidden="true">2.</strong> How to Get Govee API Key
</a></li>
<li class="chapter-item expanded ">
<a href="./commands.html" tabindex="0">
<strong aria-hidden="true">3.</strong> Commands
</a></li>
<li>
<ol class="section">
<li class="chapter-item expanded ">
<a href="./commands/setup.html" tabindex="0">
<strong aria-hidden="true">3.1.</strong> Setup
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/turn.html" tabindex="0">
<strong aria-hidden="true">3.2.</strong> Turn
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/brightness.html" tabindex="0">
<strong aria-hidden="true">3.3.</strong> Brightness
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/color.html" tabindex="0">
<strong aria-hidden="true">3.4.</strong> Color
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/color-temp.html" tabindex="0">
<strong aria-hidden="true">3.5.</strong> Color Temp
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/state.html" tabindex="0">
<strong aria-hidden="true">3.6.</strong> State
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/rgb.html" tabindex="0">
<strong aria-hidden="true">3.7.</strong> RGB
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/picker.html" tabindex="0">
<strong aria-hidden="true">3.8.</strong> Picker
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/devices.html" tabindex="0">
<strong aria-hidden="true">3.9.</strong> Devices
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/version.html" tabindex="0">
<strong aria-hidden="true">3.10.</strong> Version
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/about.html" tabindex="0">
<strong aria-hidden="true">3.11.</strong> About
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/description.html" tabindex="0">
<strong aria-hidden="true">3.12.</strong> Description
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/source.html" tabindex="0">
<strong aria-hidden="true">3.13.</strong> Source
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/repo.html" tabindex="0">
<strong aria-hidden="true">3.14.</strong> Repo
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/license.html" tabindex="0">
<strong aria-hidden="true">3.15.</strong> License
</a></li>
<li class="chapter-item expanded ">
<a href="./commands/docs.html" tabindex="0">
<strong aria-hidden="true">3.16.</strong> Docs
</a></li>
</ol>
<!-- I could use also an unescaped context value -->
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>

<div id="page-wrapper" class="page-wrapper">

<div class="page">
<div id="menu-bar-hover-placeholder"></div>
<div id="menu-bar" class="menu-bar sticky bordered">
<div class="left-buttons">
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<i class="fa fa-bars"></i>
</button>
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">Light (default)</button></li>
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
</ul>
</div>

<h1 class="menu-title">Nova</h1>

<div class="right-buttons">

</div>
</div>


<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
<script type="text/javascript">
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
</script>

<div id="content" class="content">
<main>
<h2>Govee API Key</h2>
<p>Nova uses the Govee API to operate, which requires your API key to work. Its simply stored in a <code>.KEY</code> file next to the Nova executable.</p>
<p>To get your API key, follow these steps:</p>
<ol>
<li>Open the &quot;Govee Home&quot; mobile app. If you do not have it installed, it is available on the <a href="https://play.google.com/store/apps/details?id=com.govee.home">Google Play Store</a> and the <a href="https://apps.apple.com/us/app/govee-home/id1395696823">App Store</a>.</li>
</ol>
<p><img src="https://files.readme.io/ac84832-api_pics_01.png" alt="" /></p>
<ol start="2">
<li>Next, travel to the &quot;Users&quot; tab on the bottom right, and click the gear icon at the top.</li>
</ol>
<p><img src="https://files.readme.io/4585d45-api_pics_02.png" alt="" /></p>
<ol start="3">
<li>In the settings page, press &quot;Apply for API Key.&quot;</li>
</ol>
<p><img src="https://files.readme.io/df8629a-api_pics_03.png" alt="" /></p>
<ol start="4">
<li>Finally, add your name add reason for application, and submit a request for your API key.</li>
</ol>
<p><img src="https://files.readme.io/8c04a1e-api_pics_04.png" alt="" /></p>
<p>Govee should reach back out to you quickly! ❤️</p>
</main>

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="prev" href="./index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

<a rel="next" href="./commands.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>

<div style="clear: both"></div>
</nav>
</div>
</div>

<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="prev" href="./index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

<a rel="next" href="./commands.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>

</div>







<script src="./assets/js/clipboard.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./assets/js/book.js" type="text/javascript" charset="utf-8"></script>

<!-- Custom JS scripts -->


</body>
</html>
4 changes: 4 additions & 0 deletions assets/FontAwesome/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added assets/FontAwesome/fonts/FontAwesome.otf
Binary file not shown.
Binary file added assets/FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
Loading

0 comments on commit f9ea69c

Please sign in to comment.