Skip to content

Commit df1fa2b

Browse files
committed
deploy: publish agentctl documentation site
0 parents  commit df1fa2b

261 files changed

Lines changed: 14691 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="robots" content="noindex">
7+
<title>Page not found | OpenSourceOps</title>
8+
<style>
9+
body { background: #f8faf9; color: #102a2d; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin: 0; }
10+
main { margin: 12vh auto; max-width: 44rem; padding: 1.5rem; }
11+
p { color: #466166; line-height: 1.65; }
12+
nav { display: flex; flex-wrap: wrap; gap: 0.7rem 1.2rem; margin-top: 2rem; }
13+
a { color: #0f766e; font-weight: 700; }
14+
a:focus-visible { outline: 3px solid #0f766e; outline-offset: 4px; }
15+
@media (prefers-color-scheme: dark) { body { background: #0b1918; color: #f1f7f6; } p { color: #a5b9b6; } a { color: #5eead4; } }
16+
</style>
17+
</head>
18+
<body>
19+
<main>
20+
<p>404</p>
21+
<h1>That page is not here</h1>
22+
<p>Use the agentctl documentation search or return to a known route.</p>
23+
<nav aria-label="Recovery links">
24+
<a href="/">OpenSourceOps home</a>
25+
<a href="/agentctl/">agentctl documentation</a>
26+
<a href="/agentctl/getting-started/">Getting started</a>
27+
<a href="/agentctl/reference/cli/">CLI reference</a>
28+
<a href="/agentctl/troubleshooting/">Troubleshooting</a>
29+
<a href="https://github.com/opensourceops/agentctl">GitHub</a>
30+
</nav>
31+
</main>
32+
</body>
33+
</html>
34+

agentctl/404.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html><html lang="en" dir="ltr" data-theme="dark" class="astro-lqp6ax3z"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>Page not found | agentctl</title><link rel="canonical" href="https://opensourceops.github.io/agentctl/404/"/><link rel="sitemap" href="/agentctl/sitemap-index.xml"/><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"agentctl documentation","url":"https://opensourceops.github.io/agentctl/"}</script><link rel="shortcut icon" href="/agentctl/favicon.png" type="image/png"/><meta name="generator" content="Astro v7.1.3"/><meta name="generator" content="Starlight v0.41.4"/><meta property="og:title" content="Page not found"/><meta property="og:url" content="https://opensourceops.github.io/agentctl/404/"/><meta property="og:locale" content="en"/><meta property="og:description" content="Search agentctl documentation or return to a useful starting point."/><meta name="description" content="Search agentctl documentation or return to a useful starting point."/><meta name="theme-color" content="#0f766e"/><meta property="og:site_name" content="agentctl documentation"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta property="og:image" content="https://opensourceops.github.io/agentctl/og.png"/><meta name="twitter:image" content="https://opensourceops.github.io/agentctl/og.png"/><script>
2+
window.StarlightThemeProvider = (() => {
3+
const storedTheme =
4+
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
5+
const theme =
6+
storedTheme ||
7+
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
8+
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
9+
return {
10+
updatePickers(theme = storedTheme || 'auto') {
11+
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
12+
const select = picker.querySelector('select');
13+
if (select) select.value = theme;
14+
/** @type {HTMLTemplateElement | null} */
15+
const tmpl = document.querySelector(`#theme-icons`);
16+
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
17+
if (newIcon) {
18+
const oldIcon = picker.querySelector('svg.label-icon');
19+
if (oldIcon) {
20+
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
21+
}
22+
}
23+
});
24+
},
25+
};
26+
})();
27+
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-pqc3qyqb" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg><svg aria-hidden="true" class="dark astro-pqc3qyqb" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.64 13a1 1 0 0 0-1.05-.14 8.049 8.049 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36a10.14 10.14 0 1 0 14 11.69 1 1 0 0 0-.36-1.05Zm-9.5 6.69A8.14 8.14 0 0 1 7.08 5.22v.27a10.15 10.15 0 0 0 10.14 10.14 9.784 9.784 0 0 0 2.1-.22 8.11 8.11 0 0 1-7.18 4.32v-.04Z"/></svg><svg aria-hidden="true" class="auto astro-pqc3qyqb" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21 14h-1V7a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v7H3a1 1 0 0 0-1 1v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a1 1 0 0 0-1-1ZM6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7H6V7Zm14 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1Z"/></svg></template><link rel="stylesheet" href="/agentctl/_astro/print.ehPL0gv-.css" media="print"><link rel="stylesheet" href="/agentctl/_astro/common.BtSKz-aH.css"><script type="module" src="/agentctl/_astro/page.CVs6NF3G.js"></script></head><body class="astro-lqp6ax3z"><a class="sl-skip-link astro-n2luhupy" href="#_top">Skip to content</a><div class="page sl-flex astro-avgptkqm"><header class="header astro-avgptkqm"><div class="site-header astro-nen7h5rs"><div class="title-wrapper sl-flex astro-nen7h5rs"><a href="/agentctl/" class="site-title sl-flex astro-loeqtpml"><span class="astro-loeqtpml" translate="no">agentctl</span></a><span class="maturity astro-nen7h5rs" aria-label="Workflow API maturity: version 1 alpha 1">v1alpha1</span></div><nav class="top-links astro-nen7h5rs" aria-label="Primary"><a href="/agentctl/overview/" class="astro-nen7h5rs">Docs</a><a href="/agentctl/guides/workflow-authoring/" class="astro-nen7h5rs">Guides</a><a href="/agentctl/examples/" class="astro-nen7h5rs">Examples</a><a href="/agentctl/architecture/" class="astro-nen7h5rs">Architecture</a><a href="/agentctl/contributing/" class="astro-nen7h5rs">Contributing</a></nav><div class="search sl-flex print:hidden astro-nen7h5rs"><site-search class="astro-nen7h5rs astro-6tnsaoml" data-translations="{&quot;placeholder&quot;:&quot;Search&quot;}"><button data-open-modal disabled aria-label="Search" aria-keyshortcuts="Control+K" class="astro-6tnsaoml"><svg aria-hidden="true" class="astro-6tnsaoml astro-pqc3qyqb" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.71 20.29 18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a.999.999 0 0 0 1.42 0 1 1 0 0 0 0-1.39ZM11 18a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z"/></svg><span class="sl-hidden md:sl-block astro-6tnsaoml" aria-hidden="true">Search</span><kbd class="sl-hidden md:sl-flex astro-6tnsaoml" style="display: none;"><kbd class="astro-6tnsaoml">Ctrl</kbd><kbd class="astro-6tnsaoml">K</kbd></kbd></button><dialog style="padding:0" aria-label="Search" class="astro-6tnsaoml"><div class="dialog-frame sl-flex astro-6tnsaoml"><button data-close-modal class="sl-flex md:sl-hidden astro-6tnsaoml">Cancel</button><div class="search-container astro-6tnsaoml"><div id="starlight__search" class="astro-6tnsaoml"></div></div></div></dialog></site-search><script>
28+
(() => {
29+
const openBtn = document.querySelector('button[data-open-modal]');
30+
const shortcut = openBtn?.querySelector('kbd');
31+
if (!openBtn || !(shortcut instanceof HTMLElement)) return;
32+
const platformKey = shortcut.querySelector('kbd');
33+
if (platformKey && /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)) {
34+
platformKey.textContent = '⌘';
35+
openBtn.setAttribute('aria-keyshortcuts', 'Meta+K');
36+
}
37+
shortcut.style.display = '';
38+
})();
39+
</script><script type="module" src="/agentctl/_astro/Search.astro_astro_type_script_index_0_lang.YjMDjC-v.js"></script></div><div class="sl-hidden md:sl-flex print:hidden right-group astro-nen7h5rs"><div class="sl-flex social-icons astro-nen7h5rs"><a href="https://github.com/opensourceops/agentctl" rel="me" class="sl-flex astro-5aykfozc"><span class="sr-only astro-5aykfozc">agentctl on GitHub</span><svg aria-hidden="true" class="astro-5aykfozc astro-pqc3qyqb" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M12 .3a12 12 0 0 0-3.8 23.38c.6.12.83-.26.83-.57L9 21.07c-3.34.72-4.04-1.61-4.04-1.61-.55-1.39-1.34-1.76-1.34-1.76-1.08-.74.09-.73.09-.73 1.2.09 1.83 1.24 1.83 1.24 1.08 1.83 2.81 1.3 3.5 1 .1-.78.42-1.31.76-1.61-2.67-.3-5.47-1.33-5.47-5.93 0-1.31.47-2.38 1.24-3.22-.14-.3-.54-1.52.1-3.18 0 0 1-.32 3.3 1.23a11.5 11.5 0 0 1 6 0c2.28-1.55 3.29-1.23 3.29-1.23.64 1.66.24 2.88.12 3.18a4.65 4.65 0 0 1 1.23 3.22c0 4.61-2.8 5.63-5.48 5.92.42.36.81 1.1.81 2.22l-.01 3.29c0 .31.2.69.82.57A12 12 0 0 0 12 .3Z"/></svg></a></div><starlight-theme-select><label style="--sl-select-width: 6.25em" class="astro-snadcfbo"><span class="sr-only astro-snadcfbo">Select theme</span><svg aria-hidden="true" class="icon label-icon astro-snadcfbo astro-pqc3qyqb" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21 14h-1V7a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v7H3a1 1 0 0 0-1 1v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a1 1 0 0 0-1-1ZM6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7H6V7Zm14 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1Z"/></svg><select autocomplete="off" class="astro-snadcfbo"><option value="dark" class="astro-snadcfbo">Dark</option><option value="light" class="astro-snadcfbo">Light</option><option value="auto" selected class="astro-snadcfbo">Auto</option></select><svg aria-hidden="true" class="icon caret astro-snadcfbo astro-pqc3qyqb" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z"/></svg></label></starlight-theme-select><script>
40+
StarlightThemeProvider.updatePickers();
41+
</script><script type="module">var e=`starlight-theme`,t=e=>e===`auto`||e===`dark`||e===`light`?e:`auto`,n=()=>t(typeof localStorage<`u`&&localStorage.getItem(e));function r(t){typeof localStorage<`u`&&localStorage.setItem(e,t===`light`||t===`dark`?t:``)}var i=()=>matchMedia(`(prefers-color-scheme: light)`).matches?`light`:`dark`;function a(e){StarlightThemeProvider.updatePickers(e),document.documentElement.dataset.theme=e===`auto`?i():e,r(e)}matchMedia(`(prefers-color-scheme: light)`).addEventListener(`change`,()=>{n()===`auto`&&a(`auto`)});var o=class extends HTMLElement{constructor(){super(),a(n()),this.querySelector(`select`)?.addEventListener(`change`,e=>{e.currentTarget instanceof HTMLSelectElement&&a(t(e.currentTarget.value))})}};customElements.define(`starlight-theme-select`,o);</script><script type="module">var e=class extends HTMLElement{constructor(){super();let e=this.querySelector(`select`);e&&(e.addEventListener(`change`,e=>{e.currentTarget instanceof HTMLSelectElement&&(window.location.pathname=e.currentTarget.value)}),window.addEventListener(`pageshow`,t=>{if(!t.persisted)return;let n=e.querySelector(`option[selected]`)?.index;n!==e.selectedIndex&&(e.selectedIndex=n??0)}))}};customElements.define(`starlight-lang-select`,e);</script></div></div></header><div class="main-frame astro-avgptkqm"><script type="module">var e=document.getElementById(`starlight__sidebar`),t=e?.querySelector(`sl-sidebar-state-persist`),n=`sl-sidebar-state`,r=()=>{let r=[],i=t?.dataset.hash||``;try{let e=sessionStorage.getItem(n),t=JSON.parse(e||`{}`);Array.isArray(t.open)&&t.hash===i&&(r=t.open)}catch{}return{hash:i,open:r,scroll:e?.scrollTop||0}},i=e=>{try{sessionStorage.setItem(n,JSON.stringify(e))}catch{}},a=()=>i(r()),o=(e,t)=>{let n=r();n.open[t]=e,i(n)};t?.addEventListener(`click`,e=>{if(!(e.target instanceof Element))return;let t=e.target.closest(`summary`)?.closest(`details`);if(!t)return;let n=t.querySelector(`sl-sidebar-restore`),r=parseInt(n?.dataset.index||``);isNaN(r)||o(!t.open,r)}),addEventListener(`visibilitychange`,()=>{document.visibilityState===`hidden`&&a()});</script><div class="lg:sl-flex astro-2frknxg2"><div class="main-pane astro-2frknxg2"><main class="astro-lqp6ax3z" lang="en" dir="ltr"><div class="content-panel astro-j7agnhb5"><div class="sl-container astro-j7agnhb5"><h1 id="_top" class="astro-uiiox4ac">Page not found</h1></div></div><div class="content-panel astro-j7agnhb5"><div class="sl-container astro-j7agnhb5"><div class="sl-markdown-content"><p>The requested documentation route does not exist or has moved.</p>
42+
<ul>
43+
<li><a href="/agentctl/overview/">Search the documentation</a></li>
44+
<li><a href="/agentctl/">Return to the documentation home</a></li>
45+
<li><a href="/agentctl/getting-started/">Run the getting-started tutorial</a></li>
46+
<li><a href="/agentctl/reference/cli/">Open the CLI reference</a></li>
47+
<li><a href="/agentctl/troubleshooting/">Diagnose a problem</a></li>
48+
<li><a href="https://github.com/opensourceops/agentctl">View agentctl on GitHub</a></li>
49+
</ul>
50+
</div><footer class="docs-footer astro-jo6i4kqk"><div class="meta sl-flex astro-jo6i4kqk"></div><div class="pagination-links print:hidden astro-h3xxjg5d" dir="ltr"></div><nav aria-label="Documentation feedback and project links" class="astro-jo6i4kqk"><a href="https://github.com/opensourceops/agentctl/issues/new?labels=documentation&amp;title=Docs%3A+%2Fagentctl%2F404%2F&amp;body=Page%3A+https%3A%2F%2Fopensourceops.github.io%2Fagentctl%2F404%2F%0A%0ASection%3A%0A%0AExpected+behavior%3A%0A%0AActual+behavior%3A%0A" class="astro-jo6i4kqk">Report a documentation issue</a><a href="https://github.com/opensourceops/agentctl/issues/new?labels=question&amp;title=Question+about+%2Fagentctl%2F404%2F&amp;body=Documentation+page%3A+https%3A%2F%2Fopensourceops.github.io%2Fagentctl%2F404%2F%0A%0AQuestion%3A%0A" class="astro-jo6i4kqk">Ask a usage question</a><a href="https://github.com/opensourceops/agentctl/security/advisories/new" class="astro-jo6i4kqk">Report a vulnerability privately</a></nav></footer><script type="module">function e(){for(let e of document.querySelectorAll(`pre:not([tabindex])`))e.tabIndex=0}e(),window.addEventListener(`resize`,e,{passive:!0});</script></div></div></main></div></div></div></div></body></html>

agentctl/_astro/MobileTableOfContents.astro_astro_type_script_index_0_lang.BcSo_yiZ.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agentctl/_astro/Search.astro_astro_type_script_index_0_lang.YjMDjC-v.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import"./starlight-toc.CTCQXEge.js";

agentctl/_astro/abnfDiagram-VRR7QNED.NN7Rl3wR.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)