Skip to content

Commit

Permalink
Deployed cb8f1d5 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 Feb 21, 2024
1 parent 08b7489 commit a5a73a0
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 240 deletions.
6 changes: 3 additions & 3 deletions 12.x/commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5256,7 +5256,7 @@ <h1 id="creating-custom-commands">Creating Custom Commands<a class="headerlink"
<p class="admonition-title">Tip</p>
<ol>
<li>Drush 12 expects commandfiles to use a <a href="../dependency-injection/#create-method">create() method</a> to inject Drupal and Drush dependencies. Prior versions used a <a href="https://www.drush.org/11.x/dependency-injection/#services-files">drush.services.yml file</a> which is now deprecated and will be removed in Drush 13.</li>
<li>Drush 12 expects all commandfiles in the <code>&lt;module-name&gt;/Drush/&lt;Commands|Generators&gt;</code> directory. The <code>Drush</code> subdirectory is a new requirement.</li>
<li>Drush 12 expects all commandfiles in the <code>&lt;module-name&gt;/src/Drush/&lt;Commands|Generators&gt;</code> directory. The <code>Drush</code> subdirectory is a new requirement.</li>
</ol>
</div>
<p>Creating a new Drush command is easy. Follow the steps below.</p>
Expand Down Expand Up @@ -5406,7 +5406,7 @@ <h2 id="global-commands-discovered-by-configuration">Global commands discovered
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 14, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 21, 2024</span>


</small>
Expand All @@ -5421,7 +5421,7 @@ <h2 id="global-commands-discovered-by-configuration">Global commands discovered

<div class="md-source-date">
<small>
Authors: <span class='git-page-authors git-authors'><a href='mailto:[email protected]'>Adam Zimmermann</a>, <a href='mailto:[email protected]'>Claudiu Cristea</a>, <a href='mailto:[email protected]'>Greg Anderson</a>, <a href='mailto:[email protected]'>James Gilliland</a>, <a href='mailto:[email protected]'>Moshe Weitzman</a>, <a href='mailto:[email protected]'>ptmkenny</a></span>
Authors: <span class='git-page-authors git-authors'><a href='mailto:[email protected]'>Adam Zimmermann</a>, <a href='mailto:[email protected]'>Claudiu Cristea</a>, <a href='mailto:[email protected]'>Greg Anderson</a>, <a href='mailto:[email protected]'>Gábor Hojtsy</a>, <a href='mailto:[email protected]'>James Gilliland</a>, <a href='mailto:[email protected]'>Moshe Weitzman</a>, <a href='mailto:[email protected]'>ptmkenny</a></span>
</small>
</div>

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 a5a73a0

Please sign in to comment.