Skip to content

Commit

Permalink
Deployed 881a2bd to 13.x with MkDocs 1.4.3 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 8, 2024
1 parent 2581cd9 commit 83f98e4
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 240 deletions.
11 changes: 11 additions & 0 deletions 13.x/commands/recipe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,13 @@
Arguments
</a>

</li>

<li class="md-nav__item">
<a href="#options" class="md-nav__link">
Options
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -5196,6 +5203,10 @@ <h4 id="arguments">Arguments<a class="headerlink" href="#arguments" title="Perma
<ul>
<li><strong>path</strong>. The path to the recipe's folder to apply</li>
</ul>
<h4 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h4>
<ul>
<li><strong>-i, --input=INPUT</strong>. An input value to pass to the recipe or one of its dependencies, in the form <code>--input=RECIPE_NAME.INPUT_NAME=VALUE</code>.</li>
</ul>
<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
7 changes: 3 additions & 4 deletions 13.x/deploycommand/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5208,8 +5208,7 @@ <h1 id="deploy">Deploy<a class="headerlink" href="#deploy" title="Permanent link
<p>The <a href="../commands/deploy/">deploy command</a> standardizes how Drupal deployments work. The intent is your
deployment script updates the codebase for the target site and then this command
performs the following:</p>
<div class="highlight"><pre><span></span><code>drush<span class="w"> </span>updatedb<span class="w"> </span>--no-cache-clear
drush<span class="w"> </span>cache:rebuild
<div class="highlight"><pre><span></span><code>drush<span class="w"> </span>updatedb
drush<span class="w"> </span>config:import
drush<span class="w"> </span>cache:rebuild
drush<span class="w"> </span>deploy:hook
Expand Down Expand Up @@ -5251,7 +5250,7 @@ <h2 id="configuration">Configuration<a class="headerlink" href="#configuration"
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">June 7, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 8, 2024</span>


</small>
Expand All @@ -5266,7 +5265,7 @@ <h2 id="configuration">Configuration<a class="headerlink" href="#configuration"

<div class="md-source-date">
<small>
Authors: <span class='git-page-authors git-authors'><a href='mailto:[email protected]'>Dieter Holvoet</a>, <a href='mailto:[email protected]'>Moshe Weitzman</a></span>
Authors: <span class='git-page-authors git-authors'><a href='mailto:[email protected]'>Dieter Holvoet</a>, <a href='mailto:[email protected]'>Moshe Weitzman</a>, <a href='mailto:[email protected]'>andriokha</a></span>
</small>
</div>

Expand Down
2 changes: 1 addition & 1 deletion 13.x/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 83f98e4

Please sign in to comment.