Deployed 390d504 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2026-01-25 07:27:34 +00:00
parent 2134e7bcdc
commit 730da0e391
4 changed files with 52 additions and 25 deletions
+38 -21
View File
@@ -1823,6 +1823,17 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#why-update" class="md-nav__link">
<span class="md-ellipsis">
Why update?
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#docker" class="md-nav__link">
<span class="md-ellipsis">
@@ -1854,10 +1865,9 @@
</span>
</a>
<nav class="md-nav" aria-label="Plain native installation">
<ul class="md-nav__list">
<li class="md-nav__item">
</li>
<li class="md-nav__item">
<a href="#problems-updating" class="md-nav__link">
<span class="md-ellipsis">
@@ -1866,11 +1876,6 @@
</span>
</a>
</li>
</ul>
</nav>
</li>
</ul>
@@ -1963,6 +1968,17 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#why-update" class="md-nav__link">
<span class="md-ellipsis">
Why update?
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#docker" class="md-nav__link">
<span class="md-ellipsis">
@@ -1994,10 +2010,9 @@
</span>
</a>
<nav class="md-nav" aria-label="Plain native installation">
<ul class="md-nav__list">
<li class="md-nav__item">
</li>
<li class="md-nav__item">
<a href="#problems-updating" class="md-nav__link">
<span class="md-ellipsis">
@@ -2006,11 +2021,6 @@
</span>
</a>
</li>
</ul>
</nav>
</li>
</ul>
@@ -2045,6 +2055,10 @@
<p>Breaking changes / changed behavior will be documented in the changelog that is posted alongside every release.
For the develop branch, please follow PR's to avoid being surprised by changes.</p>
</div>
<h2 id="why-update">Why update?<a class="headerlink" href="#why-update" title="Permanent link">&para;</a></h2>
<p>Keeping your bot updated not only ensures that you have the latest features and improvements, but is a requirement to keep your bot running smoothly.
Freqtrade is heavily dependent on the underlying exchange API's, which change pretty frequently if considered across exchanges.
To ensure ongoing compatibility, please make sure to update your bot regularly.</p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">&para;</a></h2>
<div class="admonition note">
<p class="admonition-title">Legacy installations using the <code>master</code> image</p>
@@ -2069,9 +2083,12 @@ pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </s
<span class="c1"># Ensure freqUI is at the latest version</span>
freqtrade<span class="w"> </span>install-ui<span class="w"> </span>
</code></pre></div>
<h3 id="problems-updating">Problems updating<a class="headerlink" href="#problems-updating" title="Permanent link">&para;</a></h3>
<p>Update-problems usually come missing dependencies (you didn't follow the above instructions) - or from updated dependencies, which fail to install (for example TA-lib).
Please refer to the corresponding installation sections (common problems linked below)</p>
<h2 id="problems-updating">Problems updating<a class="headerlink" href="#problems-updating" title="Permanent link">&para;</a></h2>
<p>Update-problems usually come missing dependencies (you didn't follow the above instructions) - or from dependencies which fail to install.
We try to make sure that heavy dependencies have wheels available for major platforms, but sometimes this is not possible.</p>
<p>Please refer to the corresponding installation sections (common problem sections linked below).</p>
<p><a href="../installation/#troubleshooting">Common installation problems</a>
<a href="../windows_installation/#error-during-installation-on-windows">Common installation problems - windows</a></p>