Skip to content

Commit c70fdd7

Browse files
committed
Automated deployment: Thu Nov 21 11:09:58 UTC 2024 1.0.7
1 parent a37911a commit c70fdd7

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,5 +485,5 @@ <h5 class="modal-title">Search</h5>
485485

486486
<!--
487487
MkDocs version : 1.6.1
488-
Build Date UTC : 2024-10-31 06:08:53.881470+00:00
488+
Build Date UTC : 2024-11-21 11:09:58.437152+00:00
489489
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.dotkernel.org/development/</loc>
5-
<lastmod>2024-10-31</lastmod>
5+
<lastmod>2024-11-21</lastmod>
66
</url>
77
<url>
88
<loc>https://docs.dotkernel.org/development/v1/faq/</loc>
9-
<lastmod>2024-10-31</lastmod>
9+
<lastmod>2024-11-21</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://docs.dotkernel.org/development/v1/introduction/</loc>
13-
<lastmod>2024-10-31</lastmod>
13+
<lastmod>2024-11-21</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://docs.dotkernel.org/development/v1/setup/installation/</loc>
17-
<lastmod>2024-10-31</lastmod>
17+
<lastmod>2024-11-21</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://docs.dotkernel.org/development/v1/setup/setup-packages/</loc>
21-
<lastmod>2024-10-31</lastmod>
21+
<lastmod>2024-11-21</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://docs.dotkernel.org/development/v1/setup/system-requirements/</loc>
25-
<lastmod>2024-10-31</lastmod>
25+
<lastmod>2024-11-21</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://docs.dotkernel.org/development/v1/virtualhosts/create-virtualhost/</loc>
29-
<lastmod>2024-10-31</lastmod>
29+
<lastmod>2024-11-21</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://docs.dotkernel.org/development/v1/virtualhosts/overview/</loc>
33-
<lastmod>2024-10-31</lastmod>
33+
<lastmod>2024-11-21</lastmod>
3434
</url>
3535
</urlset>

sitemap.xml.gz

-1 Bytes
Binary file not shown.

v1/faq/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,14 @@ <h1 id="frequently-asked-questions">Frequently asked questions</h1>
344344
<h2 id="how-do-i-switch-to-a-different-version-of-php">How do I switch to a different version of PHP?</h2>
345345
<p>Execute the following command:</p>
346346
<pre class="highlight"><code class="language-shell">sudo dnf module switch-to php:remi-{major}.{minor} -y</code></pre>
347-
<p>where <code>{major}.{minor}</code> is one of the supported PHP versions: <code>8.3</code>, <code>8.2</code>, <code>8.1</code>, <code>8.0</code> and <code>7.4</code>.</p>
347+
<p>where <code>{major}.{minor}</code> is one of the supported PHP versions: <code>8.4</code>, <code>8.3</code>, <code>8.2</code> and <code>8.1</code>.</p>
348348
<p>Additionally, our setup includes predefined aliases for executing the above command.
349349
The aliases are the following:</p>
350350
<ul>
351-
<li><code>php74</code>: switch to PHP 7.4</li>
352-
<li><code>php80</code>: switch to PHP 8.0</li>
353351
<li><code>php81</code>: switch to PHP 8.1</li>
354352
<li><code>php82</code>: switch to PHP 8.2</li>
355353
<li><code>php83</code>: switch to PHP 8.3</li>
354+
<li><code>php83</code>: switch to PHP 8.4</li>
356355
</ul>
357356
<p>After switching to a different PHP version, test with the following command:</p>
358357
<pre class="highlight"><code class="language-shell">php -v</code></pre>

0 commit comments

Comments
 (0)