Skip to content

Commit

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

* Deployed 06175a5 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 Jan 25, 2024
1 parent e8650ef commit 6228555
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions versions/unreleased/concepts/automations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2392,11 +2392,11 @@
</li>

<li class="md-nav__item">
<a href="#templating-notifications-with-jinja" class="md-nav__link">
<a href="#templating-with-jinja" class="md-nav__link">
<span class="md-ellipsis">

<span class="md-typeset">
Templating notifications with Jinja
Templating with Jinja
</span>

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

<li class="md-nav__item">
<a href="#templating-notifications-with-jinja" class="md-nav__link">
<a href="#templating-with-jinja" class="md-nav__link">
<span class="md-ellipsis">

<span class="md-typeset">
Templating notifications with Jinja
Templating with Jinja
</span>

</span>
Expand Down Expand Up @@ -9343,9 +9343,9 @@ <h2 id="automation-notifications">Automation notifications<a class="headerlink"
<li>Email to a configured email address</li>
</ul>
<p><img alt="Configuring notifications for an automation in Prefect Cloud." src="/img/ui/automations-notifications.png" /></p>
<h2 id="templating-notifications-with-jinja">Templating notifications with Jinja<a class="headerlink" href="#templating-notifications-with-jinja" title="Permanent link">&para;</a></h2>
<p>The notification body can include templated variables using <a href="https://palletsprojects.com/p/jinja/">Jinja</a> syntax. Templated variable enable you to include details relevant to automation trigger, such as a flow or pool name.</p>
<p>Jinja templated variable syntax wraps the variable name in double curly brackets, like <code>{{ variable }}</code>.</p>
<h2 id="templating-with-jinja">Templating with Jinja<a class="headerlink" href="#templating-with-jinja" title="Permanent link">&para;</a></h2>
<p>Automation actions can access templated variables through <a href="https://palletsprojects.com/p/jinja/">Jinja</a> syntax. Templated variables enable you to dynamically include details from an automation trigger, such as a flow or pool name.</p>
<p>Jinja templated variable syntax wraps the variable name in double curly brackets, like this: <code>{{ variable }}</code>.</p>
<p>You can access properties of the underlying flow run objects including:</p>
<ul>
<li><a href="/api-ref/server/schemas/core/#prefect.server.schemas.core.FlowRun">flow_run</a></li>
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 6228555

Please sign in to comment.