Feature/extend self hosting faq by benchmarks for markets (#3940)

* Extend FAQ by benchmarks for Markets

* Update changelog
pull/3942/head
Thomas Kaul 6 days ago committed by GitHub
parent 7f30424792
commit 6e490e5710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Extended the content of the _Self-Hosting_ section by the benchmarks concept on the Frequently Asked Questions (FAQ) page - Extended the content of the _Self-Hosting_ section by the benchmarks concept for _Compare with..._ on the Frequently Asked Questions (FAQ) page
- Extended the content of the _Self-Hosting_ section by the benchmarks concept for _Markets_ on the Frequently Asked Questions (FAQ) page
- Set the permissions (`chmod 0700`) on `entrypoint.sh` in the `Dockerfile` - Set the permissions (`chmod 0700`) on `entrypoint.sh` in the `Dockerfile`
### Changed ### Changed

@ -139,9 +139,9 @@
</mat-card-header> </mat-card-header>
<mat-card-content> <mat-card-content>
<p> <p>
To compare your performance with benchmarks like To compare your performance with benchmarks (see
<i>Bitcoin</i>, <i>Gold</i>, or the <i>S&P 500</i>, follow these <i>Compare with...</i>) like <i>Bitcoin</i>, <i>Gold</i>, or the
steps. <i>S&P 500</i>, follow these steps.
</p> </p>
<ol> <ol>
<li>Open the <i>Admin Control</i> panel</li> <li>Open the <i>Admin Control</i> panel</li>
@ -170,6 +170,24 @@
</ol> </ol>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title>How do I set up <i>Markets</i>?</mat-card-title>
</mat-card-header>
<mat-card-content>
<p>The <i>Markets</i> list is derived from your <i>Benchmarks</i>.</p>
<ol>
<li>Open the <i>Admin Control</i> panel</li>
<li>Navigate to the <i>Market Data</i> section</li>
<li>Choose an asset profile</li>
<li>In the dialog, check the <i>Benchmark</i> box</li>
</ol>
<p>
Please note: Data is cached, meaning changes may take a few minutes
to appear.
</p>
</mat-card-content>
</mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
<mat-card-header> <mat-card-header>
<mat-card-title>Which devices are supported?</mat-card-title> <mat-card-title>Which devices are supported?</mat-card-title>

Loading…
Cancel
Save