Skip to content

Commit

Permalink
Deployed 5cb8282 to 13.x with MkDocs 1.4.3 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 21, 2024
1 parent d870301 commit 1948936
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 13.x/commands/site_install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5237,10 +5237,11 @@ <h4 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
<li><code>drush si --account-pass=mom</code>. Re-install with specified uid1 password.</li>
<li><code>drush si --existing-config</code>. Install based on the yml files stored in the config export/import directory.</li>
<li><code>drush si standard install_configure_form.enable_update_status_emails=NULL</code>. Disable email notification during install and later. If your server has no mail transfer agent, this gets rid of an error during install.</li>
<li><code>drush si core/recipes/standard</code>. Install from the core Standard recipe.</li>
</ul>
<h4 id="arguments">Arguments<a class="headerlink" href="#arguments" title="Permanent link">&para;</a></h4>
<ul>
<li><strong>[profile]...</strong>. An install profile name. Defaults to <em>standard</em> unless an install profile is marked as a distribution. Use <em>minimal</em> for a bare minimum installation. Additional info for the install profile may also be provided with additional arguments. The key is in the form <em>[form name].[parameter name]</em></li>
<li><strong>[recipeOrProfile]...</strong>. An install profile name, or a path to a directory containing a recipe. Relative paths are searched relative to both the Drupal root and the cwd. Defaults to <em>standard</em> unless an install profile is marked as a distribution. Use <em>minimal</em> for a bare minimum installation. Additional info for the install profile may also be provided with additional arguments. Use the format <em>[form name].[parameter name]</em></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 13.x/search/search_index.json

Large diffs are not rendered by default.

Binary file modified 13.x/sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"version": "12.x",
"title": "12.x",
"aliases": [
"dev",
"latest"
"latest",
"dev"
]
},
{
Expand Down

0 comments on commit 1948936

Please sign in to comment.