Skip to content

Commit

Permalink
Deployed 80e031b 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 Nov 13, 2023
1 parent 8ac4b54 commit 27d688d
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 246 deletions.
2 changes: 1 addition & 1 deletion 12.x/search/search_index.json

Large diffs are not rendered by default.

17 changes: 6 additions & 11 deletions 12.x/site-aliases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5392,22 +5392,17 @@ <h3 id="additional-site-alias-options">Additional Site Alias Options<a class="he
the <code>ssh --t</code> option) based on whether the local Drush command is running
interactively or not. To force Drush to always or never create a tty,
set the <code>ssh.tty</code> option to <em>true</em> or <em>false</em>, respectively.</li>
<li><strong>paths</strong>: An array of aliases for common rsync targets.
Relative aliases are always taken from the Drupal root.</li>
<li><strong>files</strong>: Path to <em>files</em> directory. This will be looked up if not
specified.</li>
<li><strong>paths</strong>: An array of aliases for common rsync targets. Relative aliases are always taken from the Drupal root.</li>
<li><strong>files</strong>: Path to <em>files</em> directory. This will be looked up if not specified.</li>
<li><strong>drush-script</strong>: Path to the remote Drush command.</li>
<li><strong>command</strong>: These options will only be set if the alias
is used with the specified command. In the advanced example below, the option
<code>--no-dump</code> will be selected whenever the <code>@stage</code> alias
is used in any of the following ways:<ul>
<li><strong>command</strong>: These options will only be set if the alias is used with the specified command. In the advanced example below, the option
<code>--no-dump</code> will be selected whenever the <code>@stage</code> alias is used in any of the following ways:<ul>
<li><code>drush @stage sql-sync @self @live</code></li>
<li><code>drush sql-sync @stage @live</code></li>
<li><code>drush sql-sync @live @stage</code></li>
</ul>
</li>
<li><strong>env-vars</strong>: An array of key / value pairs that will be set as environment
variables.</li>
<li><strong>env-vars</strong>: An array of key / value pairs that will be set as environment variables.</li>
</ul>
<p>Complex example:</p>
<div class="highlight"><pre><span></span><code># File: remote.site.yml
Expand Down Expand Up @@ -5530,7 +5525,7 @@ <h3 id="example-of-rsync-with-exclude-paths">Example of rsync with exclude-paths
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">March 20, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 13, 2023</span>


</small>
Expand Down
Loading

0 comments on commit 27d688d

Please sign in to comment.