<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://21torr-docs.fly.dev/blog</id>
    <title>21TORR Docs Blog</title>
    <updated>2026-03-23T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://21torr-docs.fly.dev/blog"/>
    <subtitle>21TORR Docs Blog</subtitle>
    <icon>https://21torr-docs.fly.dev/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Storyblok Fields, Metadata and Rich Text Helpers]]></title>
        <id>https://21torr-docs.fly.dev/blog/2026/03/23/storyblok-advanced-field-docs</id>
        <link href="https://21torr-docs.fly.dev/blog/2026/03/23/storyblok-advanced-field-docs"/>
        <updated>2026-03-23T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The Storyblok docs were expanded with advanced field options, Story metadata access, Rich Text helper utilities, and ReleaseVersion usage in the Content API.]]></summary>
        <content type="html"><![CDATA[<p>The Storyblok docs were expanded with advanced field options, Story metadata access, Rich Text helper utilities, and <code>ReleaseVersion</code> usage in the Content API.</p>
<h2 class="anchor anchorWithStickyNavbar_wlpn" id="updated-pages">Updated Pages<a href="https://21torr-docs.fly.dev/blog/2026/03/23/storyblok-advanced-field-docs#updated-pages" class="hash-link" aria-label="Direct link to Updated Pages" title="Direct link to Updated Pages">​</a></h2>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/components/fields">Fields</a>: documented <code>ChoiceField</code> advanced options and sources, plus missing options for <code>AssetField</code>, <code>LinkField</code> and <code>RichTextField</code>.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/components">Components</a>: added a full <code>StoryMetaData</code> reference table with short descriptions for all accessors and properties.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/api/content-api">Content API</a>: documented <code>ReleaseVersion</code> usage for fetch methods.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/more-features/rich-text-transformers">More Features</a>: added docs for Rich Text conversion helpers.</li>
</ul>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="storyblok" term="storyblok"/>
        <category label="symfony" term="symfony"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Storyblok Adapter Setup and Usage]]></title>
        <id>https://21torr-docs.fly.dev/blog/2026/03/20/storyblok-adapters</id>
        <link href="https://21torr-docs.fly.dev/blog/2026/03/20/storyblok-adapters"/>
        <updated>2026-03-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The Storyblok docs now include a complete guide for the adapter-based setup.]]></summary>
        <content type="html"><![CDATA[<p>The Storyblok docs now include a complete guide for the adapter-based setup.</p>
<h2 class="anchor anchorWithStickyNavbar_wlpn" id="new-documentation">New Documentation<a href="https://21torr-docs.fly.dev/blog/2026/03/20/storyblok-adapters#new-documentation" class="hash-link" aria-label="Direct link to New Documentation" title="Direct link to New Documentation">​</a></h2>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/adapters">Adapters guide</a> with setup, configuration and usage.</li>
<li>Dedicated docs for <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/api/content-api">Content API</a>, <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/api/management-api">Management API</a>, <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/more-features/id-slug-mapper">ID Slug Mapper</a>, and <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/more-features/request-validator">Request Validator</a>.</li>
<li>New docs for <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/more-features/backend-edit-url-helper">Backend Edit URL Helper</a> and <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/definitions-synced-event">Definitions Synced Event</a>.</li>
<li>New <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/asset-proxy">Asset Proxy</a> section with setup/configuration and usage details.</li>
<li>New <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/more-features">More Features</a> section for miscellaneous mostly-internal helper features.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_wlpn" id="updated-existing-pages">Updated Existing Pages<a href="https://21torr-docs.fly.dev/blog/2026/03/20/storyblok-adapters#updated-existing-pages" class="hash-link" aria-label="Direct link to Updated Existing Pages" title="Direct link to Updated Existing Pages">​</a></h2>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok">Storyblok installation page</a> now reflects the adapter-based flow.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/cli">CLI docs</a> now describe adapter-scoped commands and include the post-sync <code>StoryblokDefinitionsSyncedEvent</code> hook.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/webhook">Webhook docs</a> now use <code>AppStoryblokAdapter</code> examples.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok">Storyblok index</a> now links to the new Asset Proxy section and includes an events overview.</li>
<li><code>More Features</code> was moved to the bottom of the Storyblok sidebar order.</li>
</ul>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="storyblok" term="storyblok"/>
        <category label="symfony" term="symfony"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Task Manager: Scheduler]]></title>
        <id>https://21torr-docs.fly.dev/blog/2026/02/23/task-manager-scheduler</id>
        <link href="https://21torr-docs.fly.dev/blog/2026/02/23/task-manager-scheduler"/>
        <updated>2026-02-23T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The task manager now has an integrated scheduler, that you should use instead of Symfony's scheduler.]]></summary>
        <content type="html"><![CDATA[<p>The task manager now has an <a href="https://21torr-docs.fly.dev/docs/php/symfony/task-manager/#schedules">integrated scheduler</a>, that you should use instead of Symfony's scheduler.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="task-manager" term="task-manager"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Task Manager: DispatchAfterRunTask]]></title>
        <id>https://21torr-docs.fly.dev/blog/2025/11/07/task-manager-redispatch</id>
        <link href="https://21torr-docs.fly.dev/blog/2025/11/07/task-manager-redispatch"/>
        <updated>2025-11-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The task manager is now able [to redispatch messages], that should be used in the Scheduler, for example.]]></summary>
        <content type="html"><![CDATA[<p>The task manager is now able <a href="https://21torr-docs.fly.dev/docs/php/symfony/task-manager/#queueing-tasks-after-the-current-run">to redispatch messages</a>, that should be used in the Scheduler, for example.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="task-manager" term="task-manager"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Simple Normalizer: JSON Types Verifier]]></title>
        <id>https://21torr-docs.fly.dev/blog/2025/07/03/simple-normalizer-verifier</id>
        <link href="https://21torr-docs.fly.dev/blog/2025/07/03/simple-normalizer-verifier"/>
        <updated>2025-07-03T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Simple Normalizer now verifies that all of your simple object normalizers are returning the correct types.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://21torr-docs.fly.dev/docs/php/symfony/simple-normalizer/#returning-invalid-values">Simple Normalizer now verifies</a> that all of your simple object normalizers are returning the correct types.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="simple-normalizer" term="simple-normalizer"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Snail]]></title>
        <id>https://21torr-docs.fly.dev/blog/2025/06/03/snail</id>
        <link href="https://21torr-docs.fly.dev/blog/2025/06/03/snail"/>
        <updated>2025-06-03T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We have new bundle for [snails].]]></summary>
        <content type="html"><![CDATA[<p>We have new bundle for <a href="https://21torr-docs.fly.dev/docs/php/symfony/snail">snails</a>.</p>
<p>Read more in the docs about what snails are and what they are used for.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="snail" term="snail"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Janus TS]]></title>
        <id>https://21torr-docs.fly.dev/blog/2025/03/31/janus-ts</id>
        <link href="https://21torr-docs.fly.dev/blog/2025/03/31/janus-ts"/>
        <updated>2025-03-31T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[[Janus TS] now has docs — the docs for @21torr/ci-npm were removed, as it is deprecated.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://21torr-docs.fly.dev/docs/ts-scss/janus-ts">Janus TS</a> now has docs — the docs for <code>@21torr/ci-npm</code> were removed, as it is deprecated.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="janus" term="janus"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Storyblok Bundle Webhooks]]></title>
        <id>https://21torr-docs.fly.dev/blog/2025/02/18/storyblok-webhooks</id>
        <link href="https://21torr-docs.fly.dev/blog/2025/02/18/storyblok-webhooks"/>
        <updated>2025-02-18T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The installation guide for the [Storyblok Bundle] was updated. The new bundle version also includes the [new webhook integration].]]></summary>
        <content type="html"><![CDATA[<p>The installation guide for the <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok">Storyblok Bundle</a> was updated. The new bundle version also includes the <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/webhook">new webhook integration</a>.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="storyblok" term="storyblok"/>
        <category label="symfony" term="symfony"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Hosting Bundle: Health Checks and App Validation]]></title>
        <id>https://21torr-docs.fly.dev/blog/2024/10/29/hosting-health</id>
        <link href="https://21torr-docs.fly.dev/blog/2024/10/29/hosting-health"/>
        <updated>2024-10-29T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[New features of the hosting bundle were documented:]]></summary>
        <content type="html"><![CDATA[<p>New features of the hosting bundle were documented:</p>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/hosting#health-checks">Health Checks</a></li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/hosting#app-validation">App Validation</a></li>
</ul>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="hosting" term="hosting"/>
        <category label="symfony" term="symfony"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Task Manager v2]]></title>
        <id>https://21torr-docs.fly.dev/blog/2024/06/20/task-manager-v2</id>
        <link href="https://21torr-docs.fly.dev/blog/2024/06/20/task-manager-v2"/>
        <updated>2024-06-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[[Task Manager v2] was released.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/21TORR/TaskManagerBundle/releases/tag/2.0.0" target="_blank" rel="noopener noreferrer">Task Manager v2</a> was released.</p>
<p>The <a href="https://21torr-docs.fly.dev/docs/php/symfony/task-manager">docs for the task manager bundle</a> were updated and now only include the docs for v2.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="task-manager" term="task-manager"/>
        <category label="symfony" term="symfony"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Finalize Dune Docs]]></title>
        <id>https://21torr-docs.fly.dev/blog/2024/05/07/dune-docs</id>
        <link href="https://21torr-docs.fly.dev/blog/2024/05/07/dune-docs"/>
        <updated>2024-05-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The [Dune] docs were finalized:]]></summary>
        <content type="html"><![CDATA[<p>The <a href="https://21torr-docs.fly.dev/docs/ts-scss/dune">Dune</a> docs were finalized:</p>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/helpers#dom-attribute">DOM Attribute helpers</a> are now documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/helpers#json">JSON helpers</a> are now documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/helpers#network">Network helpers</a> are now documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/helpers#popup-interaction">Popup Interaction helpers</a> are now documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/helpers#timing">Timing helpers</a> are now documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/react/usercentrics">Usercentrics</a> component and hooks is documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/react/http-auth">HTTP Basic Auth middleware</a> is documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/react/media-query">Media Query Hooks</a> are documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/react/debounce">Debounce Hook</a> is documented.</li>
</ul>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="dune" term="dune"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Document Symfony + PHP Libs]]></title>
        <id>https://21torr-docs.fly.dev/blog/2024/05/06/symfony-libs</id>
        <link href="https://21torr-docs.fly.dev/blog/2024/05/06/symfony-libs"/>
        <updated>2024-05-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[A bunch of new docs were written:]]></summary>
        <content type="html"><![CDATA[<p>A bunch of new docs were written:</p>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/simple-normalizer">Simple Normalizer</a> is now documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/task-manager">Task Manager</a> is now documented.</li>
</ul>
<p>Some PHP libraries were documented as well:</p>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/php/library/html-builder">HTML Builder</a> is now documented.</li>
</ul>
<p>Also the TS docs were updated:</p>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune/helpers">Dune DOM helpers</a> are now documented.</li>
</ul>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="simple-normalizer" term="simple-normalizer"/>
        <category label="task-manager" term="task-manager"/>
        <category label="html-builder" term="html-builder"/>
        <category label="dune" term="dune"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[New Docs]]></title>
        <id>https://21torr-docs.fly.dev/blog/2024/05/02/new-docs</id>
        <link href="https://21torr-docs.fly.dev/blog/2024/05/02/new-docs"/>
        <updated>2024-05-02T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[A bunch of new docs were written:]]></summary>
        <content type="html"><![CDATA[<p>A bunch of new docs were written:</p>
<ul>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/bundle-helpers">Bundle Helpers</a> is now documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/cli">CLI Bundle</a> is now documented.</li>
<li><a href="https://21torr-docs.fly.dev/docs/php/symfony/hosting">Hosting Bundle</a> docs are now complete.</li>
</ul>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="bundle-helpers" term="bundle-helpers"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Janus PHP]]></title>
        <id>https://21torr-docs.fly.dev/blog/2024/04/30/janus-php</id>
        <link href="https://21torr-docs.fly.dev/blog/2024/04/30/janus-php"/>
        <updated>2024-04-30T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[- [Janus PHP] is now documented.]]></summary>
        <content type="html"><![CDATA[<ul>
<li><a href="https://21torr-docs.fly.dev/docs/php/tooling/janus-php">Janus PHP</a> is now documented.</li>
<li>all of the PHP Tooling docs were updated</li>
<li><code>21torr/php-cs</code> is now deprecated, the docs were removed.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_wlpn" id="migrating-from-php-cs-to-janus-php">Migrating from php-cs to Janus PHP<a href="https://21torr-docs.fly.dev/blog/2024/04/30/janus-php#migrating-from-php-cs-to-janus-php" class="hash-link" aria-label="Direct link to Migrating from php-cs to Janus PHP" title="Direct link to Migrating from php-cs to Janus PHP">​</a></h2>
<p>You should migrate from <code>php-cs</code> to <a href="https://21torr-docs.fly.dev/docs/php/tooling/janus-php">Janus PHP</a> as soon as possible.</p>
<p>You should start with removing the old <code>vendor-bin</code> directories:</p>
<div class="language-shell codeBlockContainer_WkM4 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_i4rW"><pre tabindex="0" class="prism-code language-shell codeBlock_I8UU thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_fuTI"><span class="token-line" style="color:#393A34"><span class="token function" style="color:#d73a49">rm</span><span class="token plain"> </span><span class="token parameter variable" style="color:#36acaa">-rf</span><span class="token plain"> vendor-bin</span><br></span></code></pre></div></div>
<p>Then proceed with regularly installing Janus.</p>
<h2 class="anchor anchorWithStickyNavbar_wlpn" id="prismic-bundle">Prismic Bundle<a href="https://21torr-docs.fly.dev/blog/2024/04/30/janus-php#prismic-bundle" class="hash-link" aria-label="Direct link to Prismic Bundle" title="Direct link to Prismic Bundle">​</a></h2>
<p>The prismic bundle is officially deprecated.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="janus" term="janus"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[New Features + Docs for Dune]]></title>
        <id>https://21torr-docs.fly.dev/blog/2024/03/12/dune-additions</id>
        <link href="https://21torr-docs.fly.dev/blog/2024/03/12/dune-additions"/>
        <updated>2024-03-12T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[[Dune] now has some docs, with focus on the new React components.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://21torr-docs.fly.dev/docs/ts-scss/dune">Dune</a> now has some docs, with focus on the new React components.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="dune" term="dune"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[RAD Bundle Updates]]></title>
        <id>https://21torr-docs.fly.dev/blog/2023/11/21/rad-updates</id>
        <link href="https://21torr-docs.fly.dev/blog/2023/11/21/rad-updates"/>
        <updated>2023-11-21T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The [RAD bundle docs] were restructured and the [doctrine change checker] was documented.]]></summary>
        <content type="html"><![CDATA[<p>The <a href="https://21torr-docs.fly.dev/docs/php/symfony/rad">RAD bundle docs</a> were restructured and the <a href="https://21torr-docs.fly.dev/docs/php/symfony/rad/doctrine#change-checker">doctrine change checker</a> was documented.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="rad" term="rad"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Storyblok Translations Export]]></title>
        <id>https://21torr-docs.fly.dev/blog/2023/11/20/storyblok-translations</id>
        <link href="https://21torr-docs.fly.dev/blog/2023/11/20/storyblok-translations"/>
        <updated>2023-11-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Special settings or including/excluding fields in the translations export were added in Storyblok v3.6.0 and are [now documented].]]></summary>
        <content type="html"><![CDATA[<p>Special settings or including/excluding fields in the translations export were added in Storyblok v3.6.0 and are <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok/translations">now documented</a>.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="storyblok" term="storyblok"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Storyblok docs]]></title>
        <id>https://21torr-docs.fly.dev/blog/2023/09/29/storyblok-docs</id>
        <link href="https://21torr-docs.fly.dev/blog/2023/09/29/storyblok-docs"/>
        <updated>2023-09-29T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Most of the functionality of the [Storyblok bundle] is now documented.]]></summary>
        <content type="html"><![CDATA[<p>Most of the functionality of the <a href="https://21torr-docs.fly.dev/docs/php/symfony/storyblok">Storyblok bundle</a> is now documented.</p>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="storyblok" term="storyblok"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Tools only from now on]]></title>
        <id>https://21torr-docs.fly.dev/blog/2023/09/27/tools-only</id>
        <link href="https://21torr-docs.fly.dev/blog/2023/09/27/tools-only"/>
        <updated>2023-09-27T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[From now on, only (public) tools will be documented here.]]></summary>
        <content type="html"><![CDATA[<p>From now on, only (public) tools will be documented here.
Internal processes are documented in our internal docs.</p>
<p>In this process, the whole documentation was restructured.</p>
<p>Also docs for deprecated tools were removed, these include:</p>
<ul>
<li>firefly</li>
<li>Umbrella</li>
</ul>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="internal" term="internal"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Add RAD bundle docs and info about permissions]]></title>
        <id>https://21torr-docs.fly.dev/blog/2023/09/26/rad-docs</id>
        <link href="https://21torr-docs.fly.dev/blog/2023/09/26/rad-docs"/>
        <updated>2023-09-26T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[- Added new docs about the RAD bundle]]></summary>
        <content type="html"><![CDATA[<ul>
<li>Added new docs about the <a href="https://21torr-docs.fly.dev/docs/php/symfony/rad">RAD bundle</a></li>
<li>Added docs for using permission systems with roles and abilities</li>
</ul>]]></content>
        <author>
            <name>Jannik Zschiesche</name>
            <uri>https://github.com/apfelbox</uri>
        </author>
        <category label="rad" term="rad"/>
    </entry>
</feed>