Browse Source

Feature/extend self-hosting FAQ by additional data providers question (#4885)

* Extend FAQ by additional data providers question

* Update changelog
pull/4912/head
Thomas Kaul 3 weeks ago
committed by GitHub
parent
commit
8e3480c0ce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 11
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Included quick links in the search results of the assistant - Included quick links in the search results of the assistant
- Extended the content of the _Self-Hosting_ section by information about additional data providers on the Frequently Asked Questions (FAQ) page
### Changed ### Changed

11
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

@ -159,6 +159,17 @@
subscription via an API key.</mat-card-content subscription via an API key.</mat-card-content
> >
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title>Will you add data provider X?</mat-card-title>
</mat-card-header>
<mat-card-content
>We are currently not planning to extend the core data providers.
However, you can usually integrate data from your desired website by
using the <code>MANUAL</code> data source along with a scraper
configuration.</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>How do I set up a benchmark?</mat-card-title> <mat-card-title>How do I set up a benchmark?</mat-card-title>

Loading…
Cancel
Save