Skip to content

Commit

Permalink
Deployed e99b7ee to 12.x with MkDocs 1.4.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 24, 2024
1 parent b19a375 commit 5cc4ef0
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 250 deletions.
12 changes: 1 addition & 11 deletions 12.x/commands/core_cron/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1590,13 +1590,6 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#examples" class="md-nav__link">
Examples
</a>

</li>

<li class="md-nav__item">
<a href="#global-options" class="md-nav__link">
Global Options
Expand Down Expand Up @@ -5255,10 +5248,7 @@

<h1 id="corecron">core:cron<a class="headerlink" href="#corecron" title="Permanent link">&para;</a></h1>
<p>Run all cron hooks in all active modules for specified site.</p>
<h4 id="examples">Examples<a class="headerlink" href="#examples" title="Permanent link">&para;</a></h4>
<ul>
<li><code>drush maint:status &amp;&amp; drush core:cron</code>. Run cron unless maintenance mode is enabled</li>
</ul>
<p>Consider using <code>drush maint:status &amp;&amp; drush core:cron</code> to avoid cache poisoning during maintenance mode.</p>
<h4 id="global-options">Global Options<a class="headerlink" href="#global-options" title="Permanent link">&para;</a></h4>
<ul>
<li><strong> -v|vv|vvv, --verbose</strong>. Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</li>
Expand Down
2 changes: 1 addition & 1 deletion 12.x/commands/queue_run/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5257,7 +5257,7 @@ <h1 id="queuerun">queue:run<a class="headerlink" href="#queuerun" title="Permane
<p>Run a specific queue by name.</p>
<h4 id="arguments">Arguments<a class="headerlink" href="#arguments" title="Permanent link">&para;</a></h4>
<ul>
<li><strong>name</strong>. The name of the queue to run, as defined in either hook_queue_info or hook_cron_queue_info.</li>
<li><strong>name</strong>. The name of the queue to run, as defined in QueueWorker annotation class.</li>
</ul>
<h4 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion 12.x/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5cc4ef0

Please sign in to comment.