<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <link rel="stylesheet" href="/Slice_AQOR/assets/css/just-the-docs-default.css"> <link rel="stylesheet" href="/Slice_AQOR/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet"> <style id="jtd-nav-activation"> .site-nav ul li a { background-image: none; } .site-nav > ul.nav-category-list > li > button svg { transform: rotate(-90deg); } .site-nav > ul.nav-category-list > li.nav-list-item > ul.nav-list { display: block; } </style> <script src="/Slice_AQOR/assets/js/vendor/lunr.min.js"></script> <script src="/Slice_AQOR/assets/js/just-the-docs.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Begin Jekyll SEO tag v2.8.0 --> <title>Slice_AQOR | A feastorg project page for SLICE.</title> <meta name="generator" content="Jekyll v3.10.0" /> <meta property="og:title" content="Slice_AQOR" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="A feastorg project page for SLICE." /> <meta property="og:description" content="A feastorg project page for SLICE." /> <link rel="canonical" href="https://feastorg.github.io/Slice_AQOR/assets/css/just-the-docs-head-nav.css" /> <meta property="og:url" content="https://feastorg.github.io/Slice_AQOR/assets/css/just-the-docs-head-nav.css" /> <meta property="og:site_name" content="Slice_AQOR" /> <meta property="og:type" content="website" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Slice_AQOR" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebPage","description":"A feastorg project page for SLICE.","headline":"Slice_AQOR","url":"https://feastorg.github.io/Slice_AQOR/assets/css/just-the-docs-head-nav.css"}</script> <!-- End Jekyll SEO tag --> <script> (function () { var STORAGE_KEY = "feast-theme-preference"; var PREF_LIGHT = "light"; var PREF_DARK = "dark"; var DEFAULT_THEME = "default"; var DARK_THEME = "dark"; var mediaQuery = window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)"); var feastTheme = window.feastTheme || {}; function normalizePreference(value) { if (value === PREF_LIGHT || value === PREF_DARK) { return value; } return null; } function getStoredPreference() { try { return normalizePreference(window.localStorage.getItem(STORAGE_KEY)); } catch (error) { return null; } } function clearStoredPreference() { try { window.localStorage.removeItem(STORAGE_KEY); } catch (error) { // Ignore storage failures (private browsing, blocked storage, etc.) } } function setStoredPreference(preference) { try { window.localStorage.setItem(STORAGE_KEY, preference); } catch (error) { // Ignore storage failures (private browsing, blocked storage, etc.) } } function getSystemPreference() { if (mediaQuery && mediaQuery.matches) { return PREF_DARK; } return PREF_LIGHT; } function resolveTheme(preference) { if (preference === PREF_DARK) { return DARK_THEME; } return DEFAULT_THEME; } function applyTheme(preference) { if (window.jtd && typeof window.jtd.setTheme === "function") { window.jtd.setTheme(resolveTheme(preference)); } } function notifyPreferenceApplied() { if (typeof feastTheme.onPreferenceApplied === "function") { feastTheme.onPreferenceApplied( currentPreference, resolveTheme(currentPreference), hasUserPreference ); } } function applyCurrentPreference() { applyTheme(currentPreference); notifyPreferenceApplied(); } function handleSystemThemeChange() { if (!hasUserPreference) { currentPreference = getSystemPreference(); applyCurrentPreference(); } } var storedPreference = getStoredPreference(); var hasUserPreference = storedPreference !== null; var currentPreference = hasUserPreference ? storedPreference : getSystemPreference(); feastTheme.getPreference = function () { return currentPreference; }; feastTheme.hasUserPreference = function () { return hasUserPreference; }; feastTheme.setPreference = function (preference) { var normalizedPreference = normalizePreference(preference); if (!normalizedPreference) { return currentPreference; } currentPreference = normalizedPreference; hasUserPreference = true; setStoredPreference(currentPreference); applyCurrentPreference(); return currentPreference; }; feastTheme.togglePreference = function () { if (currentPreference === PREF_DARK) { return feastTheme.setPreference(PREF_LIGHT); } return feastTheme.setPreference(PREF_DARK); }; feastTheme.clearPreference = function () { hasUserPreference = false; clearStoredPreference(); currentPreference = getSystemPreference(); applyCurrentPreference(); return currentPreference; }; feastTheme.resolveTheme = function (preference) { var normalizedPreference = normalizePreference(preference); if (!normalizedPreference) { normalizedPreference = getSystemPreference(); } return resolveTheme(normalizedPreference); }; window.feastTheme = feastTheme; applyCurrentPreference(); if (mediaQuery) { if (typeof mediaQuery.addEventListener === "function") { mediaQuery.addEventListener("change", handleSystemThemeChange); } else if (typeof mediaQuery.addListener === "function") { mediaQuery.addListener(handleSystemThemeChange); } } })(); </script> </head> <body> <a class="skip-to-main" href="#main-content">Skip to main content</a> <svg xmlns="http://www.w3.org/2000/svg" class="d-none"> <symbol id="svg-link" viewBox="0 0 24 24"> <title>Link</title> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link"> <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path> </svg> </symbol> <symbol id="svg-menu" viewBox="0 0 24 24"> <title>Menu</title> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"> <line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line> </svg> </symbol> <symbol id="svg-arrow-right" viewBox="0 0 24 24"> <title>Expand</title> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"> <polyline points="9 18 15 12 9 6"></polyline> </svg> </symbol> <!-- Feather. MIT License: https://github.com/feathericons/feather/blob/master/LICENSE --> <symbol id="svg-external-link" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link"> <title id="svg-external-link-title">(external link)</title> <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line> </symbol> <symbol id="svg-doc" viewBox="0 0 24 24"> <title>Document</title> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file"> <path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline> </svg> </symbol> <symbol id="svg-search" viewBox="0 0 24 24"> <title>Search</title> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"> <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line> </svg> </symbol> <!-- Bootstrap Icons. MIT License: https://github.com/twbs/icons/blob/main/LICENSE.md --> <symbol id="svg-copy" viewBox="0 0 16 16"> <title>Copy</title> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard" viewBox="0 0 16 16"> <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/> <path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/> </svg> </symbol> <symbol id="svg-copied" viewBox="0 0 16 16"> <title>Copied</title> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-check-fill" viewBox="0 0 16 16"> <path d="M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3Zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3Z"/> <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1Zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z"/> </svg> </symbol> </svg> <header class="side-bar"> <div class="site-header"> <a href="/Slice_AQOR/" class="site-title lh-tight"> Slice_AQOR </a> <button id="menu-button" class="site-button btn-reset" aria-label="Menu" aria-expanded="false"> <svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg> </button> </div> <nav aria-label="Main" id="site-nav" class="site-nav"> <ul class="nav-list"><li class="nav-list-item"><a href="/Slice_AQOR/architecture/" class="nav-list-link">Architecture</a></li><li class="nav-list-item"><a href="/Slice_AQOR/changelog/" class="nav-list-link">Changelog</a></li><li class="nav-list-item"><a href="/Slice_AQOR/kibot/" class="nav-list-link">KiBot Outputs</a></li><li class="nav-list-item"><a href="/Slice_AQOR/testing/" class="nav-list-link">Testing</a></li></ul> <div class="nav-category"></div> <ul class="nav-list"></ul> </nav> <div class="d-md-block d-none site-footer"> This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll. </div> </header> <div class="main" id="top"> <div id="main-header" class="main-header"> <div class="search" role="search"> <div class="search-input-wrap"> <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search Slice_AQOR" autocomplete="off"> <label for="search-input" class="search-label"> <span class="sr-only">Search Slice_AQOR</span> <svg viewBox="0 0 24 24" class="search-icon" aria-hidden="true"><use xlink:href="#svg-search"></use></svg> </label> </div> <div id="search-results" class="search-results"></div> </div> <div id="feast-theme-switcher" class="feast-theme-switcher"> <button id="feast-theme-toggle" type="button" class="feast-theme-switcher__toggle" role="switch" aria-checked="false" aria-label="Switch to dark theme" title="Switch to dark theme" > <span class="feast-theme-switcher__glyph feast-theme-switcher__glyph--sun" aria-hidden="true"> <svg viewBox="0 0 24 24" fill="none"> <circle cx="12" cy="12" r="4"></circle> <path d="M12 2V4"></path> <path d="M12 20V22"></path> <path d="M4.93 4.93L6.34 6.34"></path> <path d="M17.66 17.66L19.07 19.07"></path> <path d="M2 12H4"></path> <path d="M20 12H22"></path> <path d="M4.93 19.07L6.34 17.66"></path> <path d="M17.66 6.34L19.07 4.93"></path> </svg> </span> <span class="feast-theme-switcher__glyph feast-theme-switcher__glyph--moon" aria-hidden="true"> <svg viewBox="0 0 24 24" fill="none"> <path d="M21 12.79A9 9 0 1 1 11.21 3a7 7 0 0 0 9.79 9.79z"></path> </svg> </span> <span class="feast-theme-switcher__thumb" aria-hidden="true"> <svg class="feast-theme-switcher__thumb-icon feast-theme-switcher__thumb-icon--sun" viewBox="0 0 24 24" fill="none"> <circle cx="12" cy="12" r="4"></circle> <path d="M12 2V4"></path> <path d="M12 20V22"></path> <path d="M4.93 4.93L6.34 6.34"></path> <path d="M17.66 17.66L19.07 19.07"></path> <path d="M2 12H4"></path> <path d="M20 12H22"></path> <path d="M4.93 19.07L6.34 17.66"></path> <path d="M17.66 6.34L19.07 4.93"></path> </svg> <svg class="feast-theme-switcher__thumb-icon feast-theme-switcher__thumb-icon--moon" viewBox="0 0 24 24" fill="none"> <path d="M21 12.79A9 9 0 1 1 11.21 3a7 7 0 0 0 9.79 9.79z"></path> </svg> </span> </button> </div> <script> (function () { var toggle = document.getElementById("feast-theme-toggle"); if ( !toggle || !window.feastTheme || typeof window.feastTheme.getPreference !== "function" || typeof window.feastTheme.togglePreference !== "function" ) { return; } function syncToggleState() { var isDark = window.feastTheme.getPreference() === "dark"; toggle.setAttribute("aria-checked", isDark ? "true" : "false"); if (isDark) { toggle.setAttribute("aria-label", "Switch to light theme"); toggle.setAttribute("title", "Switch to light theme"); } else { toggle.setAttribute("aria-label", "Switch to dark theme"); toggle.setAttribute("title", "Switch to dark theme"); } if (toggle.classList && typeof toggle.classList.toggle === "function") { toggle.classList.toggle("is-dark", isDark); } } function bindToggleClick() { var handler = function () { window.feastTheme.togglePreference(); syncToggleState(); }; if (window.jtd && typeof window.jtd.addEvent === "function") { window.jtd.addEvent(toggle, "click", handler); } else if (toggle.addEventListener) { toggle.addEventListener("click", handler); } } bindToggleClick(); window.feastTheme.onPreferenceApplied = syncToggleState; syncToggleState(); })(); </script> <nav aria-label="Auxiliary" class="aux-nav feast-aux-nav"> <ul class="aux-nav-list"> <li class="aux-nav-list-item"> <a href="//feastorg.github.io" class="feast-aux-link feast-aux-link--icon feast-aux-link--github" aria-label="← Return to feastorg" > <svg class="feast-aux-link__icon" viewBox="0 0 16 16" aria-hidden="true"> <path d="M8 0C3.58 0 0 3.58 0 8a8 8 0 0 0 5.47 7.59c.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82a7.65 7.65 0 0 1 4 0c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8 8 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path> </svg> <span class="feast-visually-hidden">← Return to feastorg</span> </a> </li> </ul> </nav> </div> <div class="main-content-wrap"> <div id="main-content" class="main-content"> <main> </main> <hr> <footer> <p class="text-small text-grey-dk-100 mb-0" style="text-align: center;"> © 2026 <a href="https://feastorg.github.io" class="text-blue-00">feastorg</a>. See the corresponding <a href="https://github.com/feastorg" class="text-grey-dk-100">GitHub repository</a> for license and source details. </p> <div class="d-md-none mt-4 fs-2"> This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll. </div> </footer> </div> </div> <div class="search-overlay"></div> </div> </body> </html>
