Skip to content

Commit

Permalink
Update unreleased documentation (#710)
Browse files Browse the repository at this point in the history
* Update versions.json

* Deployed 13ed07a to unreleased in versions with MkDocs 1.5.3 and mike 2.0.0

* Sort docs versions

---------

Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub Actions Bot authored Apr 15, 2024
1 parent 3ee0d3f commit 8f3f945
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions versions/unreleased/api-ref/server/schemas/actions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12671,9 +12671,7 @@ <h3 id="prefect.server.schemas.actions.DeploymentCreate.schema" class="doc doc-h

<details class="quote">
<summary>Source code in <code>prefect/_internal/compatibility/deprecated.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">351</span>
<span class="normal">352</span>
<span class="normal">353</span>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">353</span>
<span class="normal">354</span>
<span class="normal">355</span>
<span class="normal">356</span>
Expand All @@ -12684,7 +12682,9 @@ <h3 id="prefect.server.schemas.actions.DeploymentCreate.schema" class="doc doc-h
<span class="normal">361</span>
<span class="normal">362</span>
<span class="normal">363</span>
<span class="normal">364</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="nd">@classmethod</span>
<span class="normal">364</span>
<span class="normal">365</span>
<span class="normal">366</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="nd">@classmethod</span>
<span class="k">def</span> <span class="nf">schema</span><span class="p">(</span>
<span class="bp">cls</span><span class="p">,</span> <span class="n">by_alias</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span> <span class="n">ref_template</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="n">default_ref_template</span>
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n">Dict</span><span class="p">[</span><span class="nb">str</span><span class="p">,</span> <span class="n">Any</span><span class="p">]:</span>
Expand Down Expand Up @@ -13229,9 +13229,7 @@ <h3 id="prefect.server.schemas.actions.DeploymentUpdate.schema" class="doc doc-h

<details class="quote">
<summary>Source code in <code>prefect/_internal/compatibility/deprecated.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">351</span>
<span class="normal">352</span>
<span class="normal">353</span>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">353</span>
<span class="normal">354</span>
<span class="normal">355</span>
<span class="normal">356</span>
Expand All @@ -13242,7 +13240,9 @@ <h3 id="prefect.server.schemas.actions.DeploymentUpdate.schema" class="doc doc-h
<span class="normal">361</span>
<span class="normal">362</span>
<span class="normal">363</span>
<span class="normal">364</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="nd">@classmethod</span>
<span class="normal">364</span>
<span class="normal">365</span>
<span class="normal">366</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="nd">@classmethod</span>
<span class="k">def</span> <span class="nf">schema</span><span class="p">(</span>
<span class="bp">cls</span><span class="p">,</span> <span class="n">by_alias</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span> <span class="n">ref_template</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="n">default_ref_template</span>
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n">Dict</span><span class="p">[</span><span class="nb">str</span><span class="p">,</span> <span class="n">Any</span><span class="p">]:</span>
Expand Down
10 changes: 5 additions & 5 deletions versions/unreleased/getting-started/quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -628,11 +628,11 @@
</li>

<li class="md-nav__item">
<a href="#step-4-make-your-code-schedulable" class="md-nav__link">
<a href="#step-5-make-your-code-schedulable" class="md-nav__link">
<span class="md-ellipsis">

<span class="md-typeset">
Step 4: Make your code schedulable
Step 5: Make your code schedulable
</span>

</span>
Expand Down Expand Up @@ -8924,11 +8924,11 @@
</li>

<li class="md-nav__item">
<a href="#step-4-make-your-code-schedulable" class="md-nav__link">
<a href="#step-5-make-your-code-schedulable" class="md-nav__link">
<span class="md-ellipsis">

<span class="md-typeset">
Step 4: Make your code schedulable
Step 5: Make your code schedulable
</span>

</span>
Expand Down Expand Up @@ -9112,7 +9112,7 @@ <h2 id="step-4-choose-a-remote-infrastructure-location">Step 4: Choose a remote

<p>You should see a message in the CLI that your work pool was created.
Feel free to check out your new work pool on the <strong>Work Pools</strong> page in the UI.</p>
<h2 id="step-4-make-your-code-schedulable">Step 4: Make your code schedulable<a class="headerlink" href="#step-4-make-your-code-schedulable" title="Permanent link">&para;</a></h2>
<h2 id="step-5-make-your-code-schedulable">Step 5: Make your code schedulable<a class="headerlink" href="#step-5-make-your-code-schedulable" title="Permanent link">&para;</a></h2>
<p>We have a flow function and we have a work pool where we can run our flow remotely.
Let's package both of these things, along with the location for where to find our flow code, into a <a href="/concepts/deployments/">deployment</a> so that we can schedule our workflow to run remotely.</p>
<p>Deployments elevate flows to remotely configurable entities that have their own API.</p>
Expand Down
2 changes: 1 addition & 1 deletion versions/unreleased/search/search_index.json

Large diffs are not rendered by default.

Binary file modified versions/unreleased/sitemap.xml.gz
Binary file not shown.

0 comments on commit 8f3f945

Please sign in to comment.