Skip to content

Commit 11fac4b

Browse files
docs: Small doc fixes (#3006)
* Add back accidentally deleted page Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Fix link Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 16957ac commit 11fac4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
* [Running Feast in production](how-to-guides/running-feast-in-production.md)
5353
* [Upgrading from Feast 0.9](https://docs.google.com/document/u/1/d/1AOsr\_baczuARjCpmZgVd8mCqTF4AZ49OEyU4Cn-uTT0/edit)
5454
* [Upgrading for Feast 0.20+](how-to-guides/automated-feast-upgrade.md)
55+
* [Adding a customer provider](how-to-guides/creating-a-custom-provider.md)
5556
* [Adding a custom batch materialization engine](how-to-guides/creating-a-custom-materialization-engine.md)
5657
* [Adding a new online store](how-to-guides/adding-support-for-a-new-online-store.md)
5758
* [Adding a new offline store](how-to-guides/adding-a-new-offline-store.md)

docs/reference/offline-stores/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The first three of these methods all return a `RetrievalJob` specific to an offl
2727

2828
There are currently four core offline store implementations: `FileOfflineStore`, `BigQueryOfflineStore`, `SnowflakeOfflineStore`, and `RedshiftOfflineStore`.
2929
There are several additional implementations contributed by the Feast community (`PostgreSQLOfflineStore`, `SparkOfflineStore`, and `TrinoOfflineStore`), which are not guaranteed to be stable or to match the functionality of the core implementations.
30-
Details for each specific offline store, such as how to configure it in a `feature_store.yaml`, can be found at the bottom of this page.
30+
Details for each specific offline store, such as how to configure it in a `feature_store.yaml`, can be found [here](README.md).
3131

3232
Below is a matrix indicating which offline stores support which methods.
3333

0 commit comments

Comments
 (0)